> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/dutch-documentation/teamfuncties/adding-team-members.md).

# Teamleden toevoegen

{% embed url="<https://www.youtube.com/watch?v=5W6VMBbGEso>" %}

In deze gids geven we een introductie over hoe je de teamfunctie kunt gebruiken en hoe je de accounts van je teamleden kunt beheren. De teamfunctie is beschikbaar vanaf het professionele pakket en hoger. Deze functie stelt je in staat om:

* Hele groepen profielen te delen met je teamleden
* Verschillende permissies toe te wijzen aan elk teamlid

{% stepper %}
{% step %}

### Een nieuw teamlid aanmaken

Maak eerst een gebruikersaccount aan voor het teamlid dat je wilt toevoegen. Navigeer naar **Team** en klik op **Lid uitnodigen**.

* Vul de gegevens van het nieuwe teamlid in het pop-upvenster in
* Kies of het teamlid zijn eigen wachtwoord kan instellen of dat je zelf een wachtwoord wilt instellen
* Wijs een rol toe (je kunt dit later wijzigen)
* Bekijk de permissies die door deze rol worden verleend
* Klik op **Uitnodiging verzenden** om het teamlid uit te nodigen

Het teamlid ontvangt een bevestigingsmail.

Wanneer de gebruiker is aangemaakt, kun je op het 3-puntjes icoon klikken om de rol te wijzigen, de verificatiemail opnieuw te verzenden, een link voor wachtwoordherstel te verzenden, een wachtwoord in te stellen of de gebruiker te verwijderen.
{% endstep %}

{% step %}

### Rollen aanmaken

Maak vervolgens een rol aan voor het teamlid. Ga naar het tabblad **Rollen** en klik op **Nieuwe rol**. Kies een rolnaam, selecteer de gewenste permissies en klik op **Rol aanmaken**.

Je kunt selecteren:

* Administratiepermissies
* Proxybibliotheekpermissies
* Algemene groepspermissies
* Specifieke groepspermissies
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Als je nog vragen hebt over hoe je de teamfunctie van Incogniton instelt, aarzel dan niet om contact op te nemen met onze [ondersteuningsafdeling](https://incogniton.com/contact/).
{% 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.incogniton.com/documentation/dutch-documentation/teamfuncties/adding-team-members.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.
