# Gebruikers uitnodigen

#### Wanneer Uitnodigen

> ⚠️ **Gouden regel**: Nodig monteurs uit **24 uur voor de kickoff**, niet eerder.

**Waarom?**

| Te vroeg                         | Net goed (24u voor)                  |
| -------------------------------- | ------------------------------------ |
| Ze verkennen alleen              | App is geïnstalleerd en klaar        |
| Raken verward zonder begeleiding | Ze komen naar kickoff met verse blik |
| Vormen negatieve eerste indruk   | Begeleide eerste ervaring            |

***

#### Hoe Uit Te Nodigen

**Optie A: Handmatig (1-10 gebruikers)**

1. Ga naar Teambeheer
2. Klik "Lid uitnodigen"
3. Voer naam, e-mail, telefoon in
4. Ze ontvangen SMS-uitnodiging

**Optie B: Bulk Upload (10+ gebruikers)**

1. Download CSV-template
2. Vul in: naam, e-mail, telefoon, rol
3. Upload naar Teambeheer
4. Allen ontvangen SMS-uitnodigingen

***

#### CSV Template

```
voornaam,achternaam,email,telefoon,rol
Jan,de Vries,jan@bedrijf.nl,+31612345678,monteur
Pieter,Bakker,pieter@bedrijf.nl,+31687654321,monteur
Sarah,Jansen,sarah@bedrijf.nl,+31698765432,admin
```


---

# Agent Instructions: 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.manuel.chat/admin-and-uitrol/gebruikers-uitnodigen.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.
