> 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-keepass.md).

# Importeren vanuit KeePass .XML

Instructies voor het importeren van uw wachtwoorden vanuit KeePass .XML naar Keeper

{% hint style="info" %}
Keeper ondersteunt directe import van KeePass .kdbx-bestanden, waarmee meer inhoud en bijlagen worden ondersteund. Zie de instructies [hier](/user-guides/nl/import-records-1/import-from-keepass-kdbx.md).
{% endhint %}

## Exporteren

Om vanuit KeePass te importeren, moet u eerst uw records exporteren.

1. Meld u aan bij uw KeePass-account.
2. Klik op **File > Export > KeePass XML File** (bestand > exporteren > KeePass XML-bestand). Gebruik XML voor KeePass 2.0 en hoger. XML ondersteunt mapstructuren. Als u KeePass 1.X gebruikt, exporteert u als CSV-bestand. Als u een .kdbx-bestand hebt, gebruikt u in plaats daarvan de instructies onder [Importeren vanuit KeePass KDBX](/user-guides/nl/import-records-1/import-from-keepass-kdbx.md).

![](https://914511346-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LSGVtOTYUIkVBoYtFvK%2F-LuKLAfUI1EXYUYH9rvF%2F-LuKLKfBiAIOCWaYdxNG%2FExport.PNG?alt=media\&token=86074595-849c-48f9-8ae2-f5a22a7e8a50)

2\. Voer een bestandsnaam in en klik op **Save** (opslaan).

![](https://914511346-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LSGVtOTYUIkVBoYtFvK%2F-LzJuc0VL0HDfych6V6h%2F-LzJvVbTo2of8E3LB_Pt%2FKeePass%20XML.PNG?alt=media\&token=7ec2aa5a-91d6-4cd7-b464-3010669def33)

## Importeren

1. Meld u aan bij de Keeper Webkluis of Desktop-app.
2. Klik vanuit het **vervolgkeuzemenu Account** op **Instellingen**.
3. Klik op **Importeren > Importeren** (naast 'Gebruik een andere bron') en selecteer **KeePass** in het vervolgkeuzemenu.
4. Sleep het geëxporteerde bestand naar het venster 'Laat hier een bestand vallen' van Keeper of blader naar het bestand op uw computer. Vink het selectievakje aan als uw bestand kolomkoppen bevat, anders wordt de eerste rij als gegevens behandeld.
5. Zodra u uw aanmeldingsgegevens via een van bovenstaande methoden hebt geïmporteerd, kunt u in het veldtoewijzingsscherm aanpassen hoe de informatie in uw kluis moet verschijnen. Hier ziet u bovenaan de standaardveldnamen die worden “toegewezen” aan de onderliggende gegevens voor elke Keeper-record.

   Om deze toewijzingen aan te passen:

   * Klik op een veld om een vervolgkeuzemenu te openen
   * Selecteer de juiste veldnaam uit de lijst. Herhaal dit voor elke kolom waar nodig
   * Klik op **Volgende** om uw selecties te voltooien.
6. Vervolgens toont een overzichtsscherm een voorbeeld van uw kluis, met de mapstructuur van uw geïmporteerde records. Hier kunt u de mapstructuur aanpassen en op afzonderlijke records klikken om de details te bekijken voordat u de import voltooit. Klik op **Import bevestigen** om het importproces te voltooien.

{% hint style="warning" %}
Verwijder het lokale KeePass-bestand van uw computer.
{% 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-keepass.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.
