> 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/marktplatz-pakete-und-power-ups/power-ups/aufgaben/aufgaben-in-automatisierungen-verwenden.md).

# Aufgaben in Automatisierungen verwenden

Aufgaben-Follow-up über Automatisierungen in OutSmart erstellen oder aktualisieren.

Aufgaben können Teil von Automatisierungsabläufen sein.

Das hilft Ihnen, automatisch ein Follow-up zu erstellen, wenn sich ein anderer Datensatz ändert.

### Häufige Beispiele für Aufgabenautomatisierungen

* 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 → Automatisierung**.
{% endstep %}

{% step %}

### Eine Automatisierung erstellen oder öffnen

Fügen Sie eine neue Automatisierung hinzu oder öffnen Sie eine vorhandene.
{% endstep %}

{% step %}

### Wählen Sie den Auslöser.

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

{% step %}

### Fügen Sie eine Aufgabenaktion hinzu.

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

{% step %}

### Füllen Sie die Aufgabendetails aus.

Legen Sie Werte wie Verantwortlichen, Mitarbeiter, Name, Kategorie, Priorität und Termine fest.
{% endstep %}

{% step %}

### Speichern und testen

Speichern Sie die Automatisierung.

Testen Sie sie anschließend mit einem realistischen Szenario.
{% endstep %}
{% endstepper %}

### Bewährte Einrichtungspraktiken

Beginnen Sie mit einem einfachen Anwendungsfall.

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

### Häufig gestellte Fragen

<details>

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

Ja, in vielen Automatisierungsabläufen.

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

</details>

<details>

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

Das hängt von Ihrer Konfiguration ab.

In der Praxis ist es meistens besser, einen Verantwortlichen zuzuweisen.

</details>

<details>

<summary>Brauche ich Unbegrenzte Automatisierungen?</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/marktplatz-pakete-und-power-ups/power-ups/aufgaben.md)
* [**Unbegrenzte Automatisierungen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/unbegrenzte-automatisierungen.md)
* [**Erstellen Sie eine neue Automatisierung in OutSmart**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/unbegrenzte-automatisierungen/eine-neue-automatisierung-in-outsmart-erstellen.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/marktplatz-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.
