> 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/allgemeines/arbeitsumgebung/arbeitsumgebung-datenaustausch/arbeitsumgebung-laden.md).

# Load Working Environment

<figure><img src="/files/435ae1ca8fca2a2d5d611a028b0afdf43f8a8e93" alt=""><figcaption></figcaption></figure>

The icon with the little house and left-pointing arrow allows you to quickly load an entire work environment or a portion of it.

<figure><img src="/files/cda140fd061bd557ce3d958ad3309cfd24f1f0b0" alt=""><figcaption></figcaption></figure>

After clicking the icon a dialog box opens in which the work layers of the current work environment (previously displayed on the right side of the dialog box) are shown with a toggle switch preceding each. Since not all work layers of a work environment necessarily need to be stored, some work layers may be deactivated (grayed out). Only the work layers for which settings exist in this work environment have a white-backed switch before them and are enabled by default. For a work environment named "Timber Frame Construction," for example, these could be the work areas "Settings for floor plan and wall construction," "Icons for floor plan and wall construction," the "TFC pre-processing files," and the "Tools."

Using the switches you can now determine which work areas should be loaded. Then click "Load" and the files from the selected work areas of the current work environment are copied into the program system. In this process the corresponding files in the working system are overwritten. For example, if you previously had implementations for solid masonry walls in the system, these are now "deleted" and replaced by implementations for timber frame walls.


---

# 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/allgemeines/arbeitsumgebung/arbeitsumgebung-datenaustausch/arbeitsumgebung-laden.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.
