> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/it/import-records-1/import-from-commander.md).

# Importazione da Commander CLI

L'SDK di Keeper Commander offre funzionalità da riga di comando o tramite script per importare voci e cartelle nella cassaforte di Keeper. I formati di importazione supportati sono i seguenti:

* I file di importazione **JSON** possono contenere voci, cartelle, sottocartelle, cartelle condivise, autorizzazioni predefinite delle cartelle e autorizzazioni di utenti/team
* I file di importazione **CSV** contengono voci, cartelle, sottocartelle, cartelle condivise e autorizzazioni predefinite delle cartelle condivise
* L'importazione **delinea/thycotic** include cartelle private, cartelle condivise, autorizzazioni, allegati di file e codici TOTP
* I file **Keepass** trasferiscono voci, allegati di file, cartelle e sottocartelle
* Il formato file **lastpass** è supportato; per gli utenti finali consigliamo il [metodo di importazione automatica da LastPass](/keeperpam/commander-cli/command-reference/import-and-export-commands/lastpass-import.md) (in inglese), che supporta cartelle, cartelle condivise e allegati di file.
* L'importazione completa **lastpass** per Enterprise supporta le cartelle condivise
* Il metodo di importazione **myki** supporta voci e cartelle
* Il metodo **1password** supporta voci, cartelle e allegati di file
* Il metodo **manageengine** supporta voci, cartelle e allegati di file

La maggior parte delle funzionalità disponibili nella Keeper Admin Console è disponibile anche tramite la shell interattiva e l'interfaccia SDK di Commander.

<figure><img src="https://914511346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGVtOTYUIkVBoYtFvK%2Fuploads%2FHKeLdw1f35kQbxKaHrCx%2FScreen%20Shot%202022-09-02%20at%201.32.44%20PM.jpg?alt=media&#x26;token=7ed589f7-8b1d-4c70-bb30-0ab3884ffcae" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Per saperne di più sui metodi di importazione di Keeper Commander, consulti [comandi di importazione ed esportazione di Keeper Commander](/keeperpam/commander-cli/command-reference/import-and-export-commands.md) (in inglese).
{% 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.keeper.io/user-guides/it/import-records-1/import-from-commander.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.
