> 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/knowledge-base/how-to-articles/migrate-data-from-a-password-manager-to-devolutions-cloud.md).

# Daten von einem Passwortmanager zu Devolutions Cloud migrieren

Dieser Artikel bietet eine schrittweise Anleitung zum Exportieren von Anmeldeinformationen aus einem Passwortmanager und deren anschließendem Import in Devolutions Cloud.

### Anmeldeinformationen aus einem Passwortmanager exportieren

Die Verfahren zum Passwortexport können je nach verwendetem Manager variieren, sie umfassen jedoch alle das Herunterladen einer `.json`- oder `.csv`-Datei mit Ihren Anmeldeinformationen. Hier sind die Schritte zum Importieren von Daten aus den von Devolutions Cloud unterstützten Passwortmanagern:

* [Export Bitwarden Vault Data](https://bitwarden.com/help/export-your-data/)
* [Export vault data from LastPass](https://support.lastpass.com/s/document-item?language=en_US\&bundleId=lastpass\&topicId=LastPass/export-vault.html&_LANG=enus)
* [How to export your data from the 1Password desktop app](https://support.1password.com/export/?windows)
* [Import and export passwords with Chrome](https://support.google.com/chrome/answer/13068232)
* [KeePass Import/Export](https://keepass.info/help/base/importexport.html)

### Import in Devolutions Cloud

1. Gehen Sie in der Weboberfläche von Devolutions Cloud zu ***Help and tools***.
2. Klicken Sie auf die Schaltfläche ***Import*** im Abschnitt ***Import/Export***.
3. Wählen Sie eines der unterstützten Formate.
4. Laden Sie die beim Export erhaltene `.json`- oder `.csv`-Datei hoch.
5. Ordnen Sie die erforderlichen Felder zu oder bestätigen Sie sie (***URL***, ***Username*** und ***Password***).
6. Schließen Sie den Assistenten ab und stellen Sie dann sicher, dass alle Anmeldeinformationen korrekt hinzugefügt wurden und in Ihren Tresoren zugänglich sind.

{% hint style="danger" %}
Exportierte Anmeldeinformationsdateien enthalten unverschlüsselte Passwörter. Behandeln Sie sie mit Vorsicht und löschen Sie sie unmittelbar nach Abschluss des Imports.
{% endhint %}


---

# 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/knowledge-base/how-to-articles/migrate-data-from-a-password-manager-to-devolutions-cloud.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.
