> 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-lands/landowner-onboarding/manage-your-lands-in-coderblock-studio/builder-tool.md).

# Builder Tool

Land management through the [**Land Editor**](/coderblock-lands/landowner-onboarding/manage-your-lands-in-coderblock-studio/land-editor.md) is purely an administrative activity. The activities of creating the spaces and experiences that you will design for your users are handled by the [**Builder**](/coderblock-studio/builder-tool.md), a powerful tool that allows you to edit your virtual environment without any additional software and without any previous experience in 3D.

From the control panel, click on the second item on the menu, ***My Scenes***, and then click on ***Lands***.

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

The form that appears is critical and will determine what your users read on the Welcome page when they enter the environment. So choose a name and description for your project. Fill in the fields and click **Next**.

<figure><img src="/files/rXJKnD4EmPBgIOYXfXYa" alt="" width="375"><figcaption></figcaption></figure>

You will then need to select your lands directly on the map. Available lands will appear in white, and selected lands will appear in red.

N.B.: If you have lands from **Season 1**, remember to drag the map to the bottom right to display that portion of the map.

<figure><img src="/files/ClLDjs2jVvrhZfJSafgb" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/zF9bGogqpQNbzZeKPdwx" alt="" width="375"><figcaption></figcaption></figure>

You can select more than one land, as long as they are contiguous. Therefore, it is not possible to select two or more plots that are far apart in the same building event.&#x20;

{% file src="/files/vEGt5WBGXZdyTxmtidti" %}

Note: You can have multiple scenes on the same lands, and each time you start a new project, the lands are always available. You can then create virtual scenes for specific events and  save them in your personal gallery for future use. \
Just remember that you have to ***Publish*** the scene you want to display in the Open World!

[Follow this detailed guide](/coderblock-studio/builder-tool.md) to create your own virtual experiences with Coderblock Studio's 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, and the optional `goal` query parameter:

```
GET https://docs-en.coderblock.com/coderblock-lands/landowner-onboarding/manage-your-lands-in-coderblock-studio/builder-tool.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.
