# Scene management

### Basic informations

First, it's important to establish the nature of our scene: it will be appropriate to assign it a name, a description and some parameters that will allow us to best index it within the Coderblock ecosystem.

Click on the edit icon <img src="/files/vO4Sy1kYhggXO7I6xoUu" alt="" data-size="line"> found at the top of the right panel.

<figure><img src="/files/0Qzp4MCYL75ssUpKoF1u" alt="" width="563"><figcaption></figcaption></figure>

Then enter a **name** for your environment and a **description** (these values will be displayed on the welcome screen during login), then select a **market category** and **tags** for the template that can best represent the environment you are building.

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

Confirm by clicking on the *Update* button. You will notice that the side panel from which you will manage the scene has been enriched with the name you have assigned to it. Of course, it will be possible to edit this information, allowing you to make the environment versatile and editable according to your needs.

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


---

# Agent Instructions: 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/scene-management.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.
