> 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/what-we-support.md).

# What We Support

Change Management works best when the updated questionnaire clearly shows what changed. This helps Metaforms identify the right updates, understand their impact, ask the right follow-up questions, and guide you through applying the changes.

### Supported Inputs

Metaforms supports questionnaire updates that use:

* **Highlights** to mark new, changed, or important content.
* **Tracked changes** to show edits, additions, and removals directly in the document.

When these are present, Metaforms can use them as signals during the review and apply stages.

### Supported Change Types

Metaforms supports common questionnaire changes, including:

* **Question changes**, such as updates to question text, instructions, or properties.
* **Answer option changes**, including adding, removing, or modifying answer choices.
* **Question additions and removals** within the questionnaire.
* **Cascading question changes**, where an update to one question affects related follow-up or dependent questions.
* **Question flow changes**, where updates affect the order or routing of questions.
* **Changes to related questionnaire elements** where the impact can be identified from the color highlights and tracked updates.

Metaforms can use these changes to identify what needs to be updated and surface follow-up questions where the intended configuration is ambiguous.

### Current Limitations

Metaforms cannot yet reliably find every change between two questionnaire versions when the changes are not clearly marked or documented.

For example, if you upload a new questionnaire without highlights or tracked changes, Metaforms may not always identify every difference between the old and new versions. Changes that have indirect effects on question flow or complex logic may also require clarification or manual review.

You should review the generated clarifications and applied changes before finishing the version.

### Upcoming Roadmap

We are working on:

* **Better questionnaire and base XML comparison** to improve change detection accuracy between the questionnaire and base XML.
* **Excel changelog support** so structured change documentation can be used more reliably to identify and apply updates.

These improvements will help Metaforms identify and apply changes more reliably, even when updates are not fully marked or explicitly documented.


---

# 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/what-we-support.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.
