> 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/zwischen-standard-und-visuellen-formularen-wahlen.md).

# Zwischen Standard- und visuellen Formularen wählen

Wählen Sie den Formular-Typ basierend darauf, was am wichtigsten ist.

Verwenden **Standard-Formulare** wenn die Fragen am wichtigsten sind.

Verwenden **Visuelle Formulare** wenn auch das Dokumentlayout wichtig ist.

### Wählen Sie Standard-Formulare, wenn

* Sie eine einfache Fragenliste möchten
* Sie schnell ein Formular erstellen möchten
* das Layout nicht zu einem festen Dokument passen muss

### Wählen Sie Visuelle Formulare, wenn

* Sie bereits ein PDF-Dokument verwenden
* das Formular wie ein bestehendes Papierformular aussehen muss
* das Layout Teil des Prozesses ist

### Eine einfache Entscheidungshilfe

Stellen Sie sich zuerst diese Frage:

Muss das endgültige Dokument ein festes Aussehen behalten?

Wenn ja, wählen Sie **Visuelle Formulare**.

Wenn nein, sind Standard-Formulare oft die einfachere Wahl.

### Häufig gestellte Fragen

<details>

<summary>Ist eine Art besser als die andere?</summary>

Nein.

Jede Art passt zu einem anderen Bedarf.

</details>

<details>

<summary>Kann ich beide verwenden?</summary>

Ja.

Viele Teams verwenden beide.

</details>

<details>

<summary>Welche ist für neue Benutzer einfacher?</summary>

Standard-Formulare sind oft der einfachste Einstieg.

</details>

### Verwandte Themen

* [**Formulare**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare.md)
* [**Was ist Visual Forms?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/was-sind-visuelle-formulare.md)
* [**Ein visuelles Formular erstellen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/ein-visuelles-formular-erstellen.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/zwischen-standard-und-visuellen-formularen-wahlen.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.
