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

# Importeren vanuit Commander CLI

Geautomatiseerd importeren via de Keeper Commander CLI

De Keeper Commander SDK biedt functionaliteit via de opdrachtregel of scripts om records en mappen naar uw Keeper-kluis te importeren. De ondersteunde importformaten zijn hieronder te vinden:

* **JSON**-importbestanden kunnen records, mappen, submappen, gedeelde mappen, standaardmachtigingen voor mappen en gebruikers-/teammachtigingen bevatten
* **CSV**-importbestanden bevatten records, mappen, submappen, gedeelde mappen en standaardmachtigingen voor gedeelde mappen
* **delinea/thycotic**-import omvat privémappen, gedeelde mappen, machtigingen, bijlagen en TOTP-codes
* **Keepass**-bestanden dragen records, bijlagen, mappen en submappen over
* Het **lastpass**-bestandsformaat wordt ondersteund. Voor eindgebruikers raden we echter de [geautomatiseerde LastPass-importmethode](/keeperpam/commander-cli/command-reference/import-and-export-commands/lastpass-import.md) (Engels) aan, die mappen, gedeelde mappen en bijlagen ondersteunt.
* De volledige **lastpass**-enterprise-import ondersteunt gedeelde mappen
* De **myki**-importmethode ondersteunt records en mappen
* De **1password**-methode ondersteunt records, mappen en bijlagen
* De **manageengine**-methode ondersteunt records, mappen en bijlagen

De meeste functies die beschikbaar zijn in de Keeper-beheerconsole, zijn ook beschikbaar via de interactieve shell en SDK-interface van 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" %}
Meer informatie over de importmethoden van Keeper Commander vindt u in [Keeper Commander import- en exportopdrachten](/keeperpam/commander-cli/command-reference/import-and-export-commands.md) (Engels).
{% 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/nl/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.
