> 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/vorgaenge-die-ich-beobachte.md).

# Tasks I am watching

I get an overview of all tasks I am watching in the "Beobachtete Aufgaben" tab on the left side of the tasks.&#x20;

<figure><img src="/files/68c78170b79b8cb737aa538471192528484d2176" alt=""><figcaption></figcaption></figure>

> The watch feature is primarily designed for project managers and executives to get an overview of all tasks of a job or a team.

In addition to the listing of tasks I am watching, I also receive notifications, e.g. when the status of a task changes, for example because it was closed, or when a comment is added.

### How do I watch a task?

#### Assign task to another user

If you create a task and assign it to another user for further processing, the author of the task is automatically added as a watcher. This way the author continues to keep an eye on the task.

#### Add yourself as a watcher

To watch a task, open the task for editing by clicking on it. On the right side, watchers can be added and removed.

<figure><img src="/files/9af701aee710fff3601712bb384e7fd766304d73" alt=""><figcaption></figcaption></figure>

#### Receive no further notifications as a watcher

If you no longer want to watch a task to avoid further notifications about comments and changes to it, you can remove yourself as a watcher by removing yourself from the list of watchers in the "Beobachter" tab of the respective task.


---

# 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/vorgaenge-die-ich-beobachte.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.
