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

# 个人档案

## 简介

个人档案用于管理成员个人资料与账号安全设置。

您可以自定义成员名称、对话名称、欢迎语、提示音、自动翻译功能，并设置密码、Google 登录及二次验证机制。

页面左侧也会显示目前所属的部门与角色，方便确认权限范围。

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

页面左侧会显示目前所属部门与角色信息，方便确认账号权限。

<figure><img src="/files/XaKwuB0JW9bwqWCS97FL" 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/Y42p98Oh8JztbUoBkFGg">/pages/Y42p98Oh8JztbUoBkFGg</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/2wPep3uHDvb6EnulNBKr">/pages/2wPep3uHDvb6EnulNBKr</a></td></tr></tbody></table>

***


---

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