> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/reviews/dashboard-actions/review-supporting-evidence.md).

# Review Supporting Evidence

Sprinto allows reviewers to upload supporting documentation when completing review tasks. Evidence provides proof that internal processes—such as audits, policy reviews, or risk assessments—have been carried out effectively. Evidence can be uploaded during the review or later via the **Manage** option.

Evidence upload is supported across both **Senior Management** and **Workflow Checks** tabs.

***

### When to upload evidence

* If a review requires documented verification (e.g. internal audit reports, org charts).
* If the **Evidence required** toggle is enabled while configuring a workflow check.
* If you are closing a review on behalf of another stakeholder (with documented input).

***

### Upload or update evidence later

1. Navigate to the **Workflow checks** tab.
2. Locate the check you want to update.
3. Click **Upload evidence**.
4. Attach the relevant document and save.

This is useful if you need to add evidence after marking a review as complete or if the reviewer forgot to upload it initially.

***

### Mark a check as Special Case

If you are unable to upload evidence or perform the review as expected:

1. Click on the check you wish to update.
2. Choose **Mark as special case**.
3. Provide a brief explanation (e.g. “Vendor offboarded – assessment not required”).
4. Click **Confirm**.

{% hint style="warning" %}
Special Case actions are recorded in the audit log and should only be used when justifiable.
{% endhint %}

***

### Review uploaded evidence

1. Click **View completed reviews** on any check.
2. Review the attached file(s), timestamp, and comments.
3. Use this information to validate past decisions during audits or internal reviews.

***

### Supported formats

Sprinto accepts standard formats such as:

* PDF
* DOCX
* CSV
* XLSX
* PNG / JPEG (for screenshots)

Files must not exceed 25 MB in size or 25 files per upload session.


---

# 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.sprinto.com/data-library/reviews/dashboard-actions/review-supporting-evidence.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.
