> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-dimensions/change-management/review-stage.md).

# Review Stage

The **Review** stage is where you make the intent behind each detected change clear before anything is applied to the script. Metaforms creates clarifications for changes that may be ambiguous; review them before moving to Apply.

## Your goal in this stage

For every clarification, decide whether it needs an answer. Answer items that need context, dismiss items that do not need action, and add a clarification when a missing question should be considered. You can move on with unresolved items, but they may block the related change in Apply.

***

### 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, choose the outcome that best describes it:

* **Answer or comment** when the agent needs context or a decision.
* **Resolve** the item once the answer is complete.
* **Dismiss** it when 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 Apply

**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>

{% hint style="warning" %}
You can move on without resolving every clarification. Unresolved items carry into Apply and can block the related questions until they are answered and checked.
{% endhint %}

Next, [apply the proposed changes](/survey-programming-dimensions/change-management/apply-stage.md).


---

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