> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/web-interface/search.md).

# Search

The ***Search*** feature helps you quickly find certain entries within your vault(s). The ***Advanced search*** is useful for more specific inquiries because it lets you add filters to the search.

### Search

The ***Search*** feature screen has a ***Recently viewed*** section that shows entries that were used recently. There is also a ***Clear recent entries*** button to clear those results.

Searching for a specific word, part of a word or multiple words will show all corresponding results. Disabling the ***All vaults*** option will limit the search to the active vault.

The ***Search options*** offer more flexibility for the search. Once the options are set to your liking, click ***OK***.

### Advanced search

To access the ***Advanced search*** feature, click the button within the ***Search*** window.

The buttons are as follows:

* ***Add filter***: Adds another row for a new filter.
* ***Delete***: Delete that specific filter row.
* ***Reset***: Resets all search filters.
* ***Search***: Searches through the vaults with the current filters.

The first filter dropdown lets you set search parameters including: ***Include vaults***, ***Exclude vaults***.

The second filter dropdown lets you set search parameters including: ***Accounting number***, ***Asset tag***, ***Checked out by***, ***Connection sub type***, ***Connection type***, ***Creation date***, ***Description***, ***Document type***, ***Expiration***, ***Folder***, ***Invoice number***, ***Last update date***, ***Name***, ***PO number***, ***Service tag***, ***State***, ***Status***, ***Tags***, ***Username*** and ***Include PAM vaults***.

The field next to it lets you pick from: ***Contains***, ***Starts with***, ***Ends with***, ***Exact Expression***.

Clicking on an entry and then clicking on the ***Select*** button will bring you to that vault and show the specific entry.


---

# 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:

```
GET https://docs.devolutions.net/server/web-interface/search.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.
