> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/zeiterfassung-1/timer.md).

# Timer

This is especially useful when we switch back and forth between different jobs a lot within a day and want to record our times as precisely as possible.

To use the timer function, it must be enabled under Settings > Time tracking:

![](/files/5983aae72fbbf70eede6edbdc642f4aac26bf5eb)

A timer is a stopwatch that each user can run for themselves to record their working time. The timer can be started in various ways.

In the following video we learn how time tracking with the timer works. If you prefer to read this content, just scroll past the video.

{% embed url="<https://youtu.be/zqwbNJLg7QM>" %}
Screencast: Time tracking with the timer: simple and minute-accurate
{% endembed %}

When we start a new activity, we can simply start the timer from the menu. We then see in the menu that a timer is currently running in the background. We can leave this page and return later.  &#x20;

![](/files/8b79a01d41a4b6c554c77c1b07c6ed18f7138317)

At a later time we simply stop the timer from the main menu. A dialog opens in which we can specify job, function and other details. Afterwards we save the entry. &#x20;

![](/files/5932e4be66da668eaf89785ce903f2617ea5c34c)

We can also start the timer directly from the time tracking list to continue an activity by pressing the "Start" button.

![](/files/fbcd87d6cff60e1d9e808f7d38552c6156f0ba87)

{% hint style="info" %}
**Note:** If we use the "Start" button on an entry that does not have today's date (e.g. to continue an activity from yesterday), a new entry is created as a copy of it with today's date. The duration of this entry then starts at zero.
{% endhint %}

Using the "Stop" button we end the timer and can, if necessary, add further details for the time tracking. Finally we save the entry.

<div align="center"><img src="/files/c3777fabec8c30316f80ed193f551bfee7371143" alt=""></div>

## Time tracking with the timer: an example

![](https://www.dieagenturverwaltung.de/assets/images/gifs/Zeiterfassung-Timer.gif)

## Further tips:

* If no timer is running, we can also open an entry in the list, make additions and then restart the timer for that entry from the dialog.
* For a running entry we can also make a change. For this we use the "Keep timer running" button in the dialog.

![](/files/953f0df308ffd796594393f61bfe2aca6a8ef4b5)

{% hint style="info" %}
**Note:** If we use the "Start" button on an entry that does not have today's date (e.g. to continue an activity from yesterday), a new entry is created as a copy of it with today's date. The duration of this entry then starts at zero. In this way job team members can comfortably continue working on the previous day's tasks without having to re-enter information such as job name or function.
{% endhint %}


---

# 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/zeiterfassung-1/timer.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.
