> 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/upload-v2-and-run-cm.md).

# Upload v2 and run change management

### Upload v2 (current wave) document

Once the duplicate folders are removed you need to now upload the current wave document (v2). From the top of extension there are few icons. You need to click on **Open Documents.**

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/8720122c-ae64-4cff-aa63-62160461bb26.png)

After that you need to click on **Upload New Version.** You can either drag and drop v2 document into the drop box area or click on the **Upload File** on the drop box and select your document which you want to program for the current wave.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/9a82a8c3-efc5-46cf-b0d5-6d7e27eab000.png)

Once the document is selected, you can click on **Upload File** and let Metaforms analyze the current document (v2).

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/d4d149a5-e8fd-4908-820c-9d011c62c404.png)

***

### Wait while Metaforms processes the document

Metaforms will now start processing your current document (v2) and this process usually takes around 2 - 5 minutes depending on the complexity and length of the questionnaire. You can wait until the uploading is done.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/cffb55a5-7808-4b30-8015-62594f70dc41.png)

Once ready, **v2** becomes your default document instead of **v1** (last wave document). The extension will read all the data from the current document now. This also becomes your active document. You'll see a **Run CM** (change management) button beside your current document.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/4711fc1a-d42b-428b-b99f-96a00b6fafc1.png)

***

### Click Run CM

After confirming your current document, to move forward with the change management process, click on Run CM button shown next to your current document.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/a8ba251e-8139-41d6-8bf3-5c321a1d69a8.png)

Once you click on **Run CM**, the extension starts detecting the changes present in the current document. It will analyze all the color coded changes and tracked changes in the current doc. It also compares "**what changed in the document** (through color highlights and tracked changes)" vs "**what exists in the base XML** (the skip logics, masking, lists, loops, cascades etc)".

**Metaforms currently identifies only color coded changes and tracked changes from the document. Any change not highlighted in the document will not be recognized by the AI as a change. It needs to be reviewed and updated either manually or using the help of edit with AI**.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/f0e30989-5b9e-4497-b248-7af7120248f3.png)

See [Review clarifications](/survey-programming-confirmit/change-management/review-clarifications.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/upload-v2-and-run-cm.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.
