> 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/help-and-tools.md).

# Hilfe und Werkzeuge

Der Bereich ***Hilfe & Tools*** ist voller Ressourcen für Devolutions Cloud.

* Laden Sie Devolutions-[Apps und Begleitwerkzeuge](https://devolutions.net/download-center/) herunter, die in Verbindung mit unseren Produkten arbeiten:
  * [Devolutions Password Manager](https://docs.devolutions.net/password-manager/de/overview/devolutions-password-manager) ist eine Mobil- und Desktop-Anwendung, die Devolutions Cloud und Devolutions Server an einem einzigen, zentralisierten, Cloud-basierten Ort zusammenführt. Die kostenlose Browsererweiterung ermöglicht es Benutzern, Passwörter mit den in ihren Tresoren gespeicherten Anmeldeinformationen sicher in Websites einzufügen.
  * Das [Devolutions.PowerShell-Modul](https://docs.devolutions.net/powershell/de/devolutions-cloud-powershell/powershell-module), mit dem Sie auf Elemente in Ihrer Devolutions Cloud zugreifen, sie erstellen, aktualisieren und entfernen können, was Ihnen hilft, einige Vorgänge/Skripte zu automatisieren.
  * [Devolutions Gateway](https://docs.devolutions.net/gateway/de/overview/devolutions-gateway), das autorisierten Just-in-Time-Zugriff auf Ressourcen in segmentierten Netzwerken bereitstellt.
  * Die [Devolutions Cloud Services](https://docs.devolutions.net/pam/de/pam-with-devolutions-cloud/install-the-devolutions-cloud-services-to-enable-pam-and-encryption-integration), die die Installation und Integration unserer Module erleichtern, wie zum Beispiel das Privileged Access Management (PAM)-Modul und den Verschlüsselungsdienst (SSO-fähige Funktion), neben anderen.
* [Importieren](/cloud/de/web-interface/help-and-tools/import.md) und [exportieren](/cloud/de/web-interface/help-and-tools/export.md) Sie Daten in und aus Devolutions Cloud.
* Sie suchen Hilfe? Konsultieren Sie die Ressourcen unseres Support Centers für unsere [Dokumentation und Wissensdatenbank](https://docs.devolutions.net/), tauschen Sie sich mit der Community in unserem [Forum](https://forum.devolutions.net/) aus und bleiben Sie mit unseren [Quick-Tips-Blogs](https://blog.devolutions.net/category/tips-and-tricks) auf dem neuesten Stand.
* Konsultieren Sie die [Release-News](/cloud/de/web-interface/help-and-tools/release-news.md) von Devolutions Cloud.


---

# 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/help-and-tools.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.
