> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/form-management/tasks/task-items.md).

# Aufgaben-Elemente

Jede Aufgabe bietet eine einzigartige Funktionalität, die ausgeführt wird, nachdem ein Befragter seine Antworten eingereicht hat. Aufgaben werden in der Reihenfolge von oben nach unten in Ihrem Aufgabenbereich ausgeführt.&#x20;

{% hint style="info" %}
Aufgaben werden erst ausgeführt, wenn der Befragte seine Antworten eingereicht hat. Aufgaben werden nicht bei Aktualisierungen bereits vorhandener Antworten ausgelöst.
{% endhint %}

## ➕ **Aufgabe hinzufügen**

Um eine neue Aufgabe zu Ihrer Umfrage hinzuzufügen, können Sie entweder die **Add task** Schaltfläche verwenden oder aus der Liste der verfügbaren Aufgaben wählen.

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

## 🔅 Aufgabeneigenschaften

<figure><img src="/files/05e4b3f9e7de235a5ba51ae22992a4bd4d78cd0a" alt=""><figcaption></figcaption></figure>

* **`Aktiviert`** Eine Aufgabe wird nur ausgeführt, wenn sie aktiviert ist und wenn sie ihrem [trigger ](/de/form-management/tasks/triggers.md)Bedingungen entspricht.
* **`Einreichen`**&#x66;ührt die Aufgabe nur aus, wenn ein neuer Befragter gespeichert wurde.
* **`Aktualisieren`**&#x77;ird nur ausgeführt, wenn ein vorhandener Befragter seine Antworten aktualisiert hat.


---

# 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.ngsurvey.com/de/form-management/tasks/task-items.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.
