> 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/tutorials/tutorials-en/learning-the-basics/exploration-journey/program-modules/floor-decks-1-2-3/floor-systems.md).

# Floor Systems

INSTRUCTION TYPE: Exploration\
INSTRUCTION TITLE: Examining Floor Systems and Properties\
CATEGORY: Structural Elements\
OBJECTIVE: Learn how floors are designed by exploring geometry, height, and material properties

PREREQUISITES:

* Basic navigation of the software interface
* Understanding of the display settings

EXPERTISE LEVEL: Novice

PARAMETERS:

* Floor Height: Vertical position of floor elements
* Floor Shape: Outline and openings in floor elements
* Floor Materials: Layered construction of floor assemblies

STEPS:

1. Switch to the Floor Deck module using Option 1-2-3
2. Right-click on a floor deck element in the view
3. Select "Height" from the context menu to view current height settings
4. View the floor in 3D by using Option 9-6 (OpenGL view)
5. Change the floor height:
   * Right-click on the floor and select "Height" (or use Option 3-01)
   * Enter a new value when prompted and observe how it affects the design
6. Modify the floor shape:
   * To move a corner point: Select Option 3-3, double-click on a corner point, then click to place it in a new position
   * To move an edge: Select Option 3-2, select an edge, then move it to a new position
7. Manage floor openings:
   * Add an opening using Option 4-1-1
   * Delete an existing opening using Option 4-5
8. Examine floor materials:
   * Right-click on the edge of a Floor Deck and select "Property"
   * In the dialog box that appears, review the floor buildup layers
   * Select a different floor buildup from the dropdown menu to see how it changes the floor properties

EXPECTED RESULTS: You should understand how floors are constructed in layers and be able to make basic modifications to floor geometry, height, and materials.

COMMON VARIATIONS:

* Different project types may have specialized floor systems
* Floor construction details may vary based on the project's region

TROUBLESHOOTING:

* If floor modifications don't appear: Refresh the view or switch between modules
* If property options are limited: Check if you need to load additional material libraries

FOLLOW-UP ACTIONS:

* Explore wall geometry and properties
* Learn to create custom floor buildups
* Understand how floors connect to walls and other structural elements

QUERY EXAMPLES: "How do I change the floor height?", "How can I create an opening for stairs?", "What different floor materials are available?"


---

# 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/tutorials/tutorials-en/learning-the-basics/exploration-journey/program-modules/floor-decks-1-2-3/floor-systems.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.
