> 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/marktplaats-pakketten-en-power-ups/power-ups/formulieren/formulieren-gebruiken-met-workflows.md).

# Formulieren gebruiken met workflows

Voeg formulieren toe aan een workflow, zodat Medewerkers ze in de juiste stap invullen.

Formulieren werken goed binnen Workflows.

Hiermee wordt ervoor gezorgd dat medewerkers het juiste Formulier op de juiste stap in het proces invullen.

### Waarom Formulieren en Workflows combineren

Deze opzet helpt als u wilt:

* een vaste werkvolgorde afdwingen
* ontbrekende informatie verminderen
* het proces consistent houden binnen het team

{% stepper %}
{% step %}

### Open de workflow

Ga naar de workflow die u wilt bewerken.
{% endstep %}

{% step %}

### Voeg een Formulierstap toe

Voeg het type Workflow stap toe dat een Formulier gebruikt.
{% endstep %}

{% step %}

### Selecteer het Formulier

Kies het Formulier dat in die stap voltooid moet worden.
{% endstep %}

{% step %}

### Workflow opslaan

Sla de workflow op.
{% endstep %}

{% step %}

### Test de flow in de app

Open een Werkbon die de workflow gebruikt.

Controleer of het Formulier op het juiste moment verschijnt.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>Waarom een Formulier in een workflow gebruiken in plaats van het alleen aan een Werkbon te koppelen?</summary>

Een workflow maakt het Formulier onderdeel van een vaste volgorde.

</details>

<details>

<summary>Kan er meer dan één Workflow stap aan een workflow worden toegevoegd?</summary>

Ja.

Dat hangt af van hoe uw workflow is ontworpen.

</details>

<details>

<summary>Moet u de workflow in de app testen?</summary>

Ja.

Test altijd de volledige Medewerkerflow vóór de uitrol.

</details>

### Gerelateerde onderwerpen

* [Koppel Formulieren aan Werkbonnen](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/formulieren/koppel-formulieren-aan-werkbonnen.md)
* [Workflows](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows.md)
* [Workflow staptypen](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflow-stap-typen.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/marktplaats-pakketten-en-power-ups/power-ups/formulieren/formulieren-gebruiken-met-workflows.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.
