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

# 控制台总览

登录后进入 [Dashboard](https://aigateway.akile.ai/dashboard)。控制台用于管理 API Key、查看用量、充值、查看渠道和维护账户。

## 用户侧菜单

普通用户常用页面：

* Dashboard：查看账户和用量概览。
* API Keys：创建、编辑、禁用和删除 API Key。
* Usage：查询调用记录、模型分布和错误请求。
* Redeem：兑换管理员发放的兑换码。
* Affiliate：查看邀请返利信息并转入额度。
* Available Channels：查看当前可用平台、分组、模型和价格。
* Profile：维护个人资料、密码、通知邮箱和第三方绑定。
* Subscriptions：查看已有订阅。
* Purchase：购买订阅或额度套餐。
* Orders：查看订单和支付状态。
* Channel Status：查看渠道状态。

## 推荐日常流程

1. 先在 Available Channels 确认模型名和价格。
2. 在 API Keys 为当前项目创建独立密钥。
3. 在业务服务端接入 API。
4. 在 Usage 中观察调用量和费用。
5. 额度不足时通过 Purchase、Redeem 或订阅补充。

## 数据延迟

用量、余额和订单状态通常会实时或近实时更新。如果刚完成支付或大量调用后页面未刷新，可以点击页面刷新按钮或稍后再查看。


---

# 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://ai-docs.akile.ai/kong-zhi-tai/dashboard.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.
