> 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/mobiele-app/android-outsmart-next/moduleoverzichten/overzicht/taken.md).

# Taken

Maak taken aan, wijs ze toe en beheer ze in Android OutSmart NEXT.

## Taken

Taken zijn lichte actiepunten voor werk buiten een volledige Werkbon.

Gebruik ze voor opvolgingen, snelle klussen en acties voor collega's.

### Wat u kunt doen

* Aanmaken van taken en koppelen aan een relatie.
* Wijs één eigenaar en een of meer collega's toe.
* Stel start- en einddatums, categorie, prioriteit en status in.
* Bestaande taken bekijken, bewerken of verwijderen.

### Verplichte taakgegevens

Om een nieuwe taak op te slaan, voeg een titel, eigenaar, collega, categorie, prioriteit en status toe.

De app markeert ontbrekende verplichte velden.

Prioriteiten zijn **Laag**, **Normaal**, en **Hoog**. Een Taak begint meestal als Nieuw **Nog niet gestart**.

Statussen die Beschikbaar zijn **Nog niet gestart**, **Bezig**, **Verlopen**, **Gesloten**, en **Voltooid**.

### Taak Aanmaken

{% stepper %}
{% step %}

### Open Taken

Ga naar **Overzicht** en open **Taken**.

Tik op de knop Toevoegen.
{% endstep %}

{% step %}

### Taakdetails toevoegen

Voer een titel en beschrijving in.

Selecteer de gekoppelde relatie, eigenaar en collega's.
{% endstep %}

{% step %}

### Plan de Taak

Stel de start- en einddatums en -tijden in.

Kies een Categorie, Prioriteit en Status.
{% endstep %}

{% step %}

### Opslaan

Sla de Taak op nadat alle verplichte velden zijn ingevuld.

De eindtijd moet later zijn dan de starttijd. Deze mag niet gelijk zijn.
{% endstep %}
{% endstepper %}

### Beheer een Taak

Open een Taak om de titel, personen, datums, Categorie, Prioriteit of Status te bekijken of te Bewerken.

Verwijder Taken die u niet meer nodig hebt. Gebruik **Ongedaan maken** onmiddellijk na per ongeluk verwijderen.

Taken verschillen van werkbonnen. Ze registreren kleinere acties en vervolgwerk.

### Gerelateerde pagina's

* [Overzicht - Werkbon](/outsmart-knowledge-base/outsmart-knowledge-base-nl/mobiele-app/android-outsmart-next/moduleoverzichten/overzicht/overzicht-werkbon.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/mobiele-app/android-outsmart-next/moduleoverzichten/overzicht/taken.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.
