> 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/ein-visuelles-formular-erstellen.md).

# Ein visuelles Formular erstellen

Erstellen Sie ein visuelles Formular, wenn Mitarbeitende ein Formular über einem PDF-Layout ausfüllen sollen.

Beginnen Sie mit einem sauberen PDF, das bereits so aussieht, wie das endgültige Dokument aussehen soll.

{% stepper %}
{% step %}

### Formulare öffnen

Gehen Sie zu **Einstellungen → Formulare**.
{% endstep %}

{% step %}

### Ein neues visuelles Formular erstellen

Fügen Sie ein neues Formular hinzu und wählen Sie die Option für das visuelle Layout aus.
{% endstep %}

{% step %}

### PDF hochladen

Laden Sie das PDF hoch, das als Hintergrund des Formulars verwendet wird.
{% endstep %}

{% step %}

### Felder platzieren

Klicken Sie auf das PDF, um jedes Feld zu platzieren.

Verschieben oder skalieren Sie die Felder bei Bedarf.
{% endstep %}

{% step %}

### Jedes Feld konfigurieren

Legen Sie den Feldnamen fest.

Wählen Sie aus, ob es erforderlich ist, und passen Sie die anderen Optionen an.
{% endstep %}

{% step %}

### Speichern und testen

Speichere das Formular.

Testen Sie es dann mit einem Arbeitsauftrag und auf dem Gerät, das Ihr Team am häufigsten verwendet.
{% endstep %}
{% endstepper %}

### Gute Tipps zur Vorbereitung

* verwenden Sie eine saubere PDF-Vorlage
* lassen Sie genügend Platz für Antworten und Unterschriften
* testen Sie die Lesbarkeit auf einem mobilen Bildschirm

### FAQ

<details>

<summary>Warum sollte ich das PDF zuerst testen?</summary>

Weil Layout und Lesbarkeit bei einem visuellen Formular wichtiger sind.

</details>

<details>

<summary>Kann ich das Formular später aktualisieren?</summary>

Ja.

Sie können die PDF-Vorlage oder die Feldpositionen bei Bedarf anpassen.

</details>

<details>

<summary>Sollte ich visuelle Formulare für jeden Prozess verwenden?</summary>

Nein.

Verwenden Sie sie nur, wenn das feste Layout einen Mehrwert bietet.

</details>

### Verwandte Themen

* [Was sind Visuelle Formulare?](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/was-sind-visuelle-formulare.md)
* [Wählen Sie zwischen Standardformularen und visuellen Formularen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/zwischen-standard-und-visuellen-formularen-wahlen.md)
* [Verwende visuelle Formulare in der mobilen App](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/visuelle-formulare-in-der-mobilen-app-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/ein-visuelles-formular-erstellen.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.
