# Filtering Documents

## Default Filtering Options

You can search for specific documents by entering the document name or ID into the search bar located at the top of the dashboard.

<figure><img src="/files/pbp8t2mRVusbWyW1NcoN" alt=""><figcaption></figcaption></figure>

For more refined filtering, click the filter icon located on the right side of the search bar to select specific criteria for searching documents.

<figure><img src="/files/kB1L7lhl9pYF454igEwK" alt=""><figcaption></figcaption></figure>

The following filter options are available:

* **Status**: Filter by processing status (e.g., Ready for validation, Rejected).
* **Assigned To**: Filter by the users assigned to the document.

  <figure><img src="/files/QbRJAwz4YIH337gikDSN" alt=""><figcaption></figcaption></figure>
* **Assigned to Group**: Filter by the groups assigned to the document.
* **Restart Required**: Filter for documents that require a restart.

Click **Apply** to apply the selected filters, or **Clear Filters** to reset them.

<figure><img src="/files/IEf4qksRYW3JrOOlPnNf" alt=""><figcaption></figcaption></figure>

## Time-Based Filtering

To filter documents by import date, use the time filter located to the right of the search bar. You can choose from the following preset time ranges:

* **30 Days**
* **90 Days**
* **180 Days**
* **365 Days**
* **All**

<figure><img src="/files/ybWP80oP5AKneyX5u3nO" alt=""><figcaption></figcaption></figure>

You can also select a custom date range by clicking **Custom**, then specifying a **Start Date** and **End Date**. After that, click **Apply** to activate the filter.

<figure><img src="/files/xWNBldVaKcgKOA6NH86I" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**Note**</mark>: Selecting a longer time period may result in slower loading times.

## Filter by Document Type

To filter by specific document types:

1. Click the plus (+) icon at the top of the dashboard.

   <figure><img src="/files/qVZQKCLDPAdOvSoSZLFP" alt=""><figcaption></figcaption></figure>
2. Select a document type from the list.
3. After selecting a document type, you can switch between filters using the tabs at the top of the dashboard.

   <figure><img src="/files/9OgJHTaHzXpGekahLx3i" alt=""><figcaption></figcaption></figure>

To remove a specific filter, hover over the filter tag and click the red X. This will remove the filter from the tab list.

<figure><img src="/files/XkHUSacHmAPDsrKBoWi9" alt=""><figcaption></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.docbits.com/end-user-and-partner-section/end-user-section/dashboard/filtering-documents.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.
