> 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/public-post-checker.md).

# Public Post Checker

Checker has the role to review and approve the public post 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 public post, and approve or reject it public post.

After Maker makes a new public post request, you will get a new notification and the request will appear on the **Public Post Request** tab on the public post page.

![Notification New Request](/files/7K6AGXqP9U6A8zfITWhd)

Click the **'View'** button to see the detail of the request, then you can see the public post form as follows.

![View Detail Request ](/files/Jiu08EH7Afxw53Tt8k8X)

### Approve Public Post

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

![Confirmation Approved Public Post](/files/zZehImVX3E0q6PvVODga)

Then the public post will move to the **Public Post List** tab and will be processed by the system as shown below.

![Approve Public Post](/files/2w2GWGGisGWn6Lir8qpX)

### Reject Public Post

However, if you decline to approve the public post, it could be due to an error in the post'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.&#x20;

![Feedback for Rejected Public Post](/files/2HWE9bdeDMMaYeJfnw4X)

The public post will be successfully rejected and will no longer be displayed on the Marketing Manager's Public Post Request tab.

![Public Post Rejected (Checker)](/files/couzEYsB6HFfLDgKqN1C)

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

![Public Post Rejected (Maker)](/files/dpt7gglPOGTzLUfS61XT)

{% hint style="info" %}
When a public post request has past the specified deadline and has not been approved by the Marketing Manager, it will also be withdrawn from the Marketing Manager's **Public Post 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/public-post-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.
