> 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/taken/taken-gebruiken-in-automatiseringen.md).

# Taken gebruiken in automatiseringen

Taken kunnen deel uitmaken van automatiseringsstromen.

Hiermee kun je automatisch een follow-up maken wanneer een ander record wijzigt.

### Veelvoorkomende voorbeelden van Taak-automatisering

* maak een vervolg-Taak na een afgeronde Werkbon
* maak een Taak nadat een offerte is verzonden
* maak een herinnerings-Taak voor openstaande Facturen

{% stepper %}
{% step %}

### Automatiseringen openen

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

{% step %}

### Maak of open een automatisering

Voeg een nieuwe automatisering toe of open een bestaande.
{% endstep %}

{% step %}

### Kies de trigger

Selecteer de gebeurtenis die de Taakstroom moet starten.
{% endstep %}

{% step %}

### Voeg een Taakactie toe

Kies de actie die een Taak aanmaakt of bijwerkt.
{% endstep %}

{% step %}

### Vul de Taakdetails in.

Stel waarden in zoals eigenaar, medewerkers, naam, categorie, prioriteit en datums.
{% endstep %}

{% step %}

### Opslaan en testen

Sla de automatisering op.

Test het daarna met een realistische situatie.
{% endstep %}
{% endstepper %}

### Goede configuratiepraktijk

Begin met één eenvoudige use case.

Breid daarna uit zodra de eerste automatisering werkt zoals verwacht.

### Veelgestelde vragen

<details>

<summary>Kan ik dynamische waarden gebruiken in Taakvelden?</summary>

Ja, in veel automatiseringsstromen wel.

Controleer welke parameters beschikbaar zijn in je trigger.

</details>

<details>

<summary>Kunnen automatiseringen taken aanmaken zonder eigenaar?</summary>

Dat hangt af van je configuratie.

In de praktijk is het meestal beter om een eigenaar toe te wijzen.

</details>

<details>

<summary>Heb ik Onbeperkte automatiseringen nodig?</summary>

Dat hangt af van je pakket en het aantal automatiseringen dat je wilt uitvoeren.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken.md)
* [**Onbeperkte automatiseringen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/onbeperkte-automatiseringen.md)
* [**Maak een nieuwe automatisering in OutSmart**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/onbeperkte-automatiseringen/maak-een-nieuwe-automatisering-aan-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-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taken-gebruiken-in-automatiseringen.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.
