> 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-nl/marketplace-pakketten-en-power-ups/power-ups/onbeperkte-automatiseringen/maak-een-nieuwe-automatisering-aan-in-outsmart.md).

# Maak een nieuwe automatisering aan in OutSmart

Een automatisering in OutSmart bestaat uit vier onderdelen:

* een duidelijke naam
* een gebeurtenis of trigger
* een of meer criteria
* een of meer acties

Samen bepalen deze onderdelen wanneer iets gebeurt en wat OutSmart daarna doet.

{% stepper %}
{% step %}

### Open Automatisering

Ga naar **Instellingen → Algemeen → Automatisering**.
{% endstep %}

{% step %}

### Start een nieuwe automatisering

Klik **Toevoegen** in de rechterbovenhoek.
{% endstep %}

{% step %}

### Geef het een duidelijke naam

Gebruik een naam die direct het doel uitlegt.

Bijvoorbeeld: `Informeer klant wanneer werkbon is voltooid`.
{% endstep %}

{% step %}

### Kies een trigger

Selecteer een gebeurtenis uit de lijst.

Bijvoorbeeld:

* `Werkbon gemarkeerd als voltooid`
* `Nieuwe portaalaanvraag`
* `Offertestatus gewijzigd`
  {% endstep %}

{% step %}

### Criteria toevoegen

Gebruik criteria om de automatisering nauwkeuriger te maken.

Je kunt meerdere criteria combineren.
{% endstep %}

{% step %}

### Acties instellen

Kies welke actie of acties moeten worden uitgevoerd wanneer de trigger afgaat.

Je kunt meerdere acties achter elkaar toevoegen.
{% endstep %}

{% step %}

### Opslaan

Klik **Opslaan** in de rechterbovenhoek.
{% endstep %}
{% endstepper %}

## Veelgestelde vragen

<details>

<summary>Kan ik meerdere acties combineren in één automatisering?</summary>

Ja. Je kunt meerdere acties achter elkaar instellen.

</details>

<details>

<summary>Wat als ik meerdere voorwaarden wil instellen?</summary>

Voeg meerdere criteria toe. Dit maakt de automatisering specifieker.

</details>

<details>

<summary>Kan ik de automatisering testen?</summary>

Ja. Gebruik eerst een testsituatie, zoals een testklant of testwerkbon, en controleer daarna het resultaat.

</details>

## Gerelateerde onderwerpen

* [**Wat zijn Onbeperkte automatiseringen?**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/onbeperkte-automatiseringen/wat-zijn-onbeperkte-automatiseringen.md)
* Prijsbeheer via automatiseringen
* Meldingenlogboek


---

# 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-nl/marketplace-pakketten-en-power-ups/power-ups/onbeperkte-automatiseringen/maak-een-nieuwe-automatisering-aan-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.
