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

# 通知

通知会为你提供来自你拥有的章节或你所属组织的章节在 GitBook 上的活动更新。

你可以在 GitBook 应用中和/或通过电子邮件接收通知。我们支持 [多种类型的通知](#notification-types) ，你可以在通知设置中将其禁用或启用。

### 应用内通知

你可以在以下位置顶部找到应用内通知： [侧边栏](/docs/documentation/zh/zi-yuan/gitbook-ui.md#the-sidebar).

在通知弹窗中，你会在右上角看到两个图标。你可以将所有通知标记为已读，或者前往通知设置更新你的偏好。

### 电子邮件通知

电子邮件通知默认已启用，可在通知设置中禁用。启用后，GitBook 会针对每种通知类型发送一封电子邮件。这些邮件将发送到与你的个人 GitBook 账户关联的电子邮件地址。

这些电子邮件看起来将会从以下地址发送： `no-reply@gitbook.io，经由 sendgrid.net`

#### 可能的问题

和所有电子邮件投递一样，你也有可能收不到邮件。可能的原因包括但不限于：

* 我们的邮件最终进入了你的垃圾邮件文件夹，或被其他防护机制拦截。
* 从 GitBook 发送到你电子邮件地址的邮件多次退回，因此邮件服务已自动阻止进一步发送。
* 可能存在一个会自行恢复的临时投递问题。
* 你对自己应该收到的通知有错误的预期。
* 你对我们应发送通知的电子邮件地址有错误的预期。

如果你认为自己可能遇到这些问题，可以尝试以下方法：

* 检查你的垃圾邮件或其他防护机制，确保我们的电子邮件地址（`no-reply@gitbook.io`）未被你这边屏蔽。
* 如果你知道邮件服务提供商存在临时问题，请耐心等待其自行恢复。
* 检查 [你的设置](https://app.gitbook.com/account/notification) ，以确保你已为你期望收到的通知类型启用电子邮件通知。
* 请确保你查看的是正确的电子邮件地址。你可以在以下位置查看个人账户的电子邮件地址： [你的账户设置](https://app.gitbook.com/account).
* [联系支持](https://gitbook.com/docs/help-center/support/how-do-i-contact-support) 如果其他方法都无效。如果你联系支持，请尽可能提供更多信息。例如，这可能包括你期望接收通知的电子邮件地址、通知类型（你可以在 [设置](https://app.gitbook.com/account/notification)中看到），以及你认为本应触发该通知的具体细节。也请附上任何相关链接。

### 通知设置

对于应用内和电子邮件通知， [你可以配置](https://app.gitbook.com/account/notification) 你希望接收哪些通知。

#### 通知类型

我们目前为以下领域提供通知：

* 章节 — 在章节中发布的评论
* 变更请求 — 协作者请求的审阅
* 评论 — 对你评论的回复
* 提及 — 当你在评论中被提及时
* 组织 — 来自协作者的升级请求


---

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