> For the complete documentation index, see [llms.txt](https://docs.strippenkaart.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strippenkaart.app/klanten-en-strippenkaarten/klanten-en-strippenkaarten.md).

# Overzicht

In dit onderdeel vind je de basis van het werken met de Strippenkaart App: het aanmaken van een klant, een strippenkaart aan die klant koppelen en strippen afboeken zodra ze gebruikt worden.

{% hint style="info" %}
Een **klant** is iemand die diensten bij je afneemt. Op een klant koppel je één of meer **strippenkaarten**. Een **afboeking** is één gebruik van een strip (of een hoeveelheid tijd) van zo'n kaart.
{% endhint %}

## In dit hoofdstuk

{% content-ref url="/pages/vHPCNRTue4U16y4InXRr" %}
[Een klant aanmaken](/klanten-en-strippenkaarten/klant-aanmaken.md)
{% endcontent-ref %}

{% content-ref url="/pages/qxeZQHNiH1AYys6LsR8J" %}
[Klantgegevens bewerken](/klanten-en-strippenkaarten/klant-bewerken.md)
{% endcontent-ref %}

{% content-ref url="/pages/loqOM4eCoixaWgIIZriy" %}
[Toegangsbeveiliging voor de klantpagina](/klanten-en-strippenkaarten/klant-toegangsbeveiliging.md)
{% endcontent-ref %}

{% content-ref url="/pages/GElhOJ9Uy3TZErowpDUY" %}
[Een strippenkaart uitgeven](/klanten-en-strippenkaarten/strippenkaart-uitgeven.md)
{% endcontent-ref %}

{% content-ref url="/pages/RSaj5J3cksdexgUdNrK3" %}
[Strippen afboeken](/klanten-en-strippenkaarten/strippen-afboeken.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.strippenkaart.app/klanten-en-strippenkaarten/klanten-en-strippenkaarten.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
