> 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/cloud/de/web-interface.md).

# Weboberfläche

Navigieren und erkunden Sie die Menüs in den verschiedenen Bereichen von Devolutions Cloud und verwalten Sie Ihre Daten.

<table><thead><tr><th width="189.7999267578125">Optionen</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Seitenleistenmenü</strong></td><td>Klicken Sie auf das Menüsymbol, um zu den Bereichen <em><strong>Suche</strong></em>, <em><strong>Tresor</strong></em>, <em><strong>Benutzer-Tresor</strong></em>, <em><strong>Berichte</strong></em>, <em><strong>Administration</strong></em> und <em><strong>Werkzeuge</strong></em> zu navigieren.</td></tr><tr><td><strong>Tresor</strong>-<strong>Auswahl</strong></td><td>Klicken Sie auf die Tresor-Auswahl oben in der Mitte Ihres Browsers, um zwischen allen Ihren Tresoren zu wechseln und auf Ihren Benutzer-Tresor zuzugreifen.</td></tr><tr><td><strong>Nachrichten</strong></td><td>Senden und empfangen Sie sichere Nachrichten mit Benutzern von Devolutions Cloud.</td></tr><tr><td><strong>Devolutions Account</strong></td><td>Klicken Sie auf Ihren Avatar, um die Einstellungen Ihres Devolutions Account zu bearbeiten und Devolutions Cloud zu sperren oder sich abzumelden.</td></tr><tr><td><em><strong>Navigationsbereich</strong></em></td><td>Zeigen Sie die im ausgewählten Tresor verfügbaren Einträge an.</td></tr><tr><td><strong>Tresor</strong>-<strong>Interaktionen</strong></td><td>Wählen Sie den Tresor im <em><strong>Navigationsbereich</strong></em> aus, um die Tresor-Interaktionen anzuzeigen.</td></tr><tr><td><strong>Einträge-Dashboard</strong></td><td>Wählen Sie einen Eintrag aus, um ihn anzuzeigen, zu starten und mit ihm zu interagieren.</td></tr></tbody></table>

#### Siehe auch

* [Devolutions Academy - Navigieren in Devolutions Cloud](https://academy.devolutions.net/student/page/2633361-navigating-devolutions-hub?sid=4dd0e3d0-7c46-49cd-87a4-7785543da859\&sid_i=0)
* [Devolutions Academy – Navigieren in der Benutzeroberfläche](https://academy.devolutions.net/student/page/2639993-navigating-the-user-interface?curriculum_activity_id=4268344\&path_id=2543918\&sid=138275be-753f-4acd-b704-747bc8bcd036\&sid_i=0)


---

# 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/cloud/de/web-interface.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.
