> 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/workflows/gebruik-workflows-in-de-mobiele-app.md).

# Gebruik workflows in de mobiele App

Medewerkers gebruiken workflows rechtstreeks in de OutSmart App.

Wanneer een Werkbon een gekoppelde workflow heeft, opent de App deze automatisch.

### Wat Medewerkers zien

De App toont:

* de huidige stap
* de volgende actie
* de voortgang van de workflow
* validatie wanneer vereiste gegevens ontbreken

Medewerkers doorlopen de workflow met **Volgende**.

Ze kunnen alleen doorgaan wanneer de huidige stap is voltooid.

### Typische flow in de App

{% stepper %}
{% step %}

### Open de Werkbon

Open een Werkbon die een workflow gebruikt.

De eerste workflowstap verschijnt.
{% endstep %}

{% step %}

### Voltooi elke stap

Voeg de vereiste informatie voor de huidige stap toe.

Dit kan timers, materialen, foto's, formulieren of handtekeningen omvatten.
{% endstep %}

{% step %}

### Ga verder naar de volgende stap

Tik **Volgende** om door te gaan.

Als vereiste gegevens ontbreken, houdt de App je op de huidige stap.
{% endstep %}

{% step %}

### Afronden met Verzenden

Voltooi de laatste **Verzenden** stap.

De Werkbon wordt daarna teruggestuurd naar kantoor.
{% endstep %}
{% endstepper %}

### Platformnotities

De exacte lay-out kan verschillen tussen **iOS** en **Android**.

De workflowlogica blijft hetzelfde.

### Als een medewerker de workflow verlaat

Medewerkers kunnen een Werkbon verlaten en later terugkeren.

Hun voortgang blijft behouden totdat ze de workflow voltooien.

### Veelgestelde vragen

<details>

<summary>Kunnen medewerkers stappen overslaan?</summary>

Meestal niet.

Ze moeten eerst de huidige stap voltooien.

</details>

<details>

<summary>Wat gebeurt er als een stap de validatie niet doorstaat?</summary>

De App toont dat de stap onvolledig is.

De medewerker kan niet doorgaan totdat dit is opgelost.

</details>

<details>

<summary>Kunnen medewerkers later terugkeren?</summary>

Ja.

Voortgang blijft behouden totdat de workflow is voltooid.

</details>

### Gerelateerde onderwerpen

* [**Werkstromen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows.md)
* [**Introductie tot Workflows**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows/introductie-tot-workflows.md)
* [**Workflow Instellingen en apparaatbeleid**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows/workflowinstellingen-en-apparaatbeleid.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/workflows/gebruik-workflows-in-de-mobiele-app.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.
