# Task History

Once a task has been completed, it is added to the case view as history. The history is listed in descending order, meaning that the most recent history is shown at the top.

<figure><img src="/files/mYWHf2DLlrcTnarPn4hC" alt=""><figcaption><p>History</p></figcaption></figure>

Importantly, you can edit the history of the tasks performed by clicking on the edit button for each task, which will go to the task history revision page.

<figure><img src="/files/HelhFDh9nWkHlAOkBaKF" alt=""><figcaption><p>Edit history</p></figcaption></figure>

Here you can alter any details that might have been mistakenly provided. However, an audit trail will always exist for the modified entry and in the case view a note will show that the history has been revised.

<figure><img src="/files/wpg4rl10SQ58EQsLP9m8" alt=""><figcaption><p>Note about the history</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.tomorrowx.com/cap/product-reference/working-with-case-managers/task-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
