> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/account-settings.md).

# 个人设置

您可以管理您的登录信息、第三方登录选项、GitBook 子域名、界面主题、通知、集成和 API 访问令牌。

<figure><img src="/files/a882ca994ddb51a51f73e4fbcb58494b79ed07f6" alt="A GitBook screenshot showing the personal settings page"><figcaption><p>您的个人设置页面。</p></figcaption></figure>

### 如何访问您的个人账户设置

返回您的组织 **主页** 并点击 **设置**，在 **管理** 在侧边栏中。账户和组织设置共用一个页面，并分为 **账户** 和 **组织** 在左侧边栏中。您的个人设置位于 **账户**。点击 **返回应用** 返回您的内容。

<details>

<summary>常规</summary>

**您的个人资料**

您可以更新您的头像和全名。

**登录信息**

您可以更新用于登录 GitBook 账户的电子邮件地址和密码。 **注意：** 如果您在 2021 年 10 月 9 日或之后创建了账户，则您的账户没有密码，您将改用魔法链接登录。

**第三方登录**

您也可以使用您的 Google 和/或 GitHub 凭据登录 GitBook。

**发布**

您个人资料库中的每个已发布 GitBook 部分将拥有由两部分组成的域名：

1. `[something].gitbook.io` （这是 GitBook 子域名）
2. `/[spaceURL]` （这是在该部分自身的设置中配置的）

您可以在此更新 GitBook 子域名，以及默认内容；默认内容是访客直接访问您的 GitBook 子域名时看到的部分。

**偏好**

您可以选择偏好的界面主题——深色、浅色，或与系统偏好一致。 **注意：** 此设置仅影响您登录 GitBook 应用时的体验，不会以任何方式影响您已发布的内容。

**故障排查**

您也可以选择启用高级日志记录。这些高级日志可帮助我们的团队更有效地排查问题。

**账户操作**

您可以在此部分退出登录或删除您的账户。 **注意：一旦删除账户，就无法撤销！** 所有相关数据也将被删除。

</details>

<details>

<summary>通知</summary>

GitBook 可为您提供两种 [通知](/docs/documentation/zh/collaboration/notifications.md) ——电子邮件通知和应用内通知。在此设置页面，您可以决定在发生不同事件时希望接收哪些类型的通知。

</details>

<details>

<summary>组织</summary>

您的个人账户可以属于多个组织，而此标签页可视为前往 [组织设置页面](/docs/documentation/zh/zhang-hu-guan-li/organization-settings.md) 的快捷入口。您也可以在此页面创建新组织。

</details>

<details>

<summary>开发者工具</summary>

在此页面，您可以管理和创建 [GitBook API](https://developer.gitbook.com/).

</details>

### **我该如何重置密码？**

请注意，如果您的账户是在 2021 年 10 月 10 日之后创建的，则没有密码。您应可通过请求魔法链接登录：

1. 访问 <https://app.gitbook.com>
2. 输入与您注册的个人账户关联的电子邮件地址
3. 点击 **继续**
4. 点击 **发送链接** （请务必检查您的垃圾邮件文件夹）

如果您 *确实* 想要重置密码：

1. 访问 <https://app.gitbook.com>
2. 按照 **忘记密码？** 页面底部的链接
3. 输入与您注册的个人账户关联的电子邮件地址
4. 点击 **发送链接** （请务必检查您的垃圾邮件文件夹）


---

# 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://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/account-settings.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.
