# Keepass Import

<figure><img src="https://762006384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJXOXEifAmpyvNVL1to%2Fuploads%2FLD9CF3Z3Raml4QAogCyV%2FImport-Keeper-KeePass.jpg?alt=media&#x26;token=27324b7a-4783-4dc1-a86d-b602ff24b1a4" alt=""><figcaption></figcaption></figure>

## **Keepass Import**

Keeper Commander supports importing the record and folder structure directly from an encrypted Keepass file. File attachments are also supported. Make sure to first follow [these instructions](https://github.com/Keeper-Security/Commander/blob/master/keepercommander/importer/keepass/README.md) to install the necessary keepass modules.

```
$ keeper import --format=keepass test.kdbx
```

You can optionally make all top level folders as shared folder object with default permissions.

```
$ keeper import --format=keepass --shared --permissions=URES test.kdbx
```

For more options, see the help screen:

```
$ keeper help import
```
