> 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/password-manager/de/application/tools.md).

# Werkzeuge

Der Abschnitt ***Tools*** befindet sich im Seitenbereich.

<figure><img src="https://cdnweb.devolutions.net/docs/WDAPP4001_2026_2.png" alt=""><figcaption></figcaption></figure>

### Passwortgenerator <a href="#password-generator" id="password-generator"></a>

Erstellen Sie zufällige Passwörter und Passphrasen, die aufgrund einer Mischung aus Groß- und Kleinbuchstaben, Zahlen und Satzzeichen schwer zu interpretieren oder vorherzusagen sind.

### Benutzerdefinierte Installation <a href="#custom-installation" id="custom-installation"></a>

Benutzerdefinierte Installationen können erstellt werden, um die Bereitstellung von Datenquellen auf mehreren Maschinen mit den gleichen vorkonfigurierten Einstellungen zu erleichtern. Weitere Einzelheiten finden Sie unter [Installation](/password-manager/de/application/installation.md#custom-installation).

### Einträge importieren <a href="#import-entries" id="import-entries"></a>

Devolutions Password Manager unterstützt native Formate für viele beliebte Tools. Wenn ein natives Format oder ein Drittanbieter-Tool nicht unterstützt wird, verwenden Sie die Option ***Benutzerdefiniert***, um Dateien im Format `.cvs` oder `.json` zu importieren.

### Einträge exportieren <a href="#export-entries" id="export-entries"></a>

Devolutions Password Manager unterstützt den Export von Einträgen in den Formaten `.csv`, `.json` und `.xml`. Die Daten der Einträge werden mit einem Passwort verschlüsselt, ihre sensiblen Werte ausgeblendet und ihre Anhänge und Dokumente eingeschlossen.

#### Siehe auch

* [Devolutions Academy – Den Devolutions Password Manager Importer verwenden](https://academy.devolutions.net/student/page/3516218-use-the-devolutions-password-manager-importer?curriculum_activity_id=5612175\&path_id=2628397\&sid=22461176-32b8-45f3-a58f-f86c27578c8b\&sid_i=0)


---

# 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/password-manager/de/application/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.
