> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-studio/builder-tool-advanced-guide/working-environment.md).

# Working environment

The Builder is made up of two main elements: the first is the **visualization space**, where we set up our scene and manipulate its appearance, which occupies a large part of our working environment; the second is what in technical jargon corresponds to the **HUD** (Head-Up Display), i.e. the overlay tools we have at our disposal to go through the various stages of working on our environment.

The builder, integrated into the web management system, is structured as follows:

* on the left side, the menu items for managing your account remain prominent for quick access to platform features;
* on the right side are the main controls for [scene management](/coderblock-studio/builder-tool-advanced-guide/working-environment/scene-management.md) and [finalization](/coderblock-studio/builder-tool-advanced-guide/working-environment/scene-management/finalization-tools.md) ([quest](/coderblock-studio/builder-tool/quests-what-they-are-and-how-to-create-them.md), [saving and testing](/coderblock-studio/builder-tool-advanced-guide/working-environment/scene-management/finalization-tools.md#publish)), as well as the [Asset library](/coderblock-studio/builder-tool-advanced-guide/working-environment/design-tools/asset-packs.md) for building the environment;
* the central part contains the working environment, [controls for managing the elements in the scene](/coderblock-studio/builder-tool-advanced-guide/working-environment/design-tools.md), and a monitoring panel, the [poly-count](/coderblock-studio/builder-tool-advanced-guide/working-environment/design-tools/scene-monitoring.md).

<figure><img src="/files/5Lrucdj51lS0dBC5Etxx" alt="" width="563"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs-en.coderblock.com/coderblock-studio/builder-tool-advanced-guide/working-environment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
