> 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/marktplaats-pakketten-en-power-ups/power-ups/taken/begrijp-taak-statussen.md).

# Begrijp Taak Statussen

Leer wat elke Taak Status betekent en hoe Status Wijzigingen de opvolging van een Taak beïnvloeden.

Status van de Taak geeft aan waar een Taak zich in zijn levenscyclus bevindt.

Hiermee kunnen teams zien wat nog Attentie vereist.

### Veelvoorkomende Statussen voor Taken

* **Nog te starten** — de Taak bestaat, maar er is nog geen werk gestart.
* **Bezig** — iemand werkt er actief aan.
* **Voltooid** — de Taak is afgerond.
* **Verlopen** — de vervaldatum is verstreken voordat de Taak was voltooid.
* **Gesloten** — de Taak is niet langer actief.
* **Gestopt** — het werk aan de Taak is beëindigd voordat deze was voltooid.

### Wijzig de Status van de Taak

{% stepper %}
{% step %}

### Open de Taak

Open de Taak die u wilt bijwerken.
{% endstep %}

{% step %}

### Zoek het veld Status

Open de Taakdetails.

Zoek vervolgens **Status**.
{% endstep %}

{% step %}

### Selecteer de status Nieuw

Kies de status die past bij de huidige situatie.
{% endstep %}

{% step %}

### Opslaan

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

### Belangrijk om te weten

Taken met Status Voltooid en Gesloten maken meestal niet langer deel uit van de actieve werklijst.

Verlopen Taken helpen u achterstallige follow-up op te sporen.

### Veelgestelde vragen

<details>

<summary>Wat is het verschil tussen Voltooid en Gesloten?</summary>

Voltooid betekent dat het werk klaar is.

Gesloten betekent dat de Taak niet langer actief is.

</details>

<details>

<summary>Kan ik een Taak met status Voltooid opnieuw openen?</summary>

Ja.

Wijzig de status opnieuw als uw proces dat toestaat.

</details>

<details>

<summary>Wanneer krijgt een Taak de status Verlopen?</summary>

Wanneer de deadline verstrijkt voordat de Taak is voltooid.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/taken.md)
* [**Stel Taakdatums en deadlines in**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/taken/stel-taakdatums-en-deadlines-in.md)
* [**Filter en zoek Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/taken/filter-en-zoek-taken.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/marktplaats-pakketten-en-power-ups/power-ups/taken/begrijp-taak-statussen.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.
