> 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/einzelstabzeichnung/einzelstabzeichnung-grundeinstellungen.md).

# Einzelstabzeichnung - Grundeinstellungen

In dieser Dialogbox können allgemeine Einstellungen zur Vermaßung und Beschriftung der Stäbe gemacht werden.

**Beschriftung**: In diesem Feld kann man die Bauteilbeschriftung einstellen. Man wählt eine der gespeicherten Einstellungen, in der definiert ist, wie die Bauteilbeschriftung erzeugt werden soll. Mit dem Icon rechts neben dem Feld kann man die Einstellungen überprüfen und verändern. Wenn man keine Beschriftung haben möchte, dann wählt man die Einstellung 'keine Einstellung'.

**Maßeinheiten**: In diesem Feld wählt man die Einstellung für die Maßeinheiten. Mit dem Icon rechts neben dem Feld kann man die Einstellungen überprüfen und verändern.

**Beschriftung der Kopfprofile erzeugen**: Wenn ein Stab ein Kopfprofil hat (konkaves Profil, konvexes Profil), dann kann man dieses Profil auf dem Plan beschriften lassen.

**Beschriftung und Vermaßung nach Stabarten**: In dieser Liste gibt es zwei feste Einstellungen für alle Bauteile ohne Stabartnummer und alle Bauteile mit Stabartnummer (Alle übrigen). Die Beschriftung der Checkboxen ist rechts neben dem Feld erklärt.

> Wenn man für eine Stabart oder eine ganze Stabartgruppe eine andere Einstellung haben möchte, als man es im Bereich 'Alle übrigen' eingestellt hat, dann wählt man in einer freien Zeile die gewünschte Stabart oder Stabartgruppe und macht dort die gewünschte Einstellung.
>
> Wenn man dabei eine Einstellung für eine Stabartgruppe (z.B. 100-199/Sparrenlage) macht und zusätzlich eine weitere Einstellung für eine einzelne Stabart, die aber in der Gruppe enthalten ist (z.B. 111/Sparren), dann hat die einzelne Stabart immer die höhere Priorität und ihre Einstellung gilt.


---

# 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/einzelstabzeichnung/einzelstabzeichnung-grundeinstellungen.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.
