> 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/automatiseringen-voor-werkbonnen.md).

# Automatiseringen voor Werkbonnen

Voor veel organisaties zijn Werkbonnen het belangrijkste proces in OutSmart.

Veel gebeurtenissen rond Werkbonnen kunnen als trigger dienen.

Denk aan aanmaken, planning, statuswijzigingen of het markeren van een Werkbon als voltooid.

Een bekend voorbeeld is **Prijsbeheer via automatiseringen**. Zodra een engineer een Werkbon als voltooid markeert, vult OutSmart automatisch de juiste verkoopprijs in op basis van prijsafspraken.

{% stepper %}
{% step %}

### Controleer uw Werkbon Instellingen

Zorg ervoor dat uw Werkbonconfiguratie en eventuele prijsafspraken correct zijn ingesteld.
{% endstep %}

{% step %}

### Maak een nieuwe automatisering

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

{% step %}

### Geef de automatisering een naam

Bijvoorbeeld: `Prijzen bijwerken wanneer Werkbon is voltooid`.
{% endstep %}

{% step %}

### Kies een Werkbongebeurtenis

Selecteer bijvoorbeeld `Werkbon gemarkeerd als voltooid`.
{% endstep %}

{% step %}

### Criteria toevoegen

Filter bijvoorbeeld op Klant, Werktype of regio.
{% endstep %}

{% step %}

### Stel de actie in

Kies bijvoorbeeld prijzen bijwerken of een melding verzenden.
{% endstep %}

{% step %}

### Opslaan

Controleer de Instellingen en sla de automatisering op.
{% endstep %}
{% endstepper %}

## Veelgestelde vragen

<details>

<summary>Welke gebeurtenissen zijn beschikbaar voor Werkbonnen?</summary>

Denk aan gebeurtenissen rond aanmaken, statuswijzigingen en het markeren als voltooid. U ziet de exacte lijst tijdens het maken van een automatisering.

</details>

<details>

<summary>Kan ik prijzen automatisch bijwerken?</summary>

Ja, als het prijsbeheer correct is ingesteld.

</details>

<details>

<summary>Kan ik Werkbonnen automatisch archiveren?</summary>

Dat hangt af van de acties die beschikbaar zijn in uw omgeving.

</details>

## Gerelateerde onderwerpen

* Prijsbeheer via automatiseringen
* Werkbon Instellingen
* Werkbonstatus en fase


---

# 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/automatiseringen-voor-werkbonnen.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.
