> For the complete documentation index, see [llms.txt](https://docs.helodata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helodata.com/helodata-zh/kong-zhi-tai/overview.md).

# 总览

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

## 布局

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

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

## 各板块内容

| 板块                | 用途                                                                  |
| ----------------- | ------------------------------------------------------------------- |
| **住宅 / 移动 / ISP** | 按产品下单、子账号、白名单、流量                                                    |
| **试用**            | 查看客服/销售发放的试用额度及剩余用量                                                 |
| **账单**            | 套餐、发票、付款方式、自动充值、退款、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`。KYC 默认不需要，仅在风险复核要求时才相关，详见 [身份验证](/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) — 开始无需，仅在风险复核要求时
3. ⏳ 申请试用额度——联系客服或销售（见[免费试用](/helodata-zh/kuai-su-ru-men/free-trial.md)）
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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
