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

# Dokumentationssuche

Die Dokumentationssuche bietet eine Vorschau der Dokumentationsseiten, des Seitentitels und der zugehörigen Eintragsdetails im aktuellen Tresor von Remote Desktop Manager Windows. Diese Funktion ist mit Devolutions Server- und SQL-Datenquellen verfügbar.

{% hint style="info" %}
Die Funktion ***Dokumentation*** ist nur für die Devolutions Server-Datenquelle verschlüsselt. Wenn Sie Datenquellen wie SQL Server oder Azure SQL verwenden, wird die Funktion nicht verschlüsselt.
{% endhint %}

### Benutzeroberfläche

<table><thead><tr><th width="209">ELEMENTE</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td>(1) Navigationsbereich</td><td>Listet die Suchergebnisse nach Ort und Eintrag auf.</td></tr><tr><td>(2) Inhaltsbereich</td><td>Zeigt eine Vorschau der Dokumentationsseite an.</td></tr><tr><td>(3) Dropdown-Menü</td><td>Listet die verschiedenen Seitentitel auf. Wenn ein Eintrag mehrere Dokumentationsseiten mit dem gesuchten Begriff enthält, ist eine Liste der Seitentitel verfügbar.</td></tr></tbody></table>

Wählen Sie mehrere Einträge gleichzeitig aus, indem Sie mit gedrückter <kbd>Shift</kbd>-Taste klicken, oder alle mit der Tastenkombination <kbd>Ctrl</kbd>+<kbd>A</kbd>. Ein Rechtsklick auf einen oder mehrere Einträge zeigt dasselbe Menü und dieselben Optionen wie im Navigationsbereich.

#### Sonstige Funktionen

Die Schaltfläche ***Im Navigationsbereich auswählen*** führt Sie direkt zum ausgewählten Eintrag oder Ordner im ***Navigationsbereich*** des entsprechenden Tresors.

Die Schaltfläche ***Zurücksetzen*** löscht alle Ihre Suchergebnisse und Optionen und bietet Ihnen einen Neuanfang für eine neue Suche.


---

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