> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/searching-for-documents.md).

# Searching for documents

The **Search** option in the Dashboard helps you quickly locate documents across different sections such as **My Signatures**, **Waiting for Others**, **Drafts**, and **Completed**. This is useful when working with a large number of envelopes and when filtering by specific criteria.

#### Accessing Search

From the Dashboard, click **Search**. This opens an advanced search panel where multiple filters can be applied.

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

***

### Available Search Filters

You can refine your search using one or more of the following fields:

#### Date Filters

* **From Date / To Date**\
  Search documents created or initiated within a specific date range.
* **Expiry From Date / Expiry To Date**\
  Filter documents based on their configured expiry period (if applicable).

#### Document Identifiers

* **Envelope No**\
  Search using the system-generated envelope number.
* **Reference No**\
  Locate documents using a reference number, if one was provided during initiation.
* **Document Name**\
  Search by the document or envelope name.

#### Classification Filters

* **Category**\
  Filter documents based on the category assigned during initiation (for example, Legal, Procurement, HR, etc.).
* **Owner**\
  Filter documents based on the document owner or initiator.

<figure><img src="/files/6rNqK8SsOA9CBF9HOehY" alt=""><figcaption></figcaption></figure>

***

### Executing the Search

* Click **Search** to apply the selected filters and view matching results.
* Click **Clear** to reset all filters and start a new search.


---

# 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://support.emsigner.com/user-dashboard-and-docstore/dashboard/document-pane/searching-for-documents.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.
