> 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/apply-changes.md).

# Apply changes

### Review the list of changes (QIDs detected)

This is an important step where you need to review all the questions shown in the list of QIDs affected and match it with your current document. You can click on any QID to review the requested update and what Metaforms has understood before anything is applied.

Even though the changes are detected by AI, we recommend reviewing all changes as there's a slight chance the AI might not have detected few changes. Hence, reviewing every detected change before applying is important. If any changes are missed, they should be made manually after applying the AI-generated changes.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/b8ccfb82-dabf-4ec1-b8fa-dd642e9ca8e6.png)

Click any Question ID to see full details of recommended updates. Once you click on the any QID, it will list down all the necessary changes which are detected by the tool for that particular question and also list down which questions are getting affected with the change. **Review changes one by one or in manageable batches**.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/7e80170d-b7d9-4628-bac9-2059ec576839.png)

***

### Select which questions to update and apply changes

For straightforward updates, three to five changes at a time is recommended. For a complex update, especially one that affects survey logic or structure, you can apply that change individually.

**Note**: We recommend applying changes in a sequential manner rather than skipping any question to apply changes which are later in the survey.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/3ab474e7-3d5d-4303-ac5e-c4437f2a45d7.png)

Once you have reviewed and selected the question IDs you need to implement changes, click on **Apply Selected**. Metaforms will now implement the chosen changes. A batch normally takes around two to three minutes, depending on the number and complexity of the updates.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/f1e19f4b-a626-4046-a47b-a698e518c5d4.png)

***

### Review applied changes

The system applies updates, usually in 2–3 minutes per batch. Green ticks confirm successful application.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/88ba9594-d4c4-4320-98b3-4740fb1fe004.png)

Once the changes are applied, click on any QID to see **"AI actions"** card and updated fields. If you want to see what changes were made by the AI, click on the QID, navigate to the AI Action card. Here you can see what changes are made. You need to click on each QID, review the action items, confirm that all changes have been applied correctly without any omissions, and make manual modifications if needed. **It is recommended to review these very carefully to understand what changes are made 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/eb112af9-acc8-43e3-a7e9-06f8a4673539.png)

If you wish to directly jump to the node ids where the changes are made by the tool, you can click on the arrow button present at the top left of the AI Action card. It will take you to the exact location of that particular node ID where the change was made.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/9149c7fd-7c79-454f-b854-8c3cfd44aa5e.png)

See [Manage batches and exceptions](/survey-programming-confirmit/change-management/manage-batches-and-exceptions.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/apply-changes.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.
