# Review status

You can check the status of your custom app review in the **App flow** tab. The **App flow** tab contains a list of apps under review, their status, and their description. When you click the **App flow** tab, your browser automatically scrolls and highlights the current review status of your app.

<figure><img src="/files/sOTURconJA54rMHp2EP1" alt="" width="563"><figcaption></figcaption></figure>

If you have published your app or requested a review for a new app or an app update, you will see the **Review** tab. You can check the **Review Status** section at the bottom of the **Review** tab to see all activity that happened during the review.

<figure><img src="/files/TXJ0S1Y9RCZRqKNUwU3L" alt="" width="563"><figcaption></figcaption></figure>

Every entry contains 4 columns:

* **Date and Time** - When the activity happened.
* **Action** - Name of the activity.
* **Status** - Available only with the action "Review status updated". The status of the app's review.
* **Comment (manual)** - A comment with additional information or context.

Possible actions are:

| Action                  | Explanation                                                                                |
| ----------------------- | ------------------------------------------------------------------------------------------ |
| App has been published. | You have published the app with the **Publish** button.                                    |
| Approval requested.     | You have submitted the review form. This action marks the start of the app review process. |
| Review form updated.    | You have updated the review form.                                                          |
| Review status updated.  | Make updated the review status.                                                            |
| App has been approved.  | Make approved your app. You app is now available to every user in Make.                    |

{% hint style="info" %}
You can also check your app review status in your email. The email has the subject: "*App review: YourAppName*". Make keeps all communication about the app review in this email thread.
{% 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://developers.make.com/custom-apps-documentation/app-review/review-status.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.
