> 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-mit-arbeitsauftragen-verknupfen.md).

# Formulare mit Arbeitsaufträgen verknüpfen

Formulare werden Mitarbeitern nur angezeigt, wenn sie dem richtigen Arbeitsauftrag zugeordnet sind.

Sie können sie automatisch über einen Arbeitstyp oder direkt bei einem Arbeitsauftrag verknüpfen.

### Zwei Möglichkeiten, ein Formular zu verknüpfen

#### Über einen Arbeitstyp

Verwenden Sie dies, wenn der gleiche Arbeitstyp immer dasselbe Formular benötigt.

Jeder neue Arbeitsauftrag dieses Typs erhält das Formular automatisch.

#### Direkt in einem Arbeitsauftrag

Verwenden Sie dies, wenn nur einige Aufträge das Formular benötigen.

Dies hält die Einrichtung für Ausnahmen flexibel.

{% stepper %}
{% step %}

### Wählen Sie die Verknüpfungsmethode

Entscheiden Sie, ob das Formular einem Arbeitstyp oder einem bestimmten Arbeitsauftrag folgen soll.
{% endstep %}

{% step %}

### Öffnen Sie den Arbeitstyp oder den Arbeitsauftrag

Wechseln Sie zu dem Datensatz, der Ihrem Prozess entspricht.
{% endstep %}

{% step %}

### Wählen Sie das Formular

Wählen Sie ein oder mehrere Formulare aus der verfügbaren Liste aus.
{% endstep %}

{% step %}

### Speichern Sie die Änderung

Speichern Sie die Einrichtung.

Das Formular ist jetzt mit dem Arbeitsauftrag verknüpft.
{% endstep %}
{% endstepper %}

### Warum Arbeitstypen oft die beste Wahl sind

Verknüpfung über Arbeitstypen:

* spart Zeit bei der Planung
* verringert übersehene Formulare
* hält wiederkehrende Aufträge konsistent

### FAQ

<details>

<summary>Kann ich einem Arbeitsauftrag mehr als ein Formular hinzufügen?</summary>

Ja.

Ein Arbeitsauftrag kann mehrere Formulare haben.

</details>

<details>

<summary>Kann ich ein Formular von einem Arbeitsauftrag entfernen?</summary>

Ja.

In der Regel ist das möglich, solange das Formular noch nicht ausgefüllt wurde.

</details>

<details>

<summary>Soll ich Arbeitstypen für Standardaufträge verwenden?</summary>

Ja.

Das ist in der Regel die sauberste und effizienteste Einrichtung.

</details>

### Verwandte Themen

* [Ein Formular erstellen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/ein-formular-erstellen.md)
* [Verwenden Sie Formulare in der mobilen App](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-in-der-mobilen-app-verwenden.md)
* [Formulare mit Workflows verwenden](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/formulare/formulare-mit-workflows-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-mit-arbeitsauftragen-verknupfen.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.
