> 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/wandkonstruktion/systeme/autowand.md).

# Auto Wall

Function for quickly creating the basic construction for timber-frame or wooden stud construction in walls. With one click, the components of the basic construction are generated in one or more walls; these can then be further processed like any other components.

* In the floor plan, walls can be selected as for HRB assignment: all walls, all exterior walls, all interior walls, wall selection. See also the above chapter: setting attributes for wall ends based on the order in the wall selection.

### Layer contours:

* The layer contours are generated by applying AutoWall. Previous changes to the layer contours will be discarded.
* The layer penetration is configured so that layer 0 always runs through to layer 0 of the partner wall. Thus, any through-running stiffening sheathing is not taken into account.
* The remaining layers are generated similarly to how they intersect in the original form: layer -2 penetrates layer -2 for both intersecting and intersected. The layers therefore overlap at the corners.

### Generation of components:

* A material is specified for all components.
* The cross-section height automatically corresponds to the thickness of layer 0.
* Specify cross-section width:
  * Corner posts
  * Door-window posts
  * Sill - rail
  * Standard width for all other components
* Generated posts:
  * Corner posts (rotated corner post yes/no)
  * End posts for T-joint butt and counter-post in the partner wall
  * Door-window posts
  * Door-window: lintel and sill rail
  * Posts at oblique corners and ends are executed at right angles
* Rail-sill:
  * 1 rail
  * 1 sill
  * Selection yes/no for compensating sill, which then has the same length as the sill
* The input values are taken from the default values if the Dietrich's standard variables are used in the defaults.

Further adjustment of the components is then carried out with the usual DiWand 3D functions, in particular:

* Cross-section change
* Move component
* Adjust lengths
* Add connections


---

# 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/wandkonstruktion/systeme/autowand.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.
