> 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/readme.md).

# Keeper-gidsen voor eindgebruikers

Gidsen voor consumenten- en zakelijke eindgebruikers op desktop- en mobiele apparaten.

<figure><img src="https://445174131-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhiDuu02d8eDZJBCej9KY%2Fuploads%2Fgit-blob-f66c1768eac40cdb9b61f75ccfab8b27e2ab8cea%2FKeeper%20End-User%20Guides.jpg?alt=media" alt=""><figcaption></figcaption></figure>

## Over onze beveiliging

Keeper is een Zero-knowledge-platform. Gegevens in een Keeper-kluis worden lokaal op het apparaat van de gebruiker versleuteld en ontsleuteld. Lees dit blogartikel over hoe Keeper uw informatie beschermt:

{% embed url="<https://www.keepersecurity.com/blog/2023/01/09/how-does-keeper-protect-your-data-security-and-transparency/>" %}

Raadpleeg voor een diepgaandere technische beschrijving onze documentatie over het [versleutelingsmodel](/enterprise-guide/keeper-encryption-model.md) (Engels).

Medewerkers van Keeper Security kunnen klantdata niet ontsleutelen, omdat de versleutelingssleutels door de klant worden beheerd. Naast de zero-knowledge-architectuur ondersteunt Keeper meerdere methoden voor twee-factor-authenticatie, waaronder FIDO2 WebAuthn-apparaten, Google Authenticator, Microsoft Authenticator en SMS. Keeper Security is SOC2-gecertificeerd, ISO 27001-, 27017- en 27018-gecertificeerd, FedRAMP Authorized en StateRAMP Authorized.

## **Gebruikersgidsen**

* [**Webkluis en desktop-app**](/user-guides/nl/web-vault.md)
* [**KeeperFill voor apps**](/user-guides/nl/keeperfill-for-apps.md)
* [**KeeperFill voor Chrome**](/user-guides/nl/browser-extensions/keeperfill-for-chrome-and-brave.md)
* [**KeeperFill voor Firefox**](/user-guides/nl/browser-extensions/keeperfill-for-firefox.md)
* [**KeeperFill voor Safari**](/user-guides/nl/browser-extensions/keeperfill-for-safari.md)
* [**KeeperFill voor Edge**](/user-guides/nl/browser-extensions/keeperfill-for-edge.md)
* [**KeeperFill voor Opera**](/user-guides/nl/browser-extensions/keeperfill-for-opera.md)
* [**iOS**](/user-guides/nl/ios.md)
  * [**Automatisch invullen en Passkey-instelling voor iOS**](/user-guides/nl/autofill-setup-for-ios.md)
* [**Android**](/user-guides/nl/android.md)
  * [**Automatisch invullen en Passkey-instelling voor Android**](/user-guides/nl/autofill-setup-for-android.md)
* [**Passkeys**](/user-guides/nl/passkeys.md)
* [**Enterprise-eindgebruiker instellen (aanmelden met hoofdwachtwoord)**](/user-guides/nl/enterprise-end-user-setup-master-password.md)
* [**Enterprise-eindgebruiker instellen (SSO-aanmelding)**](/user-guides/nl/enterprise-end-user-setup-sso.md)
* [**Commander CLI**](/keeperpam/commander-cli/overview.md) (Engels)

## **Enterprise-gidsen**

* [**Enterprise Admin**](https://docs.keeper.io/enterprise-guide/) (Engels)
* [**KeeperMSP**](/enterprise-guide/keeper-msp.md) (Engels)
* [**SSO Connect Cloud**](/sso-connect-cloud/overview.md) (Engels)
* [**Keeper Secrets Manager**](/keeperpam/secrets-manager/overview.md) (Engels)
* [**Keeper Commander**](/keeperpam/commander-cli/overview.md) (Engels)
* [**Keeper Connection Manager**](https://docs.keeper.io/keeper-connection-manager/) (Engels)
* [**Active Directory Bridge**](https://docs.keeper.io/keeper-bridge/) (Engels)

## **Handige links**

* [**Release Notes**](https://docs.keeper.io/release-notes/) (Engels)
* [**Systeemstatus**](https://statuspage.keeper.io/)


---

# 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/readme.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.
