> 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/de/import-records-1/import-from-commander.md).

# Import über die Commander CLI

Automatisierter Import über die Keeper Commander CLI

Das Keeper Commander SDK bietet Befehlszeilen- oder Skriptfunktionen, um Datensätze und Ordner in Ihren Keeper-Tresor zu importieren. Die unterstützten Importformate sind unten aufgeführt:

* **JSON**-Importdateien können Datensätze, Ordner, Unterordner, geteilte Ordner, Standardordnerberechtigungen sowie Benutzer-/Teamberechtigungen enthalten
* **CSV**-Importdateien enthalten Datensätze, Ordner, Unterordner, geteilte Ordner und Standardberechtigungen für geteilte Ordner
* Der **delinea/thycotic**-Import umfasst private Ordner, geteilte Ordner, Berechtigungen, Dateianhänge und TOTP-Codes
* **Keepass**-Dateien übertragen Datensätze, Dateianhänge, Ordner und Unterordner
* Das **lastpass**-Dateiformat wird unterstützt. Für Endbenutzer empfehlen wir jedoch die [automatisierte LastPass-Importmethode](/keeperpam/commander-cli/command-reference/import-and-export-commands/lastpass-import.md), die Ordner, geteilte Ordner und Dateianhänge unterstützt.
* Der vollständige **lastpass**-Enterprise-Import unterstützt geteilte Ordner
* Die **myki**-Importmethode unterstützt Datensätze und Ordner
* Die **1password**-Methode unterstützt Datensätze, Ordner und Dateianhänge
* Die **manageengine**-Methode unterstützt Datensätze, Ordner und Dateianhänge

Die meisten Funktionen der Keeper Admin-Konsole stehen auch über die interaktive Shell und die SDK-Schnittstelle von Commander zur Verfügung.

<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" %}
Weitere Informationen zu den Importmethoden von Keeper Commander finden Sie unter [Keeper Commander Import- und Exportbefehle](/keeperpam/commander-cli/command-reference/import-and-export-commands.md).
{% 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/de/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.
