> 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/vorgaenge-1/wochenansicht-der-vorgaenge.md).

# Task week view

Die Agenturverwaltung weekly view is used for the **capacity planning** for a team or the entire Die Agenturverwaltung. It provides a quick overview of employees' workload and makes it possible to move tasks quickly and easily if free times or overloads become apparent.\
Creating new tasks for a specific user on a selected day is also possible in a few steps.

You can reach the weekly view via the navigation by clicking "Weekly view" in the main menu item "Tasks".

The weekly view shows - as its name suggests - only the tasks *of a* week, whereby the desired period can be selected via the week filter at the top left.

Each row represents an employee/user. This selection can also be restricted via a filter at the top right ("Show all users").

The columns display the individual weekdays.

<figure><img src="/files/396a92a294073e2f4faceea514f503df27fce3fe" alt=""><figcaption></figcaption></figure>

A new task can be created in a field by double-clicking.&#x20;

To move tasks, click on a task and drag it with the mouse while holding down the mouse button to another row (drag & drop).\
A task can be moved to a different day or to a different user.

At the bottom of each cell the scheduled and the available working time of an employee/user on that day are presented side by side, provided that this employee is permanently employed and a daily working time is stored for them. An exclamation mark and a red shading indicate that the scheduled time exceeds the available time.

![](/files/f1a0690e311b404baf13738b7b87830c1ea080f2)

### Missing tasks in the weekly view?

In this view only tasks are displayed that have a **start date** (and thus also have an end date and **are not closed** .


---

# 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/vorgaenge-1/wochenansicht-der-vorgaenge.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.
