# Review Stage

After starting a new version with change management, you'll enter the **Review** stage. Here, Metaforms generates clarifications for detected changes so you can flag ambiguities, add context, and resolve open questions before applying anything to your scripts.

***

### The Review Screen

When the review stage loads, you'll see:

* **Left:** The **clarification sheet** — a list of system-generated clarifications highlighting potentially ambiguous changes.
* **Right:** Your project files (questionnaire, scripts, quota files) for reference.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/3e5aa6ac-618d-4b74-b0e4-2a048abafd8c/28b2c723-6911-4e71-bf54-5d410fee081c/images/e4a4756b-8cfd-4742-8fd8-b2acb6e8e907.png)

***

### Work Through Clarifications

**Step 1:** Review the generated clarifications. Each one highlights a change that may need further context or a decision.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/3e5aa6ac-618d-4b74-b0e4-2a048abafd8c/28b2c723-6911-4e71-bf54-5d410fee081c/images/ed4e6b88-7a11-4c4c-91df-f19cb4ed778e.png)

**Step 2:** For each clarification, you can:

* **Add comments or answers** if you have the context.
* **Resolve** the item once it's addressed.
* **Dismiss** it if no action is needed.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/3e5aa6ac-618d-4b74-b0e4-2a048abafd8c/28b2c723-6911-4e71-bf54-5d410fee081c/images/106a8737-d1d3-44e5-bfb6-d206c32c4961.png)

You can also **add new clarifications** manually if additional questions arise, or **delete** ones that are no longer relevant.

**Step 3:** If you need to share clarifications externally (e.g., with a client or PM), click **Export Excel** to download the sheet.

<figure><img src="/files/gmESSTx9caZQkBSKxaxa" alt=""><figcaption></figcaption></figure>

***

### Move to the Apply Stage

**Step 4:** Once you've addressed all clarifications, click **Done Reviewing Changes** to move to the Apply stage where changes are applied to your scripts.

<figure><img src="/files/TQ4BbydT67lHFfOlRXkX" alt=""><figcaption></figcaption></figure>

> **Note:** You don't have to resolve every clarification before moving on — unresolved items will carry over and can block specific questions during the Apply stage until they're addressed.

See[Apply Stage](/survey-programming-dimensions/change-management/apply-stage.md) for the next phase.


---

# 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://help.metaforms.ai/survey-programming-dimensions/change-management/review-stage.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.
