> 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/api/api-manual/notification-setting.md).

# Notification Setting

Users can customize project notification settings. Currently, the following notification categories are available:

1. **Callback Failure**: When the system fails to automatically trigger a callback
2. **Enable/Disable Project**: When the system enables or disables a project
3. **Reset API Key**: When the project's API key is reset

To set up notifications:

First, select the category you want to configure and click **Enable**.

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

Then, hover your mouse over the section below to reveal the **Edit** button.

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

A configuration panel will appear on the right side. You can then select the users you want to add from your team.

<figure><img src="/files/Iy9XdxBxEY2ZLTdFleS1" 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:

```
GET https://support.cregis.com/api/api-manual/notification-setting.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.
