> 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/server/de/web-interface/vaults/entries/entry-type.md).

# Eintragstyp

1. Für Einträge, die sich auf die Nachverfolgung und Verwaltung von IT-Assets beziehen, etwa Server, Geräte oder andere Hardware.
2. ***Einträge*** gibt es in verschiedenen Typen, die alle unterschiedliche Zwecke zu Ihrer Bequemlichkeit erfüllen.

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

<table><thead><tr><th width="208">Option</th><th>Beschreibung</th></tr></thead><tbody><tr><td>Kürzlich</td><td>Zeigt die zuletzt erstellten Einträge an.</td></tr><tr><td>Beliebt</td><td>Enthält häufig verwendete Einträge.</td></tr><tr><td>Sitzung</td><td>Wird für Verbindungen verwendet.</td></tr><tr><td>Remote-Verwaltung</td><td>Einträge, die sich auf die Verwaltung von Remote-Systemen beziehen.</td></tr><tr><td>Verwaltung von Anmeldeinformationen</td><td>Wird zum Speichern aller Arten von Anmeldeinformationen verwendet.</td></tr><tr><td>Information</td><td>Wird zum Speichern aller Arten von Daten verwendet, sensibel oder nicht.</td></tr><tr><td>Ordner</td><td>Hilft Ihnen, Ihre Einträge anzupassen und zu unterteilen.</td></tr><tr><td>Kontakt</td><td>Wird zum Speichern von Informationen über bestimmte Personen verwendet.</td></tr><tr><td>Dokument</td><td>Wird zum Speichern externer Dateien verwendet.</td></tr><tr><td>VPN/Tunnel/Gateway</td><td>Für Einträge, die sich auf VPNs, Gateways und sichere Tunnel beziehen.</td></tr><tr><td>IT-Asset-Verwaltung</td><td>Für Einträge, die sich auf die Nachverfolgung und Verwaltung von IT-Assets beziehen, etwa Server, Geräte oder andere Hardware.</td></tr><tr><td>Synchronizer</td><td>Wird zum Speichern Ihrer Synchronizer-Informationen verwendet.</td></tr><tr><td>Verschiedenes</td><td>Enthält Einträge, die in keine der anderen vordefinierten Kategorien passen.</td></tr><tr><td>Vorlage</td><td>Wird zum Speichern Ihrer benutzerdefinierten Vorlageneinträge verwendet.</td></tr></tbody></table>

#### Siehe auch

* [Devolutions Academy – Einträge, Ordner und Favoriten verstehen](https://academy.devolutions.net/student/path/2942210/activity/4493551)


---

# 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/server/de/web-interface/vaults/entries/entry-type.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.
