# 总览

helodata 控制台地址 [`dashboard.helodata.com`](https://dashboard.helodata.com)，用于下单、配置子账号、管理 IP 批次、查看用量。所有功能在 [API](/helodata-zh/api-can-kao/api-reference.md) 上也都可用——按团队工作流选择即可。

## 布局

```
┌──────────────────────────────────────────────────────────────┐
│  顶栏：   余额   |   KYC 状态   |   个人资料                    │
├──────────────┬───────────────────────────────────────────────┤
│              │                                               │
│  左导航：     │   主区（按产品或按板块）                          │
│  住宅        │                                               │
│  移动        │                                               │
│  ISP        │                                               │
│  ─────────   │                                               │
│  控制台      │                                               │
│  子账号      │                                               │
│  白名单      │                                               │
│  统计        │                                               │
│  试用        │                                               │
│  ─────────   │                                               │
│  账单        │                                               │
│  API         │                                               │
│  设置        │                                               │
└──────────────┴───────────────────────────────────────────────┘
```

\[screenshot: 登录后的控制台首页]

## 各板块内容

| 板块                | 用途                                                                  |
| ----------------- | ------------------------------------------------------------------- |
| **住宅 / 移动 / ISP** | 按产品下单、子账号、白名单、流量                                                    |
| **试用**            | 激活各上线产品 100 MB 免费额度                                                 |
| **账单**            | 套餐、发票、付款方式、自动充值、退款、KYC                                              |
| **API**           | 签发与轮换 API Token、配置 webhook                                          |
| **设置**            | 资料、安全（MFA）、通知偏好                                                     |
| **状态**            | 网关与 API 实时状态——亦见 [status.helodata.com](https://status.helodata.com) |

## 顶栏要点

* **余额** — 预付 USD 余额。在 **账单 → 付款方式** 充值，或启用 [自动充值](/helodata-zh/kong-zhi-tai/auto-topup.md)。
* **KYC 状态** — `not-submitted`、`pending`、`approved`、`rejected`。移动与 ISP 需 `approved`，详见 [身份验证](/helodata-zh/zhang-hu-yu-ji-fei/kyc.md)。
* **个人资料菜单** — 快捷进入 API Token、账户设置、退出登录。

## 角色与团队

一个 helodata 账号支持多个用户、多种角色：

| 角色           | 权限                 |
| ------------ | ------------------ |
| **Owner**    | 全部，包括账单与账号销户       |
| **Admin**    | 除账单与销户外的全部         |
| **Operator** | 管理子账号、白名单、订单；不可管账单 |
| **Viewer**   | 只读                 |

在 **设置 → 团队** 邀请成员。角色与 API scope 对应——详见 [子账号与团队](/helodata-zh/kong-zhi-tai/sub-users.md)。

## 首次配置清单

刚开账号：

1. ✅ 邮箱验证
2. ⏳ 完成 [KYC](/helodata-zh/zhang-hu-yu-ji-fei/kyc.md)（仅移动与 ISP 需要）
3. ⏳ 激活试用——左导航 **试用**
4. ⏳ 创建第一个子账号——见 [子账号与团队](/helodata-zh/kong-zhi-tai/sub-users.md)
5. ⏳ 添加付款方式——**账单 → 付款方式**
6. ⏳（可选）启用 [自动充值](/helodata-zh/kong-zhi-tai/auto-topup.md)，余额归零时请求不会中断

## 状态页

实时服务健康度，请收藏：

```
https://status.helodata.com
```

可通过邮件或 RSS 订阅事故通知。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helodata.com/helodata-zh/kong-zhi-tai/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
