> 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/concepts/intermediate-concepts/templates.md).

# Vorlagen

Mit Vorlagen können Sie Eintragseinstellungen in Ihrer Umgebung standardisieren und wiederverwenden, was Zeit spart und Konsistenz gewährleistet.

Erstellen Sie in Remote Desktop Manager lokale oder gemeinsame Vorlagen und starten Sie diese über Quick connect oder die Kontextmenüs von Einträgen, um schnell neue Einträge zu erstellen. Vorlagen unterstützen Anmeldeinformationen, Ordner, Sitzungen, Synchronisierer, Tags und Passwortvorlagen, sodass Teams bewährte Konfigurationen anwenden können, ohne die Arbeit zu wiederholen. Verwenden Sie Stapelvorgänge, um Vorlagen auf mehrere Einträge gleichzeitig anzuwenden oder zu aktualisieren, und kombinieren Sie sie mit Variablen, um Felder vorab zu füllen und Fehler in einem Tresor zu reduzieren.

#### Verwandte Themen

* [Stapelvorgänge](/rdm/de/concepts/intermediate-concepts/batch-operations.md)
* [Eingebettete Sitzungen](/rdm/de/user-interface/content-area/embedded-sessions.md)
* [Optionen für Anmeldeinformationen von Einträgen](/rdm/de/ribbon-menu-bar/edit/entry-credentials-options.md)
* [Vererbung](/rdm/de/concepts/intermediate-concepts/inheritance.md)
* [PSM-Verbindungsvorlage](/rdm/de/knowledge-base/how-to-articles/cyberark-psm-integration-scenarios.md#from-active-directory-synchronizer)
* [Quick connect](/rdm/de/ribbon-menu-bar/view/quick-connect.md)
* [Vorlagen](/rdm/de/ribbon-menu-bar/administration/templates.md)

#### Siehe auch

* [Devolutions Academy – Vergleich von Vererbung, Stapelbearbeitung und Stapelvorgängen mithilfe von Vorlagen](https://academy.devolutions.net/student/activity/2815880-comparing-inheritance-batch-edit-and-batch-operations-using-templates)
* [Devolutions Academy – Schneller bearbeiten mit Stapelvorgängen](https://academy.devolutions.net/student/activity/3407938)
* [Einfach eine Tresor-Vorlage erstellen](https://www.youtube.com/watch?v=0GwzZJ-JS7Q)


---

# 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/concepts/intermediate-concepts/templates.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.
