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

# Migrare i dati da un gestore di password a Devolutions Cloud

Il presente articolo fornisce una guida passo passo per esportare le credenziali da un gestore di password e importarle poi in Devolutions Cloud.

### Esportazione delle credenziali da un gestore di password

Le procedure di esportazione delle password possono variare a seconda del gestore utilizzato, anche se tutte prevedono il download di un file `.json` o `.csv` contenente le sue credenziali. Ecco i passaggi per importare i dati dai gestori di password supportati da Devolutions Cloud:

* [Esportare i dati della cassaforte di Bitwarden](https://bitwarden.com/help/export-your-data/)
* [Esportare i dati della cassaforte da LastPass](https://support.lastpass.com/s/document-item?language=en_US\&bundleId=lastpass\&topicId=LastPass/export-vault.html&_LANG=enus)
* [Come esportare i dati dall'applicazione desktop 1Password](https://support.1password.com/export/?windows)
* [Importare ed esportare le password con Chrome](https://support.google.com/chrome/answer/13068232)
* [Importazione/esportazione in KeePass](https://keepass.info/help/base/importexport.html)

### Importazione in Devolutions Cloud

1. Nell'interfaccia web di Devolutions Cloud, vada su ***Guida e strumenti***.
2. Clicchi sul pulsante ***Importa*** nella sezione ***Importa/Esporta***.
3. Scelga uno dei formati supportati.
4. Carichi il file `.json` o `.csv` ottenuto durante l'esportazione.
5. Mappi o confermi i campi richiesti (***URL***, ***Nome utente*** e ***Password***).
6. Completi la procedura guidata, poi verifichi che tutte le credenziali siano state aggiunte correttamente e siano accessibili nelle sue casseforti.

{% hint style="danger" %}
I file di credenziali esportati contengono password non crittografate. Li gestisca con attenzione ed elimini immediatamente al termine dell'importazione.
{% 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/it/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.
