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

# Migrar datos de un gestor de contraseñas a Devolutions Cloud

El presente artículo proporciona una guía paso a paso para exportar credenciales de un gestor de contraseñas y, a continuación, importarlas a Devolutions Cloud.

### Exportar credenciales de un gestor de contraseñas

Los procedimientos de exportación de contraseñas pueden variar según el gestor utilizado, aunque todos implican descargar un fichero `.json` o `.csv` que contiene sus credenciales. Estos son los pasos para importar datos de los gestores de contraseñas compatibles con 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)

### Importar en Devolutions Cloud

1. En la interfaz web de Devolutions Cloud, vaya a ***Help and tools***.
2. Haga clic en el botón ***Import*** de la sección ***Import/Export***.
3. Elija uno de los formatos compatibles.
4. Cargue el fichero `.json` o `.csv` obtenido durante la exportación.
5. Asigne o confirme los campos requeridos (***URL***, ***Username*** y ***Password***).
6. Complete el asistente y, a continuación, asegúrese de que todas las credenciales se han añadido correctamente y están accesibles en sus bóvedas.

{% hint style="danger" %}
Los ficheros de credenciales exportados contienen contraseñas sin cifrar. Manéjelos con cuidado y elimínelos inmediatamente después de completar la importación.
{% 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/es/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.
