> 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/vertragsverwaltung/die-generierung-von-arbeitsauftragen-aus-vertragen-verstehen.md).

# Die Generierung von Arbeitsaufträgen aus Verträgen verstehen

Verträge erzeugen Arbeitsaufträge basierend auf dem konfigurierten Zeitplan.

Der Generierungszeitpunkt hängt vom geplanten Datum und der Vorlaufzeit ab.

### So funktioniert die Generierung

OutSmart berechnet die geplanten Termine für den Vertrag.

Dann bestimmt es, wann jeder Arbeitsauftrag erstellt werden soll.

Dieses Generierungsdatum basiert auf dem geplanten Datum minus der konfigurierten Vorlaufzeit.

### Was die Generierung beeinflusst

Zu den wichtigen Faktoren gehören:

* wiederkehrender Zeitplan
* Tage im Voraus
* Vertragstyp
* Auftrag pro Objekt

### Häufig gestellte Fragen

<details>

<summary>Prüft OutSmart Verträge automatisch?</summary>

Ja.

Die Vertragserstellung wird automatisch verarbeitet.

</details>

<details>

<summary>Kann ein Vertrag mehrere Arbeitsaufträge erstellen?</summary>

Ja.

Dies hängt von der Vertragskonfiguration und der Objektstruktur ab.

</details>

<details>

<summary>Was passiert nach der Generierung?</summary>

Der Arbeitsauftrag wird Teil des normalen Arbeitsauftragsablaufs.

</details>

### Verwandte Themen

* [**Den wiederkehrenden Zeitplan konfigurieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/vertragsverwaltung/den-wiederkehrenden-zeitplan-konfigurieren.md)
* [**Tage im Voraus festlegen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/vertragsverwaltung/tage-im-voraus-festlegen.md)
* [**Verträge verwalten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/vertragsverwaltung/vertrage-verwalten.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/vertragsverwaltung/die-generierung-von-arbeitsauftragen-aus-vertragen-verstehen.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.
