> 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-create-a-new-scene.md).

# How to: create a new scene

Creating a new scene with the Builder tool is very easy, just follow a few steps:

1. [Login ](https://coderblock.com/login)to Coderblock with your credentials

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

2. After logging in, you will be on the Dashboard. To create a new scene (or view the ones you have already created), simply click on **My Scenes**.
3. Clicking on ***Scenes*** will open a series of screens that you will have to fill in with the required data.

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

4. Within the Builder tool, you have the choice of guided creation (from templates) or completely autonomous creation!

<figure><img src="/files/9V4mVTAopDJldo3I3gz3" alt=""><figcaption></figcaption></figure>

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

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

5. Clicking ***Next*** will take you to the editor screen.
6. Now you can make all your dreams come true!

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

Once you have created a new scene, see the Advanced Guide for details on:

* [view and movements](/coderblock-studio/builder-tool-advanced-guide/working-environment/view-and-movements.md) within the scene
* the [main tools](/coderblock-studio/builder-tool-advanced-guide/working-environment/design-tools.md) of the Builder


---

# 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-create-a-new-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.
