> 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-confirmit/change-management/review-clarifications.md).

# Review clarifications

Once the review of v2 is completed, the **Clarifications** page opens. Metaforms may ask about items which are not very clear to the tool such as duplicate precodes, masking, cascading questions etc. based on the changes. These are referred as clarifications raised by the tool.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/f35d74a0-a4bd-4313-8337-7437a473968e.png)

Answer clarifications if necessary, or select **Dismissed** from the dropdown if they're not relevant. You need to either select "Dismissed" or "Answered" for each of the clarification raised to proceed further in change management.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/c7cee512-b24e-4f63-8cfa-2dc9adae90d7.png)

You can also add your own notes for the AI to consider in future steps. If there's any additional details you want the AI to consider for any question, you can add your own clarification. Once written, you can click on "**Add**" button to add them to the list.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/f836b77f-12bd-4653-9114-ea2987a1f9ff.png)

***

### Apply clarifications and proceed

After responding to clarifications, select **Continue to Apply Changes**. It will now take you to the application phase were you can see all the affected questions being listed down by the tool.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/64dfaf1c-b983-4615-921d-9466248dac61.png)

See [Apply changes](/survey-programming-confirmit/change-management/apply-changes.md) for next steps.


---

# 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-confirmit/change-management/review-clarifications.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.
