> 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-in-der-mobilen-app-verwenden.md).

# Formulare in der mobilen App verwenden

Mitarbeiter können Formulare in Arbeitsaufträgen in der OutSmart App vollständig ausfüllen.

Mitarbeiter können Formulare direkt aus dem Arbeitsauftrag in der mobilen App vollständig ausfüllen.

So bleiben Außendienstdaten und Bürodaten in einem einzigen Ablauf.

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

Mitarbeiter können:

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

{% stepper %}
{% step %}

### Arbeitsauftrag öffnen

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

{% step %}

### Formular öffnen

Gehen Sie zu **Formulare** Bereich des Arbeitsauftrags.

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

{% step %}

### Füllen Sie die Felder vollständig aus

Die erforderlichen Antworten eingeben.

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

{% step %}

### Formular speichern

Speichern Sie das Formular.

Fahren Sie dann mit dem restlichen Arbeitsauftrag 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 vollständig ausfüllen?</summary>

Ja.

Das ist der Hauptzweck von Formularen in der App.

</details>

<details>

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

Nein.

Erforderliche Felder müssen zuerst vollständig ausgefüllt werden.

</details>

<details>

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

Ja.

Sie können vor dem Absenden zum Formular zurückkehren.

</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)
* [Formulare exportieren und drucken](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/formulare-exportieren-und-drucken.md)
* [Formulare mit Objekten verwenden](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-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/marktplatz-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.
