> 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/backoffice/backoffice/vertrage/vertragsstatus-verstehen.md).

# Vertragsstatus verstehen

Sehen Sie, wie Startdaten, Enddaten und Kündigung beeinflussen, ob ein Vertrag aktiv ist.

Der Vertragsstatus hängt von den Vertragsdaten und den Aktionen im Lebenszyklus ab.

So sehen Sie, ob ein Vertrag noch Arbeitsaufträge generieren sollte.

### Häufige Vertragsstatus

#### Noch nicht gestartet

Der Vertrag existiert, aber das Startdatum liegt noch in der Zukunft.

Es werden noch keine Arbeitsaufträge generiert.

#### Aktiv

Das aktuelle Datum liegt innerhalb des Vertragszeitraums.

Der Vertrag kann je nach Typ und Zeitpunkt Arbeitsaufträge generieren.

#### Beendet

Das Enddatum ist bereits überschritten.

Es werden keine neuen Arbeitsaufträge generiert.

#### Vorzeitig beendet

Der Vertrag wurde vor seinem ursprünglichen Enddatum beendet.

Nach dem Beendigungsdatum werden keine neuen Arbeitsaufträge mehr generiert.

### Was den Vertragsstatus beeinflusst

Die wichtigsten Faktoren sind:

* **Startdatum**
* **Enddatum**
* **Beendigung**
* **Verlängerungs- oder Neustartverhalten**

Wenn sich ein Vertrag automatisch verlängert oder neu gestartet wird, kann ein neuer Vertragszeitraum die Vereinbarung fortsetzen.

### Häufig gestellte Fragen

<details>

<summary>Bleibt ein beendeter Vertrag sichtbar?</summary>

Ja.

Er bleibt für Historie und Referenz erhalten.

</details>

<details>

<summary>Kann ein vorzeitig beendeter Vertrag neue Arbeitsaufträge generieren?</summary>

Nein.

Die Generierung endet nach dem Beendigungsdatum.

</details>

<details>

<summary>Was passiert, wenn das Startdatum in der Zukunft liegt?</summary>

Der Vertrag ist noch nicht aktiv.

Die Generierung beginnt, sobald der Vertrag sein Startdatum erreicht.

</details>

### Verwandte Themen

* [**Vertrag erstellen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/vertrage/vertrag-erstellen.md)
* [**Verträge verwalten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/vertrage/vertrage-verwalten.md)
* [**Verträge**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/vertrage.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/backoffice/backoffice/vertrage/vertragsstatus-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.
