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

# Migrate data from a password manager to Devolutions Cloud

The present article provides a step-by-step guide to export credentials from a password manager, and then import them into Devolutions Cloud.

### Exporting credentials from a password manager

Password export procedures may vary depending on the manager used, though they all involve downloading either a `.json` or `.csv` file containing your credentials. Here are the steps to import data from the password managers supported by Devolutions Cloud:

* [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)

### Importing into Devolutions Cloud

1. In Devolutions Cloud's web interface, go to ***Help and tools***.
2. Click the ***Import*** button under the ***Import/Export*** section.
3. Choose one of the supported formats.
4. Upload the `.json` or `.csv` file obtained during export.
5. Map or confirm the required fields (***URL***, ***Username***, and ***Password***).
6. Complete the wizard, then make sure all the credentials have been correctly added and are accessible in your vaults.

{% hint style="danger" %}
Exported credential files contain unencrypted passwords. Handle with care and delete immediately after import is complete.
{% 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/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.
