> 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/documentation-search.md).

# Documentation search

Documentation search provides a preview of the documentation pages, page title, and related entry details in the current vault of Remote Desktop Manager Windows. This feature is available with Devolutions Server and SQL workspaces.

{% hint style="info" %}
The ***Documentation*** feature is encrypted only for the Devolutions Server workspace. If you are using workspaces such as SQL Server or Azure SQL, the feature will not be encrypted.
{% endhint %}

### User interface

<table><thead><tr><th width="209">ELEMENTS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>(1) Navigation pane</td><td>Lists search results by location and entry.</td></tr><tr><td>(2) Content area</td><td>Displays a preview of the documentation page.</td></tr><tr><td>(3) Drop-down menu</td><td>Lists the different page titles. When an entry contains multiple documentation pages with the searched term, a list of the page titles is available.</td></tr></tbody></table>

Select multiple entries at once by <kbd>Shift</kbd>-clicking or all of them with the <kbd>Ctrl</kbd>+<kbd>A</kbd> shortcut. Right-clicking one or more entries shows the same menu and options as the navigation pane.

#### Other functions

The ***Select in navigation pane*** button takes you directly to the selected entry or folder in the corresponding vault's ***navigation pane***.

The ***Reset*** button clears all your search results and options, giving you a clean slate for 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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/view/search/documentation-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.
