> For the complete documentation index, see [llms.txt](https://docs.compliancebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.compliancebot.io/evidence-tasks/evidence-task-workflow/evidence-management.md).

# Evidence Management

The <mark style="color:blue;">**Evidence Management**</mark> feature in ComplianceBot allows users to efficiently attach and remove evidence to and from tasks. This helps in maintaining compliance records and ensuring that all necessary evidence is documented.

<mark style="color:orange;">**To attach evidence:**</mark>&#x20;

* Go to the <mark style="color:blue;">**Dashboard**</mark> section of ComplianceBot.
* Click the three dots (ellipsis) on the control where you want to upload the evidence task.
* In the <mark style="color:blue;">**Control Overview**</mark> section, go to the <mark style="color:blue;">**"Evidence"**</mark> section.

<figure><img src="/files/9AsAjO2XTg3Tx254IUam" alt="" width="375"><figcaption></figcaption></figure>

* Click on the <mark style="color:blue;">**"Attach Evidence"**</mark> button.
* A list of available tasks will appear.

<figure><img src="/files/51SidR1BCTGliCK5ESL8" alt="" width="375"><figcaption></figcaption></figure>

* Select the tasks you want to attach as evidence.
* Click the "Save" button to confirm and attach the evidence to the selected tasks.

1. <mark style="color:orange;">**To Remove evidence:**</mark>&#x20;

* Click on the <mark style="color:blue;">"</mark><mark style="color:blue;">**Remove Evidence**</mark><mark style="color:blue;">"</mark> button.
* A list of tasks with attached evidence will appear.
* Select the tasks you want to remove as evidence.
* Click the <mark style="color:blue;">**"Remove"**</mark> button to confirm and detach the evidence from the selected tasks.

<figure><img src="/files/HGDQx6S3ydmyLfPpUiQy" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.compliancebot.io/evidence-tasks/evidence-task-workflow/evidence-management.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.
