> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/plaene/plane-allgemeine-einstellungen/materialisten.md).

# Materialisten

Die Funktion 'Materiallisten' legt die ausgewählten Materialien für das Baudatenprogramm ab. Dort können die Listen nachbearbeitet, ergänzt und für die Ausgabe formatiert werden.

Bevor eine Liste abgelegt werden kann, muss die Position sortiert worden sein. Bei der Ablage aus der Grundrisseingabe genügt dabei eine Sortierung der Wände. Wenn bei Aufruf der Funktion noch nicht sortiert wurde, ermöglicht das Programm direkt die Sortierfunktionen 'Neu' oder 'Anhängen' zu starten.

Es können alle Wände, das aktuelle Stockwerk oder die aktuelle Wand abgelegt werden. Für jede Liste wird eine Positionsnummer und wahlweise ein Kommentar eingegeben. Die Listen werden für unterschiedliche Materialien getrennt abgelegt:

* Holzliste: Alle Stäbe aus dem Material 'Holz' werden in die Holzliste abgelegt.
* Plattenliste: Alle Platten werden in eine Plattenliste abgelegt.
* Profilstabliste: Alle Profilstäbe, egal aus welchem Material, werden in der Profilstabliste abgelegt.
* Formteilliste: Alle Formteile werden in der Formteilliste abgelegt.
* Beschlag / Verbindungsmittel: Alle Beschläge und Verbindungsmittel (Schrauben, Nägel, Bolzen, usw.) werden in der Beschlags- und Verbindungsmittelliste abgelegt.


---

# 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://docs.dietrichs.com/plaene/plane-allgemeine-einstellungen/materialisten.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.
