> 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/einstellungen-1/zeiterfassung/taetigkeiten.md).

# Activities

## What are activities and how are they selected in time tracking?

Activities are small text snippets used in time tracking that denote frequently recurring activities. \
Examples are "Phone call customer" or "final artwork".&#x20;

They can be selected by the user when creating a time tracking entry. The user can furthermore still manually add notes to their entry. Statistically, work time associated with an activity can be cumulatively analyzed for the customer, customer account and job. This allows questions like "How many hours were spent in this job on *layout creation* ?" to be answered.

{% hint style="info" %}
**Two use cases for activities**\
With an activity "*Meeting*" it could be recorded how much time for a particular customer is spent on meetings.\
\
With activities like "*correction phase* I" and "*correction phase* II" it could be recorded how much work time for a job or generally for a customer is spent on author corrections.
{% endhint %}

An activity is an optional part of a time tracking entry. Time tracking can also be done completely without activities.&#x20;

If no activities at all have been defined in the activity list for the time-tracking user, the "Activity" selection field in the time tracking dialog will be hidden.

## Configuration of activities

The list of selectable activities can be edited by authorized users in Settings under Time Tracking > Activities. &#x20;

![](/files/0e3dd5b7feed171e92efe0108ca08f25c1801700)

The configuration page lists all available activities.\
&#x20;

![](/files/eeabbb769b4021c6affe00706f328279e31b7d34)

By clicking the x button ( <img src="/files/35db3065fc14e47eed16002edef00b63cfc17141" alt="" data-size="line"> ) activities can be removed. \
If they were used in previous time tracking entries, old time tracking entries remain unaffected.&#x20;

In the last row a new activity can be added by first providing a name and then clicking the save button.\
&#x20;

![](/files/8a6ad51909cc22cd28013d147b721b405ea95bd2)

{% hint style="info" %}
**Note**: Newly added activities must also be assigned to the corresponding users, otherwise they will not be available to them in time tracking.
{% 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/einstellungen-1/zeiterfassung/taetigkeiten.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.
