> 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/dietrichs-intelligent-documentation/docs-de-en/design-program/modellbereiche/grundriss/turen-fenster/platzieren-von-fenstern.md).

# Placing Windows

After selecting the wall and setting all properties of the opening, the opening is placed in the wall:

**Distance**: The opening is positioned in the wall at a distance from a reference point. In the “Distance” function, the distance measured is between the reference point and the edge of the opening.

**Center**: The opening is positioned in the wall at a distance from a reference point. In the “Center” function, the distance measured is between the reference point and the center point of the opening.

Next, the reference point for the longitudinal position of the opening in the wall is determined. This reference point may be chosen arbitrarily and does not need to lie within the current wall. The opening is then displayed from the reference point in the direction of the selection point. The distance is requested, showing the maximum values for the distance and the positive direction. The opening is shifted by the entered distance. Finally, depending on the settings, the opening direction and hinge side are displayed and requested graphically.

If a combined element has been selected in the subsystem dialog box, one or more additional dialog boxes may open in which the settings for the combined elements are specified.


---

# 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/dietrichs-intelligent-documentation/docs-de-en/design-program/modellbereiche/grundriss/turen-fenster/platzieren-von-fenstern.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.
