> 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/profile.md).

# 个人资料与通知

Profile 页面用于维护账号基础信息、安全设置、通知邮箱和第三方绑定。

入口：<https://aigateway.akile.ai/profile>

## 可维护内容

* 用户资料。
* 登录密码。
* 通知邮箱。
* 邮箱验证码绑定。
* 第三方账号绑定或解绑。
* 邀请返利信息。
* 平台额度信息。

## 通知邮箱

通知邮箱可用于接收余额低额提醒等消息。建议使用稳定可收信的邮箱，并定期检查验证码邮件是否被拦截。

## 修改密码

修改密码后：

* 使用新密码重新登录。
* 检查是否有异常 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/kong-zhi-tai/profile.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.
