# Review the posts

When they request a product, the system will automatically create a `In progress` post with the associated deadline if the product has any.

Once they have filled the `In progress` post, the new status `Waiting for review` will show, and it's your time to review it.

<figure><img src="/files/0KEYDiz90MNYiUqjKbE3" alt=""><figcaption></figcaption></figure>

Open the `Waiting for review` post, click the link to see the post, leave an optional comment and mark it as rejected or accepted. The blogger will receive a notification.

<figure><img src="/files/3qVkuSYApWX8s2icZNrz" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you reject the post, a new `In progress` post is automatically created by the system.
{% endhint %}


---

# Agent Instructions: 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://docs.kynno.app/easybloggers/getting-started/brands/review-the-posts.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.
