> 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-de/marktplatz-pakete-und-power-ups/power-ups/formulare/formulare-mit-workflows-verwenden.md).

# Formulare mit Workflows verwenden

Fügen Sie Formulare zu einem Workflow hinzu, damit Mitarbeiter sie im richtigen Schritt vollständig ausfüllen.

Formulare funktionieren gut innerhalb von Workflows.

So wird sichergestellt, dass Mitarbeiter im richtigen Schritt des Prozesses das richtige Formular ausfüllen.

### Warum Formulare und Workflows kombinieren

Dieses Setup hilft, wenn Sie Folgendes möchten:

* eine feste Arbeitsreihenfolge durchsetzen
* fehlende Informationen reduzieren
* den Prozess im Team konsistent halten

{% stepper %}
{% step %}

### Workflow öffnen

Gehen Sie zu dem Workflow, den Sie bearbeiten möchten.
{% endstep %}

{% step %}

### Formular-Schritt hinzufügen

Fügen Sie den Workflow-Schritt-Typ hinzu, der ein Formular verwendet.
{% endstep %}

{% step %}

### Formular auswählen

Wählen Sie das Formular aus, das in diesem Schritt ausgefüllt werden soll.
{% endstep %}

{% step %}

### Workflow speichern

Speichern Sie den Workflow.
{% endstep %}

{% step %}

### Testen Sie den Ablauf in der App

Öffnen Sie einen Arbeitsauftrag, der den Workflow verwendet.

Prüfen Sie, ob das Formular zum richtigen Zeitpunkt angezeigt wird.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>Warum ein Formular in einem Workflow verwenden statt es nur mit einem Arbeitsauftrag zu verknüpfen?</summary>

Ein Workflow macht das Formular zu einem Teil einer festen Reihenfolge.

</details>

<details>

<summary>Kann ich einem Workflow mehr als einen Formular-Schritt hinzufügen?</summary>

Ja.

Das hängt davon ab, wie Ihr Workflow aufgebaut ist.

</details>

<details>

<summary>Soll ich den Workflow in der App testen?</summary>

Ja.

Testen Sie vor dem Rollout immer den vollständigen Mitarbeiterablauf.

</details>

### Verwandte Themen

* [Formulare mit Arbeitsaufträgen verknüpfen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/formulare-mit-arbeitsauftragen-verknupfen.md)
* [Workflows](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/workflows.md)
* [Workflow Schritt-Typen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/workflows/typen-von-workflow-schritten.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-de/marktplatz-pakete-und-power-ups/power-ups/formulare/formulare-mit-workflows-verwenden.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.
