> 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/rdm/ribbon-menu-bar/view/search/quick-search.md).

# Quick search

The ***Quick search*** feature allows you to search through the database without displaying the tree view. Use <kbd>Ctrl</kbd>+<kbd>Space</kbd> to easily search through vaults, entries, tabs, tools, and workspaces. To customize the keyboard shortcut, head to ***File*** ***– Settings – Keyboard***.

{% hint style="success" %}
Use the following shortcuts while selecting an entry for an even quicker search: - Press Enter to navigate to the entry

* Press <kbd>Ctrl</kbd>+<kbd>Enter</kbd> to open the entry
* Press <kbd>Ctrl</kbd>+<kbd>R</kbd> to navigate to the root folder of the entry
  {% endhint %}

#### Quick search settings

![](https://cdnweb.devolutions.net/docs/RDMW6133_2025_1.png)

<table><thead><tr><th width="241">SETTING</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Launch on enter</strong></td><td>Launch the selection when pressing <kbd>Enter</kbd> instead of double-clicking or clicking <em><strong>Open</strong></em>.</td></tr><tr><td><strong>Use search options and operators</strong></td><td>Allows the use of search operators (e.g., <code>AND</code>, <code>OR</code>, <code>NOT</code>, etc.). Note that <code>AND</code> and <code>OR</code> can be treated as a space. Go to <em><strong>File – Settings – User interface – Filter</strong></em> and enable <em><strong>Treat space as AND</strong></em> or <em><strong>Treat space as OR</strong></em>.</td></tr><tr><td><strong>Show details</strong></td><td>Displays detailed information about each search result.</td></tr><tr><td><strong>Search in user vault</strong></td><td>Includes entries from your user vault in the search results.</td></tr><tr><td><strong>Search in system vault</strong></td><td>Includes entries from the system vault.</td></tr><tr><td><strong>Search embedded tab titles</strong></td><td>Searches through the embedded tab titles.</td></tr><tr><td><strong>Search vault names</strong></td><td>Includes vault names in the search results.</td></tr><tr><td><strong>Search workspaces</strong></td><td>Searches across the workspace names.</td></tr><tr><td><strong>Search in tools</strong></td><td>Extends the search to include tools like macros, templates, etc.</td></tr></tbody></table>


---

# 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/rdm/ribbon-menu-bar/view/search/quick-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.
