> 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/erste-schritte-1/einstieg-fuer-projektmitarbeiter.md).

# Getting started for project staff

Welcome to our short introductory course on using Die Agenturverwaltung for project staff. This course is aimed at users who, for their daily work, only use one or more of the following functions:&#x20;

* Dashboard
* Time tracking
* Tasks as part of jobs
* Followups

Our digital courses are kept short and concise so as not to bore you unnecessarily. If any questions remain unanswered, contact the Die Agenturverwaltung representative in your company or our support, which you can reach directly from the Die Agenturverwaltung software.

{% content-ref url="/pages/b692dbfd4b81a5be2dcb939e8bf86da76fabec6b" %}
[Submit a request to customer service](/die-agenturverwaltung-en/erste-schritte-1/anfrage-an-den-kundenservice-stellen.md)
{% endcontent-ref %}

## Contents

Registration // Set your password&#x20;

Login // How to gain access to your data

The homepage // Your dashboard

Time tracking // 3 ways to record your working time

Tasks and collaboration in jobs

followup // notifications and reminders for you and your colleagues

## Registration & Login

### Registration

To access Die Agenturverwaltung, you first need credentials. You will receive your username — it corresponds to the email address the administrator who invited you entered in Die Agenturverwaltung — in the invitation email that your company's administrator sends to you. If you have not yet received an invitation email, please contact your company's Die Agenturverwaltung administrator first. In the invitation email you will receive a link through which you can set your personal password. Once that is done, you can log in to Die Agenturverwaltung with your username and password.

*By the way: Useful information about passwords can be found here:* [*Logging in and out*](/die-agenturverwaltung-en/erste-schritte-1/am-system-anmelden.md#wissenswertes-zu-passwoertern)

### Login

The invitation email for registration also contains the website address for Die Agenturverwaltung. Since each of our customers receives their own instance of Die Agenturverwaltung, there is no single website address. Your Die Agenturverwaltung administrator will provide you with your specific address in the pattern `https://<yourAgencyName>.dieagenturverwaltung.de/` \
to inform you.\
&#x20;<img src="/files/74beef93dc5ce00bab3d3397383d67143ae98f37" alt="" data-size="original">&#x20;

On the login page you can then sign in with your email address and your password.

### The homepage // Your dashboard

Your homepage is usually the dashboard, which displays information relevant to you.\
&#x20;<img src="/files/17eb1b0f04315fc29f9a68d0c7e90c09120e43ec" alt="" data-size="original">&#x20;

As a job team member, the time tracking box and the box with due tasks assigned to you are probably most useful. By clicking the "Show all" button in the top right you can navigate to a detail page.&#x20;

![](/files/1002e46a8867bd5c46e0f4083f30dad93b2c79fe)

Otherwise navigation within Die Agenturverwaltung is done via the menu below your logo.&#x20;

![](/files/4c11138956103769f2b80cf3c17a9ef75e444415)

*By the way: Not all users of Die Agenturverwaltung see the same menu items. The administrator can enable/disable individual areas for users or user groups if they are not needed by the respective users.*

### Time tracking // 3 ways to track your working time

Die Agenturverwaltung supports three ways to record working time:&#x20;

* **Timer:** For employees who jump a lot between tasks and work on different jobs throughout the day.&#x20;
* **Week view** For employees who prefer to record their times all at once at the end of a week&#x20;
* **Classic list:** The classic for everyone who wants to organize their work time blocks in a list

You can find detailed information on time tracking in general and on how to use the tools in Die Agenturverwaltung here:

{% content-ref url="/pages/d0f57a7f6a8684ad50fe56471f20d2d3461a5a54" %}
[Time tracking](/die-agenturverwaltung-en/zeiterfassung-1.md)
{% endcontent-ref %}

### Tasks as part of jobs

Tasks can be assigned deadlines and comments. They can be used for both the **organization of one's own workday** as well as in jobs for the **organization of a team** to be used.&#x20;

Detailed information on the topic of tasks can be found here:

{% content-ref url="/pages/df7abb78bc35488f753fef4c5bb3e048b53f631d" %}
[Tasks (formerly cases)](/die-agenturverwaltung-en/vorgaenge-1.md)
{% endcontent-ref %}

### followup // reminders for you and your colleagues

Followups are an important tool for keeping track in daily agency life.\
In Die Agenturverwaltung followups serve the purpose of a reminder for a user.&#x20;

Detailed information on the topic of followups can be found here:

{% content-ref url="/pages/f7719f205f4b9e6c88ad062f7b6580571c66eecb" %}
[What are followups?](/die-agenturverwaltung-en/wiedervorlagen-1.md)
{% endcontent-ref %}


---

# 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/erste-schritte-1/einstieg-fuer-projektmitarbeiter.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.
