> 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-v1-and-review-folders.md).

# Upload v1 and review folders

### Select your v1 (previous wave) document

In the **Questionnaire** section of the extension panel, click **Choose a file** or drag and drop your v1 document — the base survey document used in the current programmed XML. Supported formats are PDF, DOCX, XLSX, and MD, up to 10 MB.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/30c36687-20a2-47d6-938e-93743ae63be3.png)

Choose the base survey document used in the current programmed XML. Once you've selected base document (v1), click on Continue to allow Metaforms to analyze the folders and reuseable lists.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/295c4b9f-0067-4fd6-b218-ed50dbd9d8e9.png)

Once you click on **Continue**, Metaforms will start analyzing all the sections and create folders as per the document along with the reuseable answer lists (if any).

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/cbb5f5d8-684e-4791-b48d-3eb4545217de.png)

***

### Review the folders identified from v1

Once the document is uploaded, all the relevant folders will be created inside the survey tree. You can check the survey tree for identified folders. Once all the folders are added, you need to review the placement of these folders. You can **click** on the **arrow icon** next to each folder in the extension which will route you to the correct position of the folder in your survey tree.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/8c78547d-bde5-445b-b557-b7989249a947.png)

***

### Remove duplicate or extra folders and Reuseable lists (Mandatory step)

Since the folders are already present in your last wave XML or survey, you need to **delete** extra folders and reuseable lists created by the extension. This will prevent any new question from being placed inside duplicate folders while the current doc gets programmed. Keep unique folders (**like new sections**) and **reuseable lists** created for any new set of questions. Place the folders in their relevant positions.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/ff8461ea-4962-4833-a7ea-05d5a938de80.png)

For deleting the reuseable lists, you can click on the icon beside the name of reuseable-list from the extension. It will route you to the exact location of the lists.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/6f37d0c4-142c-41bc-8346-7ff6d2344abc.png)

You can select the new reuseable lists from the available ones and click on delete to remove it.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/e5a0b9a7-eec4-4007-bf17-0d6d464583f0.png)

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