# Search Evidences

As your compliance programme grows, managing a large volume of evidences becomes essential. The **Search Evidences** feature in Sprinto allows you to quickly locate specific evidences across different categories using filters and keywords.

This article explains how to search for and filter evidences in each tab of the **Evidences** dashboard.

***

### Where you can search

You can search and filter evidences in all five tabs:

* **Automated**
* **Workflow**
* **Evidence Requested**
* **Uploaded**
* **Policy**

> 🛈 While you can search in all tabs, only *Evidence Requested* and *Uploaded* tabs support editing and status actions. For managing these items, see Manage Evidences.

***

### How to search for evidences

1. Go to **Audits > Evidences**.
2. Select the relevant tab (e.g. *Uploaded*, *Policy*, *Workflow*).
3. Use the **search bar** in the top-right corner to enter:
   * Evidence name
   * Identifier (e.g. EVD-001)
   * Keywords from custom metadata

> 💡 The search bar supports partial matches and updates results as you type.

***

### How to filter evidences

1. Select the **Filter** button at the top of the table.
2. Choose the filters available for your current tab.

***

#### Filter options by tab

**Automated, Workflow, Uploaded, and Policy tabs:**

* **Area**: Filter by evidence type such as Access, Trainings, Devices, Vendors, etc.
* **Requested form**: Filter by submission source like Policy, Security, HR.
* **Status**: Choose from Pending, Approved, or Rejected.
* **Review pending by**: Filter evidences awaiting review by a specific user.

**Evidence Requested tab:**

* **Requested from**: Filter by the user the request was sent to.
* **Review pending by**: Filter by the assigned reviewer.
* **Request status**: Choose from:
  * Upload pending
  * Review pending
  * Re-upload pending
  * Uploaded

3. After applying the filters, the list will refresh to show matching results.
4. To remove filters, click **Clear all** or deselect individual filter values.

***

### Tips for effective searching

* Use consistent naming conventions in evidence titles.
* Apply multiple filters together to narrow your search (e.g. Area + Status).
* Use identifiers (e.g. *EVD-024*) when searching for specific items.


---

# 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.sprinto.com/audits/evidences/dashboard-actions/search-evidences.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.
