> For the complete documentation index, see [llms.txt](https://metaversenw.gitbook.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaversenw.gitbook.io/user-manual/building/the-sandpit.md).

# The Sandpit

The Sandpit is a metaverse that allows users to practice building skills. No structures are saved and no BIT is consumed. Users are able to place voxels, props, NFTs and customize the environment.&#x20;

Sandpit also contains the latest building features that metaverse world does not have. It is there for evaluation and testing purposes.

1\) Go to My Wallet and click Sandpit

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

2\) Here is the Quick Start Guide for using the Sandpit.

<figure><img src="/files/1kf3HzbeM3TlnTqf88KE" alt=""><figcaption></figcaption></figure>

3\) To use the Sandpit, please follow these steps:

* Click the "Activate Build Mode" button or push the 'R' button to bring up the build menu.
* Choose your voxel design
* Click the right button to deploy voxels.
* Click the left button to remove voxels.
* To increase the voxel size, click the + sign.
* To scale down the voxel size, click the - sign.

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

The Sandpit can be seen as the testing ground where you can try out blocks and assets without having to burn your BIT. Also, a great place to test out your own 3d creations to ensure that they are modeled correctly.&#x20;

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

\
Any changes you perform in the Sandpit are temporary. As soon as you leave it, all the modifications performed, voxels and assets placed in it will be cleared.


---

# 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://metaversenw.gitbook.io/user-manual/building/the-sandpit.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.
