> 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/abwesenheiten/abwesenheitsvertretungen.md).

# Absence cover

## Request a replacement for my own absence

This video shows how to request an absence and how - if configured - a replacement is searched for the absence period:

{% embed url="<https://youtu.be/zZsmp0eXS94>" %}

## Take over a replacement for a colleague

Here we see how a user can accept or decline the absence replacement for another colleague:

{% embed url="<https://youtu.be/kLQyCL2FTL4>" %}

## Time tracking overview > Replacements

In this overview I find all replacement requests that other users have made to me and can respond to them.

![](/files/c7ad04e9625c3127dfda960ef795a3fdc5d3392f)

## Replacement requests to me

Replacement requests to me are - if any - in the left column. By clicking "Answer" a dialog opens that allows me to accept or decline a replacement.

![](/files/142d4d0712bddb166fabd8722974bd70ad384a38)

## Replacement requests from me

In the right column I find - if any - replacement requests that I have made to other users of the team.

I can here, as long as the replacement has not yet accepted, also decide to ask another person to replace. The followups to the originally selected replacement will be deleted as a result.

![](/files/ababe89b3c489c5a15020b19a254135505799af5)

## Replacements and followups

Replacements and absences are also shown on the dashboard:

![](/files/8f66a5606e3182334118a7ca416bbd5542df4d48)

This screencast shows what happens when you take over a replacement and how you can access the followups of the colleague you are replacing.

{% embed url="<https://youtu.be/5mUxYXCj9Ug>" %}

## Cancel replacement process

If I want to cancel the process, I can simply delete my absence request in the calendar.


---

# 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/abwesenheiten/abwesenheitsvertretungen.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.
