> 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/kernfunctionaliteiten/je-tijd-volgen-en-beheren.md).

# Je tijd volgen en beheren

## Uw tijd bijhouden en beheren

Registreer tijd direct op de werkbon of via **Tijdstaten**.

Gebruik timers wanneer u exacte start- en stoptijden nodig hebt.

In Android - OutSmart NEXT wordt tijd meestal geregistreerd in **Uren** of **Tijdstaten**.

### Tijdtypen

* Werk
* Reistijd
* Pauze

### Tijd registreren op een werkbon

{% stepper %}
{% step %}

### Open de werkbon

Ga naar **Uren**.
{% endstep %}

{% step %}

### Tijd toevoegen of starten

Maak een nieuwe tijdregel of start een timer.

Kies het juiste tijdtype.
{% endstep %}

{% step %}

### Sla de invoer op

Bevestig de starttijd, eindtijd en duur.

Sla op wanneer de invoer correct is.
{% endstep %}
{% endstepper %}

### Timers gebruiken

Start de timer wanneer de activiteit begint.

Stop hem wanneer de activiteit eindigt.

Controleer het resultaat voordat u opslaat.

Afhankelijk van uw configuratie kunnen timers worden gebruikt voor **Werk**, **Reistijd**, en **Pauze**.

### Onthoud

* Pauzes kunnen apart worden geregistreerd.
* Reistijd kan apart van werktijd worden opgeslagen.
* Validatieregels kunnen vereisen dat invoer volledig is voordat deze wordt afgerond.

### Gebruik indien nodig tijdstaten

Gebruik **Tijdstaten** voor tijd die niet bij één werkbon hoort.

Dit kan algemene uren, reistijd en onkosten omvatten.


---

# 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/kernfunctionaliteiten/je-tijd-volgen-en-beheren.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.
