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

# Taakdatums en deadlines instellen

Datums helpen je om Taakwerk te plannen en achterstallige opvolging op te sporen.

Je kunt instellen wanneer een Taak begint en wanneer deze moet zijn afgerond.

{% 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 vervaldatum in

Vul in **Vervaldatum** om de deadline te definiëren.
{% endstep %}

{% step %}

### Voeg tijden toe indien nodig

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

{% step %}

### Opslaan

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

### Waarom datums belangrijk zijn

* ze ondersteunen Planning
* ze helpen bij het monitoren van achterstallige items
* ze zorgen voor betere Taakfiltering

### Veelgestelde vragen

<details>

<summary>Kan ik een Taak maken zonder vervaldatum?</summary>

Ja.

Maar dan is opvolging op basis van deadlines minder duidelijk.

</details>

<details>

<summary>Wat gebeurt er wanneer de vervaldatum verstrijkt?</summary>

Je Taakworkflow kan deze als achterstallig of verlopen weergeven.

Dat hangt af van de Statuslogica in je configuratie.

</details>

<details>

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

Ja.

Bewerk de Taak en sla de nieuwe datum op.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken.md)
* [**Begrijp taakstatussen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taakstatussen-begrijpen.md)
* [**Taken filteren en zoeken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taken-filteren-en-zoeken.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/taakdatums-en-deadlines-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.
