> 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/grundansichten/speichern-einer-grundansicht.md).

# Saving a Basic View

When you are in a base view and have changed something about the layers or the display there, an explicit prompt appears when switching the base view asking whether the changes should be saved.

Changes can occur in two ways:

On the one hand, changes to the current base view can be made in the graphics area. This is done by modifying the display mode and/or the settings of the layer dialog. If these changes should be saved into the current base view, confirm the prompt with "**Screen overrides base view**". The program will then save the current settings from the screen into the base view.

The second way to make changes to the current base view is via the context menu of the building navigation. For this, right-click on the current base view and then click "Edit". If settings (display mode and/or layer dialog) are changed in the "Base View" dialog and the dialog is exited with "**OK**" you choose "**Base view overrides screen**" in the subsequent prompt. This will overwrite the outdated state in the graphics area with the new, just adjusted settings of the base view.


---

# 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/grundansichten/speichern-einer-grundansicht.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.
