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

# 通知

接收有关新内容、分区更新或可见性变化的通知

通知会提供来自 GitBook 上由您或您所属组织拥有的版块活动更新。

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

### 应用通知

您可以在顶部找到应用通知 [侧边栏](/docs/documentation/zh/can-kao/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).
* [联系支持](broken://pages/04cf2dcac6d338e981b70bca3ec8785a595da022) 中查看您个人账户的电子邮件地址，如果其他方法都失败了。若您这样做，请尽可能提供更多信息。例如，这可能包括您期望接收通知的电子邮件地址、通知类型（您可以在 [设置](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/xie-zuo/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.
