# Overview

The helodata dashboard at [`dashboard.helodata.com`](https://dashboard.helodata.com) is where you order, configure sub-users, manage IP batches, and watch usage. Everything here is also accessible via the [API](/api-reference/api-reference.md) — pick whichever fits the team workflow.

## Layout

```
┌──────────────────────────────────────────────────────────────┐
│  Top bar:   Balance   |   KYC status   |   Profile           │
├──────────────┬───────────────────────────────────────────────┤
│              │                                               │
│  Left nav:   │   Main content (per-product or per-section)   │
│  Residential │                                               │
│  Mobile      │                                               │
│  ISP         │                                               │
│  ─────────   │                                               │
│  Dashboard   │                                               │
│  Sub-users   │                                               │
│  Whitelists  │                                               │
│  Statistics  │                                               │
│  Trials      │                                               │
│  ─────────   │                                               │
│  Billing     │                                               │
│  API         │                                               │
│  Settings    │                                               │
└──────────────┴───────────────────────────────────────────────┘
```

\[screenshot: dashboard landing page after login]

## What's on each section

| Section                        | What you do here                                                                                |
| ------------------------------ | ----------------------------------------------------------------------------------------------- |
| **Residential / Mobile / ISP** | Per-product order, sub-users, whitelists, traffic                                               |
| **Trials**                     | Activate the free 100 MB on each live product                                                   |
| **Billing**                    | Plans, invoices, payment methods, auto top-up, refunds, KYC                                     |
| **API**                        | Issue and rotate API tokens; configure webhooks                                                 |
| **Settings**                   | Profile, security (MFA), notification preferences                                               |
| **Status**                     | Live status of the gateway and API — also at [status.helodata.com](https://status.helodata.com) |

## Top-bar essentials

* **Balance** — prepaid USD credit. Top up via **Billing → Payment methods**, or enable [Auto top-up](/dashboard/auto-topup.md).
* **KYC status** — `not-submitted`, `pending`, `approved`, `rejected`. Mobile and ISP require `approved` — see [ID verification](/account-and-billing/kyc.md).
* **Profile menu** — quick links to API tokens, account settings, logout.

## Roles and teams

A helodata account can have multiple users with different roles:

| Role         | Permits                                            |
| ------------ | -------------------------------------------------- |
| **Owner**    | Everything, including billing and account deletion |
| **Admin**    | Everything except billing and account deletion     |
| **Operator** | Manage sub-users, whitelists, orders; no billing   |
| **Viewer**   | Read-only                                          |

Invite team members in **Settings → Team**. Roles map to API scopes — see [Sub-users & teams](/dashboard/sub-users.md).

## First-time setup checklist

If you just created the account:

1. ✅ Verify email
2. ⏳ Complete [KYC](/account-and-billing/kyc.md) (only needed for Mobile and ISP)
3. ⏳ Activate trial credits — **Trials** in left nav
4. ⏳ Create a first sub-user — see [Sub-users & teams](/dashboard/sub-users.md)
5. ⏳ Add a payment method — **Billing → Payment methods**
6. ⏳ (Optional) Enable [Auto top-up](/dashboard/auto-topup.md) so requests don't fail when balance hits zero

## Status page

For real-time service health, bookmark:

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

Subscribe by email or RSS for incident notifications.


---

# 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/dashboard/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.
