> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/settings/notification.md).

# 通知

通知設定控制 **軟件喺後台運行時點樣提醒你**。當你切去其他視窗工作，Cherry Studio 可以喺關鍵事件完成時彈出系統通知，避免你白等或者錯過結果。

打開 `設定 → 通知`，呢度有三個獨立開關：

<figure><img src="/files/60c9db239bbc8c8ffd473921b6b42b016ff7d6ca" alt=""><figcaption><p>通知設定面板</p></figcaption></figure>

| 開關       | 幾時提醒你                                           | 建議                            |
| -------- | ----------------------------------------------- | ----------------------------- |
| **助手訊息** | AI 回覆 **成功**、而且生成 **耗時超過 30 秒** 先會提醒（開關旁有 ⓘ 說明） | **開啟**。用推理模型或者生成長文時，唔使死盯住個螢幕等 |
| **備份**   | 自動 / 手動備份完成時                                    | **開啟**。確認數據已安全存檔              |
| **知識庫**  | 用於知識庫相關任務（例如索引建構）完成後嘅提醒                         | **開啟**。建庫通常幾耗時，完成後收到提醒更省心     |

{% hint style="info" %}
呢啲通知係經操作系統嘅通知中心發送。如果完全收唔到提醒，請檢查系統層面係咪允許 Cherry Studio 發送通知（macOS 嘅「通知」、Windows 嘅「通知和操作」）。
{% endhint %}

***

### 攞幫助同提交意見

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改善建議，請參考 [反饋與建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# 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.cherryai.com.cn/docs/zhong-wen-fan-ti/pre-basic/settings/notification.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.
