> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/cregis-wallet-guide/zh-tw/api/manual/notification.md).

# 通知設置

用戶可自行設置項目的通知，目前只有以下的操作類別可以進行通知配置：

1. 異常回調：系統自動回調失敗時
2. 啟用／禁用項目：當系統啟用或禁用項目時
3. 重置API Key：重置項目API Key時

用戶可以先選擇需要設置的類別並點擊啟用。

<figure><img src="/files/TJhdN2sGUsUdVslX57Kf" alt=""><figcaption></figcaption></figure>

然後把滑鼠放置到下方時可以點擊編輯。

<figure><img src="/files/oXzYc02h7hMroZtTk9ch" alt=""><figcaption></figcaption></figure>

接著右方會有彈出設置空間，用戶可從團隊中選擇需要添加的用戶。

<figure><img src="/files/EwpHTUFRGwSPbtxjizdd" alt=""><figcaption></figcaption></figure>


---

# 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://support.cregis.com/cregis-wallet-guide/zh-tw/api/manual/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.
