> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgaben-in-automatisierungen-verwenden.md).

# Aufgaben in Automatisierungen verwenden

Aufgaben können Teil von Automatisierungsabläufen sein.

Dies hilft Ihnen, automatisch eine Folgeaktion zu erstellen, wenn sich ein anderer Datensatz ändert.

### Häufige Beispiele für Aufgabenautomatisierung

* eine Folgeaufgabe nach einem abgeschlossenen Arbeitsauftrag erstellen
* eine Aufgabe erstellen, nachdem ein Angebot gesendet wurde
* eine Erinnerungsaufgabe für überfällige Rechnungen erstellen

{% stepper %}
{% step %}

### Automatisierungen öffnen

Gehen Sie zu **Einstellungen → Allgemein → Automation**.
{% endstep %}

{% step %}

### Eine Automatisierung erstellen oder öffnen

Eine neue Automatisierung hinzufügen oder eine vorhandene öffnen.
{% endstep %}

{% step %}

### Den Auslöser auswählen

Wählen Sie das Ereignis aus, das den Aufgabenablauf starten soll.
{% endstep %}

{% step %}

### Eine Aufgabenaktion hinzufügen

Wählen Sie die Aktion aus, die eine Aufgabe erstellt oder aktualisiert.
{% endstep %}

{% step %}

### Die Aufgabendetails ausfüllen

Werte wie Besitzer, Mitarbeiter, Name, Kategorie, Priorität und Daten festlegen.
{% endstep %}

{% step %}

### Speichern und testen

Speichern Sie die Automatisierung.

Testen Sie sie dann mit einem realistischen Szenario.
{% endstep %}
{% endstepper %}

### Gute Einrichtungspraxis

Beginnen Sie mit einem einfachen Anwendungsfall.

Erweitern Sie dann, nachdem die erste Automatisierung wie erwartet funktioniert.

### Häufig gestellte Fragen

<details>

<summary>Kann ich dynamische Werte in Aufgabenfeldern verwenden?</summary>

In vielen Automatisierungsabläufen, ja.

Prüfen Sie, welche Parameter in Ihrem Auslöser verfügbar sind.

</details>

<details>

<summary>Können Automatisierungen Aufgaben ohne Besitzer erstellen?</summary>

Das hängt von Ihrer Konfiguration ab.

In der Praxis ist es meist besser, einen Besitzer zuzuweisen.

</details>

<details>

<summary>Benötige ich Unlimited Automations?</summary>

Das hängt von Ihrem Paket und der Anzahl der Automatisierungen ab, die Sie ausführen möchten.

</details>

### Verwandte Themen

* [**Aufgaben**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben.md)
* [**Unbegrenzte Automatisierungen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/unbegrenzte-automatisierungen.md)
* [**Erstelle eine neue Automatisierung in OutSmart**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/unbegrenzte-automatisierungen/erstelle-eine-neue-automatisierung-in-outsmart.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgaben-in-automatisierungen-verwenden.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.
