> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakeigenaar-en-toegewezen-personen-instellen.md).

# Taakeigenaar en toegewezen personen instellen

Taken gebruiken eigenaar- en medewerkerOpdracht om verantwoordelijkheid duidelijk weer te geven.

Dit helpt voorkomen dat opvolging niet toegewezen blijft.

### Wat elke rol betekent

* **Eigenaar** — de persoon die verantwoordelijk is voor de taak als geheel.
* **Medewerker(s)** — de persoon of personen die aan de taak werken.

Een taak kan één eigenaar hebben.

Een taak kan meerdere medewerkers bevatten.

{% stepper %}
{% step %}

### Open de taak

Maak een nieuwe taak aan of bewerk een bestaande.
{% endstep %}

{% step %}

### Stel de eigenaar in

Kies de medewerker in **Taak-eigenaar**.
{% endstep %}

{% step %}

### Voeg de medewerkers toe

Gebruik **Medewerker(s)** om één of meer personen toe te voegen.
{% endstep %}

{% step %}

### Opslaan

Sla de taak op.
{% endstep %}
{% endstepper %}

### Goede Opdrachtpraktijk

* stel één duidelijke eigenaar in
* voeg alleen de medewerkers toe die actie moeten ondernemen
* herzie het eigenaarschap wanneer taken van eigenaar wisselen

### Veelgestelde vragen

<details>

<summary>Kan een taak meerdere eigenaren hebben?</summary>

Nee.

Een taak heeft één eigenaar.

</details>

<details>

<summary>Kan een taak meerdere medewerkers hebben?</summary>

Ja.

Je kunt meer dan één medewerker toewijzen.

</details>

<details>

<summary>Kan ik de eigenaar later wijzigen?</summary>

Ja.

Bewerk de taak en sla de nieuwe Opdracht op.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken.md)
* [**Begrijp de taakprioriteit**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakprioriteit-begrijpen.md)
* [**Gebruik taken in de mobiele App**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taken-gebruiken-in-de-mobiele-app.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakeigenaar-en-toegewezen-personen-instellen.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.
