> 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/how-to-manage-my-scene.md).

# How to: manage my scene

You can manage a scene both during its creation and afterwards. During creation, you can use the features available in the top right panel:

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

Here you can:

1. Save the scene
2. Publish the scene (you can undo this if you decide not to publish your scene anymore!)
3. Create Quests
4. Explore the scene with your avatar

If you have already saved and/or published your scene, but would like to modify it, simply follow the steps below:

1. Go back to ***My Scenes***. This time click on ***Gallery***.

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

2. A screen will appear showing all your creations.

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

3. Click on the three dots in the top right corner above the country to open a drop-down menu.

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

Here you can:

* Make your scene private&#x20;
* Duplicate the scene&#x20;
* Delete the scene<br>

For more details and insights, see the [Advanced Guide](/coderblock-studio/builder-tool-advanced-guide/working-environment/scene-management/finalization-tools.md).


---

# 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/how-to-manage-my-scene.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.
