> 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/end-users/to-do/completing-tasks.md).

# Completing Tasks

Get to know the different task types, their associated workflows, and the roles involved.

Tasks in **To Do** vary based on your role and the type of workflow involved. Below are the core task types you may encounter:

<table><thead><tr><th width="161.60003662109375">Task Type</th><th>Description</th><th data-type="content-ref">Learn How to Complete the Task</th><th>Role (RASCI-VS)</th></tr></thead><tbody><tr><td><strong>Endorsement</strong></td><td>Requires the user to conduct an initial review of proposed changes to an object and decide whether to endorse or reject them for further consideration.</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-an-endorsement-task.md">Completing an Endorsement Task</a></td><td>Assigned to specific users, roles, or RASCI-VS types (defined per object).</td></tr><tr><td><strong>Approval</strong></td><td>Requires the user to conduct a final review of proposed changes to an object and decide whether to approve or reject them for implementation.</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-an-approval-task.md">Completing an Approval Task</a></td><td>Assigned to specific users, roles, or RASCI-VS types (defined per object).</td></tr><tr><td><strong>Attestation</strong></td><td>Requires the user to acknowledge and confirm awareness of approved changes before the object is published.</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-an-attestation-task.md">Completing an Attestation Task</a></td><td>Assigned to <strong>Verifier</strong> by default; can be changed to other RASCI-VS types in Advanced Settings.</td></tr><tr><td><strong>Confirmation</strong></td><td>Requires the user to confirm they have reviewed and understood changes impacting their role or procedures.</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>Assigned based on RASCI-VS types configured in Advanced Settings.</td></tr><tr><td><strong>Documentation to Review</strong></td><td>Requires the user to review an object for changes, or to verify its accuracy and compliance with standards.</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-a-review-task.md">Completing a Review Task</a></td><td>Responsible / Author</td></tr><tr><td><strong>CR to Review</strong></td><td>Requires the user to review a submitted Change Request (CR) and decide whether to approve or reject it.</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-change-request-tasks.md">Completing Change Request Tasks</a></td><td>Accountable</td></tr><tr><td><strong>CR to Implement</strong></td><td>Requires the user to implement approved changes to the object, as defined in the CR.</td><td><a href="/interfacing-help-files/end-users/to-do/completing-tasks/completing-change-request-tasks.md">Completing Change Request Tasks</a></td><td>Author</td></tr><tr><td><strong>Workflow Task</strong></td><td>Requires the user to complete a task that is part of a structured application workflow.</td><td><a href="/interfacing-help-files/end-users/exploring-apps.md">Exploring Apps</a></td><td>Varies by workflow and task.</td></tr><tr><td><strong>Data Harmonization</strong></td><td>Requires the user to review and resolve objects that are out of sync with their associated content.</td><td></td><td>Responsible</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/end-users/to-do/completing-tasks.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.
