> 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/entries/action-buttons.md).

# Aktionsschaltflächen

Die Anzeige der ***Aktionsschaltflächen*** für Einträge variiert je nach Art des ausgewählten Eintrags und Ihren Devolutions Cloud-Einstellungen.

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

<table><thead><tr><th width="80.20001220703125" align="center">Symbol</th><th width="284.99993896484375">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_check-in.png" alt=""></td><td>Einchecken</td><td>Die Sitzung aus dem Auschecken freigeben.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_check-out.png" alt=""></td><td>Auschecken</td><td>Die Sitzung reservieren.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_copy-clipboard.png" alt=""></td><td>In die Zwischenablage kopieren</td><td>Das Feld des ausgewählten Eintrags kopieren (üblicherweise Benutzername oder Passwort).</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_entry-SampleDownload.png" alt=""></td><td>Herunterladen</td><td>Eine Kopie der im Eintrag enthaltenen Datei herunterladen.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_edit.png" alt=""></td><td>Bearbeiten</td><td>Die Eigenschaften des ausgewählten Eintrags ändern.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_entry-SampleKey1.png" alt=""></td><td>Gehe zu</td><td>Zu dem Ort wechseln, an dem die Anmeldeinformationen gespeichert sind bzw. von dem sie geerbt werden.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_password-history-bold.png" alt=""></td><td>Verlauf</td><td>Den Verlauf der Passwortänderungen in diesem Eintrag anzeigen.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_more-vert.png" alt=""></td><td>Mehr</td><td>Weitere Optionen für den ausgewählten Eintrag anzeigen: <em><strong>Kopieren</strong></em>, <em><strong>Verschieben</strong></em>, <em><strong>Kopie</strong></em> <em><strong>senden</strong></em>, <em><strong>Löschen</strong></em>, <em><strong>Temporären Zugriff anfordern, Temporären Zugriff gewähren, Problem melden, Benutzerspezifische Einstellungen</strong></em>.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_earth.png" alt=""></td><td>URL aufrufen</td><td>Die angegebene Website-URL in einem neuen Tab öffnen.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_activate-launch.png" alt=""></td><td>In Devolutions Launcher öffnen</td><td>Eine Sitzung im Devolutions Launcher starten.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_logo-rdm.png" alt=""></td><td>In Remote Desktop Manager öffnen</td><td>Eine Sitzung in Remote Desktop Manager starten.</td></tr><tr><td align="center"><img src="https://cdnweb.devolutions.net/docs/docs_en_hub_icons_entry-SampleView.png" alt=""></td><td>Passwort anzeigen</td><td>Das Feld des ausgewählten Eintrags anzeigen.</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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/cloud/de/web-interface/entries/action-buttons.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.
