# 通知

通知会提供有关 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: 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:

```
GET https://gitbook.com/docs/documentation/zh/collaboration/notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
