> 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.md).

# Change Management — Tracker Surveys

Metaforms change management workflow lets you efficiently update tracker surveys in Forsta (Confirmit). It currently supports surveys up to Level 3 (L3). This guide walks you through preparing your materials, comparing survey versions, reviewing changes, and applying updates in manageable batches.

Updating a tracker survey often involves multiple versions and precise control over changes. With the Metaforms extension, you'll upload your base XML or use an existing programmed survey and your previous wave and current wave questionnaires, let the system identify updates, review suggested updates, and apply them smoothly — all while managing clarifications and verifying updates.

### Requirements

* The base XML (or existing programmed wave survey)
* The previous wave questionnaire (v1)
* The current wave questionnaire with required changes clearly marked (v2), using your agreed color-coding or tracked changes. As of now, only color-coded changes and tracked changes are supported in our tool.

***

### Workflow

1. [Import the previous wave survey](/survey-programming-confirmit/change-management/import-previous-wave-survey.md)
2. [Launch the extension and configure Tracker mode](/survey-programming-confirmit/change-management/launch-extension-and-configure-tracker.md)
3. [Upload v1 and review folders](/survey-programming-confirmit/change-management/upload-v1-and-review-folders.md)
4. [Upload v2 and run change management](/survey-programming-confirmit/change-management/upload-v2-and-run-cm.md)
5. [Review clarifications](/survey-programming-confirmit/change-management/review-clarifications.md)
6. [Apply changes](/survey-programming-confirmit/change-management/apply-changes.md)
7. [Manage batches and exceptions](/survey-programming-confirmit/change-management/manage-batches-and-exceptions.md)
8. [Complete the session](/survey-programming-confirmit/change-management/complete-session.md)

Begin with [Import the previous wave survey](/survey-programming-confirmit/change-management/import-previous-wave-survey.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-confirmit/change-management.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.
