> 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/automatiseringsideeen-voor-outsmart.md).

# Automatiseringsideeën voor OutSmart

Wil je snel beginnen? Begin dan met processen die veel handmatig werk kosten.

Goede eerste voorbeelden zijn:

* prijzen automatisch bijwerken na een afgeronde Werkbon
* breng een planner op de hoogte van een nieuwe portaalaanvraag
* maak een vervolg-Taak aan na een statuswijziging in CRM+
* stuur een herinnering voor openstaande Offertes
* toon een waarschuwing voor aflopende contracten

{% stepper %}
{% step %}

### Kies een proces met veel herhaling

Kijk welk handmatig proces in jouw team de meeste tijd kost.
{% endstep %}

{% step %}

### Bepaal de trigger

Zoek de gebeurtenis in OutSmart die dit proces start.
{% endstep %}

{% step %}

### Criteria toevoegen

Bepaal welke voorwaarden van toepassing moeten zijn.
{% endstep %}

{% step %}

### Vertaal de volgende stappen naar acties

Zet handmatig werk om in één of meer automatische acties.
{% endstep %}

{% step %}

### Maak de automatisering aan en test deze

Maak de automatisering aan via **Instellingen → Algemeen → Automatisering → Toevoegen** en test deze met een realistisch scenario.
{% endstep %}

{% step %}

### Herhaal voor andere processen

Werk daarna stap voor stap verder.
{% endstep %}
{% endstepper %}

## Veelgestelde vragen

<details>

<summary>Zijn er kant-en-klare voorbeelden in de kennisbank?</summary>

Ja. **Prijsbeheer via automatiseringen** is een goed praktisch voorbeeld.

</details>

<details>

<summary>Wat is een goed startpunt?</summary>

Begin met meldingen en e-mails. Die leveren vaak snel zichtbare tijdsbesparing op.

</details>

<details>

<summary>Kan ik bestaande automatiseringen dupliceren?</summary>

Controleer of deze optie beschikbaar is in jouw OutSmart-versie.

</details>

## Gerelateerde onderwerpen

* Prijsbeheer via automatiseringen
* Verkoopfunnel
* Hoe je een Klantportaal maakt
* [**OutSmart-pakketten**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/marketplace/outsmart-pakketten.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/onbeperkte-automatiseringen/automatiseringsideeen-voor-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.
