> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/nl/commencer/commencer/creer-puis-affectez-des-equipes.md).

# Teams maken en toewijzen

### teams maken en toewijzen

In Dastra worden gebruikers gegroepeerd in teams, die op hun beurt worden toegewezen aan rechtspersonen of afdelingen. Dit maakt het mogelijk om rollen en verantwoordelijkheden tot in detail te beheren.

### Een nieuw team maken of een nieuwe gebruiker aan een bestaand team toewijzen

Om een nieuw team aan te maken of een nieuwe gebruiker aan een bestaand team toe te wijzen, klikt u links onderaan op de knop 'Instellingen' en vervolgens op de knop 'Teams'.

Team toegangsknoppen

Om een team aan te maken, klik op de "Voeg een team toe" knop.

Om een gebruiker aan een bestaand team toe te voegen, klik je op de 3 puntjes rechts van het team en dan op bewerken, of direct op de naam van het betreffende team. De lijst met gebruikers die zijn toegewezen aan dit team wordt weergegeven en je kunt de gewenste gebruikers toevoegen of een uitnodiging sturen naar een nieuwe gebruiker.


---

# 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://doc.dastra.eu/nl/commencer/commencer/creer-puis-affectez-des-equipes.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.
