> 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/angebote/angebotsabschnitte-verwenden-beta.md).

# Angebotsabschnitte verwenden (Beta)

Angebotsabschnitte helfen Ihnen dabei, Positionen in logische Gruppen zu organisieren.

Verwenden Sie sie für Phasen, Räume, Optionen oder Teile eines Projekts.

{% hint style="info" %}
Dies ist eine Beta-Funktion.

Die Verfügbarkeit kann von Ihrer Kontokonfiguration abhängen.
{% endhint %}

### Warum Abschnitte hilfreich sind

* lange Angebote leichter lesbar machen
* zusammengehörige Material-, Stunden- und Textpositionen gruppieren
* die Struktur auf dem Bildschirm und im PDF verbessern

{% stepper %}
{% step %}

### Öffnen Sie das Angebot

Öffnen Sie das Angebot, das Sie strukturieren möchten.
{% endstep %}

{% step %}

### Abschnitt hinzufügen

Verwenden Sie die Option für Position oder Abschnitt, um einen neuen Abschnitt hinzuzufügen.
{% endstep %}

{% step %}

### Benennen Sie den Abschnitt

Geben Sie dem Abschnitt einen kurzen Namen, der die Gruppe beschreibt.
{% endstep %}

{% step %}

### Fügen Sie Positionen zum Abschnitt hinzu oder verschieben Sie sie dorthin

Ordnen Sie die passenden Material-, Stunden- und Textpositionen diesem Abschnitt zu.
{% endstep %}

{% step %}

### Speichern Sie und überprüfen Sie die Reihenfolge

Prüfen Sie, ob die Abschnitte in der richtigen Reihenfolge erscheinen.
{% endstep %}
{% endstepper %}

### Gute Beispiele

* Erdgeschoss und erster Stock
* Installation und Fertigstellung
* Basisoption und optionale Zusatzarbeiten

### Häufig gestellte Fragen

<details>

<summary>Verändern Abschnitte die Berechnung?</summary>

Nein.

Abschnitte verbessern vor allem die Struktur und Lesbarkeit.

</details>

<details>

<summary>Werden Abschnitte im PDF angezeigt?</summary>

Ja, das können sie.

Das hängt vom Layout und der Konfiguration ab.

</details>

<details>

<summary>Kann ich Abschnitte neu anordnen?</summary>

Ja.

Prüfen Sie das Angebot und ordnen Sie die Abschnitte in der gewünschten Reihenfolge an.

</details>

### Verwandte Themen

* [Angebot als PDF generieren](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/angebote/ein-angebots-pdf-erzeugen.md)
* [Funktionen in Angeboten](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/angebote/funktionen-in-angebote.md)
* [Angebote](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/angebote.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/angebote/angebotsabschnitte-verwenden-beta.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.
