> 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/konstruktionsprogramm/modellbereiche/deckenkonstruktion/deckenwahl.md).

# Deckenwahl

In der Deckenkonstruktion wird immer genau ein Deckenfeld bearbeitet. Zur Auswahl des Deckenfeldes stehen 3 Funktionen zur Verfügung. Ist noch keine Decke angewählt, so erscheint beim Aufruf dieses Modellbereiches automatisch die Auswahl 'Stockwerk'.

## Deckenwahl - Stockwerk

Ist beim Aufruf des Modellbereiches kein Deckenfeld aktiv, oder möchte man das aktuelle Stockwerk wechseln, so wird die Funktion 'Stockwerk' aufgerufen. In der Liste werden alle Stockwerke mit Vorschau ihres Grundrisses angeboten. Nach Auswahl des Stockwerkes wird automatisch die Funktion 'Liste' aufgerufen.

## Deckenwahl - Liste

Im Dialog 'Liste' werden die Deckenfelder in einer Liste aufgeführt und ausgewählt. Zur Übersicht bei mehreren Deckenfelder in einem Stockwerk wird das in der Liste gewählte Deckenfeld im Vorschaufenster des Dialogfeldes farbig herausgestellt.

## Deckenwahl - Wahl

Bei der Funktion 'Wahl' wird der Grundriss des aktuellen Stockwerkes angezeigt und das aktuelle Deckenfeld kann graphisch mit der Maus angewählt werden.


---

# 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/konstruktionsprogramm/modellbereiche/deckenkonstruktion/deckenwahl.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.
