> 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/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-in-der-mobilen-app-verwenden.md).

# Formulare in der mobilen App verwenden

Mitarbeiter füllen Formulare direkt aus dem Arbeitsauftrag in der mobilen App aus.

So werden Felddaten und Bürodaten in einem Ablauf zusammengeführt.

### Was Mitarbeiter in der App tun können

Mitarbeiter können:

* verknüpfte Formulare aus dem Arbeitsauftrag öffnen
* erforderliche Felder ausfüllen
* Fotos und Unterschriften hinzufügen, wenn das Formular dies zulässt
* den Fortschritt speichern und später fortfahren

{% stepper %}
{% step %}

### Den Arbeitsauftrag öffnen

Öffnen Sie den Arbeitsauftrag, der das Formular enthält.
{% endstep %}

{% step %}

### Öffnen Sie das Formular

Gehen Sie zu den **Formulare** Abschnitt des Arbeitsauftrags.

Wählen Sie das Formular aus, das Sie ausfüllen möchten.
{% endstep %}

{% step %}

### Füllen Sie die Felder aus

Geben Sie die erforderlichen Antworten ein.

Fügen Sie Fotos oder eine Unterschrift hinzu, wenn das Formular diese Felder enthält.
{% endstep %}

{% step %}

### Das Formular speichern

Speichern Sie das Formular.

Fahren Sie dann mit dem Rest des Arbeitsauftrags fort.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Das genaue Bildschirmlayout kann sich leicht zwischen **iOS** und **Android**.
{% endhint %}

### FAQ

<details>

<summary>Können Mitarbeiter Formulare vor Ort ausfüllen?</summary>

Ja.

Das ist der Hauptzweck von Formularen in der App.

</details>

<details>

<summary>Können Mitarbeitende Pflichtfelder überspringen?</summary>

Nein.

Erforderliche Felder müssen zuerst ausgefüllt werden.

</details>

<details>

<summary>Können Mitarbeiter den Fortschritt speichern und später fortfahren?</summary>

Ja.

Sie können zum Formular zurückkehren, bevor sie es absenden.

</details>

### Verwandte Themen

* [Formulare mit Arbeitsaufträgen verknüpfen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-mit-arbeitsauftragen-verknupfen.md)
* [Formular exportieren und drucken](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-exportieren-und-drucken.md)
* [Formular mit Objekten verwenden](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-mit-objekten-verwenden.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/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-in-der-mobilen-app-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.
