> 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/kai-shi-shi-yong/account.md).

# 注册与登录

AK AI Gateway 当前开放注册，并启用了邮箱验证。首次使用前需要创建账号并完成验证。

## 注册账号

1. 打开 <https://aigateway.akile.ai/register>。
2. 按页面提示填写邮箱、密码等信息。
3. 查收验证邮件并完成邮箱验证。
4. 返回登录页登录控制台。

## 登录控制台

登录地址：<https://aigateway.akile.ai/login>

登录后默认进入用户控制台。普通用户可以管理 API Key、查看用量、充值、兑换额度、查看可用渠道和维护个人资料。

## 邮箱验证

如果注册后没有收到邮件：

* 检查垃圾邮件、广告邮件或邮箱拦截规则。
* 确认填写的邮箱地址没有拼写错误。
* 稍后重试发送验证码。

## 密码重置

站点当前公开配置中未开启自助密码重置。如果无法登录，请通过站点提供的社区或支持入口联系管理员处理。

## 账号安全建议

* 不要把登录密码和 API Key 发给他人。
* API Key 只放在服务端环境变量中，不要写入前端代码。
* 给不同项目创建不同 API Key，便于限制额度、定位用量和删除泄露密钥。


---

# 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/kai-shi-shi-yong/account.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.
