> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/document-control/managing-documentation-lifecycle/managing-a-confirmation-cycle.md).

# Managing a Confirmation Cycle

Confirm that you have read and understood newly published changes.

During **confirmation**, key stakeholders verify that they have read and understood the updated documentation, enhancing accountability and communication.

{% hint style="warning" %}
Confirmation is **obligatory** by default and is automatically triggered when documentation is published.&#x20;
{% endhint %}

***

## How to Customize a Confirmation Cycle

In **Phase 1**, governance cycle management is not yet available in the platform. All setup and administration must be performed in EPC.

To customize which RASCI-VS role(s) are required to confirm, refer to the following EPC topic:

* [Confirmation Cycle](https://www.manula.com/manuals/interfacing-technologies/epc10-webapp/15.4/en/topic/confirmation)

***

## Completing Confirmation Tasks

While you cannot manage confirmations in the platform, you can complete confirmation tasks assigned to you. See the guides below to get started:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image"></th></tr></thead><tbody><tr><td><strong>Completing Confirmation Tasks</strong></td><td>Learn how to confirm documentation items</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-a-confirmation-task.md">Completing a Confirmation Task</a></td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FRaDP93ucaTmlNNpA4R2B%2FIMS%20Icons%20(10).png?alt=media&amp;token=03ff82e6-b22d-4263-8af0-2ae2a01e3ed0">IMS Icons (10).png</a></td></tr><tr><td><strong>Managing Tasks in To Do</strong></td><td>View and organize your assigned tasks.</td><td><a href="/interfacing-help-files/end-users/to-do.md">Managing Your Tasks</a></td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FmanuRmFLiwvQFODiw6un%2FIMS-V16-NAV-Library-Icons-52.png?alt=media&amp;token=cdcc6cab-92cb-4f6c-b21c-e0aab133de45">to do icon.png</a></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/document-control/managing-documentation-lifecycle/managing-a-confirmation-cycle.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.
