> 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/concepts/basic-concepts/documents-and-attachments.md).

# Dokumente und Anhänge

Dokumente und Anhänge in Devolutions Cloud speichern Dateien und Rich-Text-Notizen direkt an Einträgen, sodass der Kontext mit den Geheimnissen mitwandert. Der Abschnitt Dokumentation erfasst Verfahren, Schritte zur Fehlerbehebung oder geschäftliche Details, während der Abschnitt Anhänge Artefakte wie Konfigurationsdateien, Lizenz-PDFs oder Exporte sicher unter denselben Berechtigungen wie der Eintrag aufbewahrt. Da diese Elemente zusammen mit dem Rest Ihrer Devolutions Cloud-Daten verschlüsselt werden, können sie sicher sensible operative Informationen enthalten.

Eine typische Verwendung besteht darin, ein Runbook und einen Protokollauszug an einen Eintrag für ein privilegiertes Konto anzuhängen, sodass jeder, der ihn über die Weboberfläche oder die Browsererweiterung von Devolutions Password Manager öffnet, sowohl die Anmeldeinformationen als auch alle unterstützenden Materialien an einem einzigen, überprüfbaren Ort sieht.

#### Verwandte Themen

* [Anhänge](/cloud/de/web-interface/entries/entry-section/attachments.md)
* [Dokumentation](/cloud/de/web-interface/entries/entry-section/documentation.md)
* [Einträge manuell erstellen](/cloud/de/web-interface/entries/create-entries-manually.md)


---

# 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/concepts/basic-concepts/documents-and-attachments.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.
