# Approval of changes

Once you decide that the changes you have made so far should be applied to the public version of your app as well, you will need to request a review of your changes and wait for approval.

To request a review, open the **Review** tab in your app, and update the form.

Enter links to your updated scenarios with new logs where we can see the functionality of the updated modules, and/or links to new scenarios with logs where we can see the functionality of your new modules.

Then, submit the form by clicking **Update review**.

{% hint style="info" %}
After submitting the form, you will receive a new email confirming that we have logged your request. You can find the email by subject's name: "*App Update Review: YourApp'sName".*
{% endhint %}

Our senior developers will check your changes. The changes will be either approved or rejected.

If approved, you will be informed by email that your changes have been approved.

If rejected, our senior developer will contact you with further details and/or recommendations for the correct solutions.

## Changes that require approval by Make

The following are changes that need to be approved by Make:

* changes in the current connection, modules, RPCs, custom IML functions, and webhooks
* a new connection, modules, RPCs, custom IML functions, and webhooks
* a new theme and/or logo of the app

## Rollback of changes in Make

If you need to roll back any changes you have made so far, [contact us](https://www.make.com/en/ticket).


---

# 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-maintenance/updating-your-app/approved-apps/approval-of-changes-in-approved-app.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.
