> 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/unbegrenzte-automatisierungen/erstelle-eine-neue-automatisierung-in-outsmart.md).

# Erstelle eine neue Automatisierung in OutSmart

Eine Automation in OutSmart besteht aus vier Teilen:

* ein klarer Name
* ein Ereignis oder Auslöser
* ein oder mehrere Kriterien
* eine oder mehrere Aktionen

Zusammen bestimmen diese Teile, wann etwas passiert und was OutSmart als Nächstes tut.

{% stepper %}
{% step %}

### Automation öffnen

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

{% step %}

### Eine neue Automation starten

Klicken Sie auf **Hinzufügen** in der oberen rechten Ecke.
{% endstep %}

{% step %}

### Gib ihr einen klaren Namen

Verwende einen Namen, der den Zweck sofort erklärt.

Zum Beispiel: `Kunde informieren, wenn der Arbeitsauftrag abgeschlossen ist`.
{% endstep %}

{% step %}

### Wähle einen Auslöser

Wähle ein Ereignis aus der Liste aus.

Zum Beispiel:

* `Arbeitsauftrag als abgeschlossen markiert`
* `Neue Portalanfrage`
* `Status des Angebots geändert`
  {% endstep %}

{% step %}

### Kriterien hinzufügen

Verwende Kriterien, um die Automation präziser zu machen.

Du kannst mehrere Kriterien kombinieren.
{% endstep %}

{% step %}

### Aktionen festlegen

Wähle, welche Aktion oder Aktionen ausgeführt werden sollen, wenn der Auslöser ausgelöst wird.

Du kannst mehrere Aktionen nacheinander hinzufügen.
{% endstep %}

{% step %}

### Speichern

Klicken Sie auf **Speichern** in der oberen rechten Ecke.
{% endstep %}
{% endstepper %}

## Häufig gestellte Fragen

<details>

<summary>Kann ich mehrere Aktionen in einer Automation kombinieren?</summary>

Ja. Du kannst mehrere Aktionen nacheinander festlegen.

</details>

<details>

<summary>Was, wenn ich mehrere Bedingungen festlegen möchte?</summary>

Füge mehrere Kriterien hinzu. Dadurch wird die Automation spezifischer.

</details>

<details>

<summary>Kann ich die Automation testen?</summary>

Ja. Verwende zuerst eine Testsituation, etwa einen Test-Kunden oder einen Test-Arbeitsauftrag, und prüfe dann das Ergebnis.

</details>

## Verwandte Themen

* [**Was ist Unlimited Automations?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/unbegrenzte-automatisierungen/was-sind-unbegrenzte-automatisierungen.md)
* Preismanagement durch Automationen
* Benachrichtigungsprotokoll


---

# 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/unbegrenzte-automatisierungen/erstelle-eine-neue-automatisierung-in-outsmart.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.
