# Builder Basics

Builders can freely modify the world in real time. They can add objects, interactions and portals to create interactive experiences. We'll show you how!

{% embed url="<https://www.youtube.com/playlist?list=PLbG4lDfPqmZuqSWQTvQ6IbcIGDpkZGt1a>" %}

## Enter Build Mode

To enter build mode, you'll first need to connect with your Bueno account wallet. You can sign in with your wallet by selecting the **Login** button at the top right, or navigate to the room via your project dashboard in Bueno.

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

After connecting, if you have access to build in the room you will see a button in the top center that can toggle on **build mode**. Click this button to bring up your builder toolbar. Now you can start building!

<div><figure><img src="/files/EUb7BurVNietXoT28Nlv" alt=""><figcaption></figcaption></figure> <figure><img src="/files/jKfumFTgLVsm6Dl7WxkF" alt=""><figcaption></figcaption></figure></div>

## Free Scroll Mode

Free scroll mode lets you navigate around your room without walking your character. This is useful when constructing very large rooms. You can turn on free scroll mode by navigating to the properties panel underneath your name in the top right, and selecting the icon with four arrows.&#x20;

<figure><img src="/files/ckonmS3ZEOfo8aqzSfUn" alt=""><figcaption><p>Free scroll selection.</p></figcaption></figure>

## Grid Settings

Grid settings can help you build more precisely! You can activate grid mode in the properties panel.

<figure><img src="/files/4g2tF6IO7V5gPHl6qLG1" alt=""><figcaption></figcaption></figure>

Here, you can also enable **snap to grid** mode. This will auto-snap your objects and backgrounds to sit along the grid for quick, precise placement.&#x20;

<figure><img src="/files/FLm9eM6hHoP3j5f1od3R" 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.bueno.art/buenoverse/getting-started/builder-basics.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.
