> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/account.md).

# 账号菜单

## 简介

账号菜单位于 AICAN Pro 后台右上角，点击头像即可开启。

您可以在这里管理个人资料、安全设置、团队切换与后台界面设置，并查看目前所属的团队、部门与角色。

这是每位成员进入系统后最常使用的个人设置入口。

<figure><img src="/files/GDQqyiqaz3OYm4VfcoQO" alt=""><figcaption></figcaption></figure>

***

## 页面内容

账号菜单包含以下功能：

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><mark style="color:$primary;"><strong>个人档案</strong></mark></h4></td><td><mark style="color:$info;">管理个人资料与账号设置。</mark></td><td><a href="/pages/FWhL7O8y1p62LYkTLUea">/pages/FWhL7O8y1p62LYkTLUea</a></td></tr><tr><td><h4><mark style="color:$primary;"><strong>团队切换</strong></mark></h4></td><td><mark style="color:$info;">切换目前使用的团队。</mark></td><td><a href="/pages/AUz7nSAIu3S0nDlM72Jp">/pages/AUz7nSAIu3S0nDlM72Jp</a></td></tr><tr><td><h4><mark style="color:$primary;"><strong>后台界面设置</strong></mark></h4></td><td><mark style="color:$info;">调整系统语言与页面显示设置。</mark></td><td><a href="/pages/97Ay183PWWXWslyTbbuW">/pages/97Ay183PWWXWslyTbbuW</a></td></tr></tbody></table>

{% hint style="warning" %}

#### 提醒

部分功能仅开放给指定方案使用，实际开放内容将依照购买方案而有所不同。
{% endhint %}

***

#### 下一步

完成「账号菜单」的设置后，即可继续了解 AICAN Pro 后台的各项功能。

***


---

# 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://aican.gitbook.io/aican/aican-system/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.
