> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german-14.2-freezed/dokumentation/tickets/tasks-erstellen.md).

# Tasks erstellen

## Task Menü

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

1. Führen Sie die Schritte aus [-> Ticket konfigurieren](/collection/german-14.2-freezed/dokumentation/tickets/ticket-konfigurieren.md) aus
2. Klicken Sie auf <img src="/files/Y7kdzyyA3Do38Ce0ZAZE" alt="" data-size="line"> unten rechts in den [-> Ticket-Details](/collection/german-14.2-freezed/dokumentation/tickets/ticket-details.md)\
   ▷ Das Task Menü öffnet sich
3. Füllen Sie das Feld **"Zugewiesen an"** aus, um die Task einer Person zuzuweisen.
4. Geben Sie der Task einen **Titel**.
5. Wählen Sie einen **Grund** für die Task aus.
6. Schreiben Sie eine **Beschreibung** der Task.
7. Optional: Hängen Sie ein **Asset** an und fügen Sie eine **Datei** hinzu, falls erforderlich.
8. Klicken Sie auf **"Task erstellen"**.

   ▷ Es öffnen sich die **"Task-Details"**.
9. Hier können Sie mit der **Bearbeitung** der Task beginnen. [-> Task starten und abschliessen](/collection/german-14.2-freezed/dokumentation/tickets/task-starten-und-abschliessen.md)

{% hint style="info" %}
Nur die der Task zugewiesene Person kann die Task bearbeiten, abschließen oder abbrechen.
{% 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://docs.buildings.ability.abb/collection/german-14.2-freezed/dokumentation/tickets/tasks-erstellen.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.
