> 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/manage-batches-and-exceptions.md).

# Manage batches and exceptions

### Manually edit or manage exceptions (if needed)

If additional changes are required for a particular question or a batch of questions, either update it manually once all the questions are completed from the list or exit CM to go to "**Edit with AI**". Use **cross icon** for different exit/keep options.

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/22c190a8-fc97-499d-8394-a41092fb1534.png)

Once you click on the "X" icon, you will see three options:

* **Cancel**: Do not exit CM
* **Discard**: Abandon pending changes, jump to Edit with AI, returning will restart a new CM session
* **Keep and Exit**: Save changes and pause session for later continuation

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/f2fb19f9-e012-40e8-956a-d9316c9e9818.png)

***

### Continue applying and reviewing batches until all are done

You can continue to apply changes in the similar manner until all the changes are done. The process remains the same and recommended. Click on each QID to review changes, apply in manageable batches depending on the complexity. Review the changes with respect to the document (v2).

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/98690c76-af10-477b-b12f-41b0e47307bc.png)

If you see any change not as per the questionnaire, you can skip applying those particular changes. First you need to select the relevant QIDs from the given list. Once selected you can click on "**Skip Selected**".

![](https://usercontent.in.prod.clueso.io/743138ba-7933-4a1a-90b2-26ddeb90ccbd/924f877b-9e6f-4e92-b3cc-e9b180da2705/94258b79-a2a9-4399-8a80-95dce4a9b89d/images/7d6aa9bb-098f-433d-96ae-d4be6bde9afe.png)

See [Complete the session](/survey-programming-confirmit/change-management/complete-session.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/manage-batches-and-exceptions.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.
