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