> 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/meine-vorgaenge.md).

# My tasks

An overview of all tasks assigned to me is available on the "List view" page, which I can reach via the navigation.

<figure><img src="/files/f0c1f790e28439ee0fa1f9bde6ea301f14563813" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Tasks are not suitable for private or confidential notes!**\
Even if a task is created only for the author, they are visible in the job and — if it has a start date — also in the weekly task view including all comments to users who have access to the team's weekly task view or the task of the corresponding job.
{% endhint %}

### Creating tasks

A task can be created by clicking the "+ create new task" button.

<figure><img src="/files/312abcd45c4c9db4949e76dd2452d0113497f5fa" alt=""><figcaption></figcaption></figure>

By selecting "Create multiple tasks" several tasks can be created at the same time.&#x20;

<figure><img src="/files/a49dca9b7efff084eba8dc6c9ff029241f930d3d" alt=""><figcaption></figcaption></figure>

Clicking the create button will create the tasks.

### Generate tasks from positions of an estimate

In the "New task" selection field there is also the option "Create tasks from estimate positions." Here an estimate can be searched for and selected. In the next step positions of this estimate are selected and converted into tasks with one click.&#x20;

If the user is in the list of tasks of a job, these tasks will be created in that job. Otherwise in the job of the selected estimate. If there is no job there either, the tasks will be created without a job.

{% embed url="<https://youtu.be/cxFMR1vE-wA>" %}

### Recording time to tasks

Within a job time can also be recorded to tasks. To do this you create an operation and activate the switch "Make task available for time tracking".

In the time tracking dialog, after selecting the job, it then asks which task the time tracking entry belongs to:

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

Times recorded on tasks can be evaluated in the "agency services" tab of a customer, customer account or job.

### Editing tasks

To edit a task simply click it. In the edit mask all fields can be adjusted or updated.

**Upload documents**

In the "Documents" tab file attachments to this task can be added via drag & drop.

### Checklist to recognize the progress of a task

Tasks have a description field. This can on the one hand be used to store useful information, e.g. a briefing, further links or a checklist, similar to a todo list.

{% hint style="info" %}
A checklist is created automatically when the following syntax is used in the task description:

`Please implement the following`\
`[x] create briefing`\
`[x] motive selection`\
`[ ] touchup motives`\
`[ ] internal coordination`\
`[ ] motive dispatch`
{% endhint %}

Die Agenturverwaltung recognizes from the square brackets in the running text that it is a checklist item.

The status of the checklist of this task is then displayed in the operation overview with a progress bar from which it can be seen how many points of the task have already been completed:

![](/files/3d3f2f695f7ef39ea8ba5ac66a493d815fe859a3)

### Document attachments in tasks

Documents can also be uploaded to tasks via drag & drop, for example briefing information or materials for implementation.

### Batch processing: Edit multiple tasks at the same time

A multi-edit is possible via the "Edit multiple tasks" button<img src="/files/d47ce97694830b23968f9936e97fc1e450e86d92" alt="" data-size="line">In the batch processing dialog that opens, the tasks to be edited can be selected on the left. On the right side the fields to be adjusted are then marked for editing by the check box and then assigned a new value.

![](/files/6b51a450dc07b8e8df77891331fe780228692f8e)

### Creating status lists using the print function

With the help of the print function <img src="/files/602e0c39715a63ffb97a3ccfd2047c0a06e7ef03" alt="" data-size="line"> a status list can be created in the agency's letterhead design with just a few clicks. The data to be displayed can be configured in the print wizard.

![](/files/f980f92a3d99783def635d6ac9a39cb82a54424e)

A status list in the print preview looks for example as follows. The print version can be customized via the letterhead configuration. You can learn more about letterhead [here](/die-agenturverwaltung-en/einstellungen-1/finanzen/briefpapier-anpassen.md).

![](/files/50fe1fa8e3603ce4564e1c9b01abfd796f7981c9)

### Tip: View tasks by due date

In addition to the standard view, which is grouped and individually sorted in jobs, you can navigate to an alternative view via the "Tasks by due date" tab.

Here your own tasks and the tasks of other users you watch are displayed sorted by due date. This is helpful to keep track of the deadlines of various tasks across jobs.

![](/files/cae0c8598a1c9f335876b5ca4208c5577cc6ddaf)

### Tip: Relevant tasks on the dashboard

A good overview of currently relevant tasks can also be found on the personal dashboard. In two widgets, on the one hand all tasks released for me, **due tasks,** sorted by their due date, are displayed. This helps identify those tasks that currently need your attention. In the second widget "**My tasks**" all tasks assigned to me are displayed according to their sorting in the "My tasks" tab. Via the "Show all >" button at the top right of each widget you reach the overview page.

![](/files/675773c0a17424418fd1f0b42fbbf9682625bbd0)

{% hint style="info" %}
**Tasks for standard processes in recurring jobs**\
Die Agenturverwaltung also allows the configuration of standard jobs that, for example, follow a recurring process and should create a series of tasks upon initialization.&#x20;

If this is the case for your company, contact us: \
<info@dieagenturverwaltung.de>
{% 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/vorgaenge-1/meine-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.
