> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/marketing/maker-checker/notification-checker.md).

# Notification Checker

Checker has the role of reviewing and approving the notification requested by the maker. The role of checker can only be done by the Marketing Manager, and here you can view the details of the requested notification, and approve or reject the notification.

After Maker creates a new notification request, you will get a new notification, and the request will appear on the **Notification Request** tab on the notification page.

![Notification New Request](/files/nwMzGuPLBeg0VdFPbmkK)

Click the **'View'** button to see the details of the request, then you can see the notification form as follows.

![View ](/files/qhFZEqGbfGyFIXCSFKmX)

### Approve Notification

After viewing the details of the notification request and you agree to process the notification, you can approve it by clicking the **'Approve'** button and clicking **'Yes'** on the confirmation pop-up.&#x20;

![Confirmation Approve Notification](/files/Q8wPC1vJHZNrhEgUKDea)

Then the notification will move to the Notification List tab and will be processed by the system, see image below.

![Approve Notification](/files/0Hl06npMcPh7xTkZpWqc)

### Reject Notification

However, if you decline to approve the notification, it could be due to an error in the notification's content or another problem. You can reject it by clicking the **'Reject'** button. Then you are asked to write the feedback and click the **'Reject'** button to continue.

![Feedback for Rejected Notification](/files/21AiwBifRwG1WXCM1BC7)

The notification will be successfully rejected and will no longer be displayed on the Marketing Manager's Notification Request tab.

![Notification Rejected (Checker) ](/files/JdHZLeOPI6QVVY70oh92)

Meanwhile, on the Marketing side, a notification will appear that the notification request has been rejected by the Marketing Manager, and the notification will have the status of **"**&#x52;ejected" as follows.

![Notification Rejected (Maker) ](/files/aM5mSpsKGmQioYWeHPoE)

{% hint style="info" %}
When a notification request has passed the specified deadline and has not been approved by the Marketing Manager, it will also be withdrawn from the Marketing Manager's **Notification Request** tab.
{% endhint %}


---

# 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.3dolphins.ai/marketing/maker-checker/notification-checker.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.
