> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/exoclick-docs/zh/tong-zhi.md).

# 通知

![登录](/files/3450829c2a523018198ab45bf434b8328c231e3a)

通知是关于管理面板活动的更新。

要查看你的通知，你可以在右上角导航栏中选择通知图标（铃铛）。

或者，你可以选择以下选项 **查看所有通知** 在通知图标下方（如下）或前往你的用户 **个人资料** 并选择 **通知** 选项卡，以在单个页面中查看和管理你的通知。

![通知图标](/files/bc669355ada53b16075a35124ad18cd8aae6717e)

![通知页面](/files/209ab2124c2023ddfb8cdd340b3beffae1ac1d53)

通知有三种类型：

| 类型     | 符号                                                              | 说明                 |
| ------ | --------------------------------------------------------------- | ------------------ |
| **警报** | ![alert](/files/397c9491f2f272da645f72cc784bd722b21384d3)       | 发生了一个重要或时间敏感的异常事件。 |
| **信息** | ![information](/files/ce67a984fbde691b5980c80974f197d6c585c880) | 表示某个事件已发生。         |
| **成功** | ![success](/files/a9a70297bcf8d3f82d303a0d82db88ede8cc7f25)     | 确认某项操作已执行。         |

当你有未读通知时，通知图标（铃铛）上方会出现一个红色气泡，显示未读通知的数量。要清除未读通知，你可以对某条通知选择“标记为已读”，或者对所有未读通知选择“全部标记为已读”。

当通知图标（铃铛）下方的某条通知被标记为已读时，该通知将从列表中消失，但仍可在通知页面中查看。

请注意，通知将在90天后自动删除。


---

# 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://docs.exoclick.com/exoclick-docs/zh/tong-zhi.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.
