> 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/grundeinstellungen/das-konstante-bereichsmenu.md).

# Das konstante Bereichsmenü

Das konstante Bereichsmenü ist eine vertikale Menüleiste am rechten Bildrand. In diesem Menü werden die Funktionen angezeigt, die in dem Menü oder Untermenü liegen, in dem zuletzt eine Funktion aufgerufen wurde. Wenn man zum Beispiel in DICAM die Funktion "Lotschnitt" im Menü "Bearbeitungen - Abschnitte" aufgerufen hatte, dann werden alle Funktionen aus dem Untermenü "Abschnitte" im konstanten Bereichsmenü angezeigt.

Das konstante Bereichsmenü kann man ein- und ausschalten und man kann seine Breite verändern. Dazu ruft man die im Modellbereich DICAM die Funktion 1-7-2 *Datei - Einstellungen - Bildschirmelemente* auf. Links oben gibt es die Dropliste "konstantes Bereichsmenü rechts:". Mit "Nein" wird es ausgeschaltet und mit "Ja" wird es eingeschaltet. Wenn man es ausgeschaltet hat, muss man das Programm neu starten, damit diese Änderung übernommen wird.

Im nächsten Feld "Breite in Pixeln" kann man die Breite des konstanten Bereichsmenüs einstellen.

Das konstante Bereichsmenü wird durch die Kontextmenüs immer weniger benötigt. Daher kann man durch Abschalten des konstanten Bereichsmenüs Platz für einen größeren Konstruktionsbereich schaffen.

Zum Thema "konstantes Bereichsmenü" gibt es auch einen Praxistipp auf unserer [Elearning Plattform](https://dietrichs-learn.com/content/info/3666?vc_cik=952177-GiQeB-EwLFT-fafJh\&vc_lpid=3666)


---

# 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/grundeinstellungen/das-konstante-bereichsmenu.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.
