> 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/stel-taakdatums-en-deadlines-in.md).

# Stel taakdatums en deadlines in

Voeg start- en vervaldatums toe, zodat taken gepland blijven en achterstallig werk zichtbaar is.

Datums helpen u het werk aan taken te plannen en achterstallige opvolging op te sporen.

U kunt instellen wanneer een taak start en wanneer deze eindigt.

{% stepper %}
{% step %}

### Open de Taak

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

{% step %}

### Stel de startdatum in

Vul in **Startdatum** als het werk op een specifiek moment moet beginnen.
{% endstep %}

{% step %}

### Stel de einddatum in

Vul in **Einddatum** om de deadline vast te leggen.
{% endstep %}

{% step %}

### Voeg tijden toe indien nodig

Voeg een starttijd of eindtijd toe wanneer uw proces meer precisie nodig heeft.
{% endstep %}

{% step %}

### Opslaan

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

### Waarom datums belangrijk zijn

* ze ondersteunen de planning
* ze helpen bij het bewaken van achterstalligheid
* ze zorgen voor betere filtering van taken

### Veelgestelde vragen

<details>

<summary>Kan ik een taak zonder einddatum aanmaken?</summary>

Ja.

Maar dan is opvolging op basis van een deadline minder duidelijk.

</details>

<details>

<summary>Wat gebeurt er wanneer de einddatum is verstreken?</summary>

Uw taakworkflow kan deze als achterstallig of verlopen tonen.

Dat hangt af van de statuslogica in uw configuratie.

</details>

<details>

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

Ja.

Bewerk de taak en sla de nieuwe datum op.

</details>

### Gerelateerde onderwerpen

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