> 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.md).

# Building

- [Building in the Metaverse](https://metaversenw.gitbook.io/user-manual/building/building-in-the-metaverse.md): To Build in the metaverse the user must own land. Please see Land Ownership for more information.
- [How to Create a New Voxel Texture](https://metaversenw.gitbook.io/user-manual/building/building-in-the-metaverse/how-to-create-a-new-voxel-texture.md): Only the Metaverse Owner can upload custom Voxel Packs
- [How to Place and Remove Props in a Metaverse](https://metaversenw.gitbook.io/user-manual/building/building-in-the-metaverse/how-to-place-and-remove-props-in-a-metaverse.md)
- [How to Place and Remove NFTs in a Metaverse](https://metaversenw.gitbook.io/user-manual/building/building-in-the-metaverse/how-to-place-and-remove-nfts-in-a-metaverse.md)
- [How to Activate Multiplayer in a Metaverse](https://metaversenw.gitbook.io/user-manual/building/building-in-the-metaverse/how-to-activate-multiplayer-in-a-metaverse.md)
- [Asset Creation](https://metaversenw.gitbook.io/user-manual/building/asset-creation.md)
- [3D Models - Props & NFTs](https://metaversenw.gitbook.io/user-manual/building/asset-creation/3d-models-props-and-nfts.md)
- [3D Models - Colliders](https://metaversenw.gitbook.io/user-manual/building/asset-creation/3d-models-colliders.md)
- [3D Models - Analyzer](https://metaversenw.gitbook.io/user-manual/building/asset-creation/3d-models-analyzer.md)
- [Optimizing 3D Model Geometry](https://metaversenw.gitbook.io/user-manual/building/asset-creation/optimizing-3d-model-geometry.md)
- [Graphics Settings](https://metaversenw.gitbook.io/user-manual/building/asset-creation/graphics-settings.md)
- [How to create a mesh that appears to be multiple separate parts & skeletal animation.](https://metaversenw.gitbook.io/user-manual/building/asset-creation/how-to-create-a-mesh-that-appears-to-be-multiple-separate-parts-and-skeletal-animation..md): NOTE: This example uses only solid colors for each “segment” of the mesh.
- [The Bunker](https://metaversenw.gitbook.io/user-manual/building/the-bunker.md)
- [Access to the Bunker](https://metaversenw.gitbook.io/user-manual/building/the-bunker/access-to-the-bunker.md)
- [Activate Multiplayer in the Bunker](https://metaversenw.gitbook.io/user-manual/building/the-bunker/activate-multiplayer-in-the-bunker.md)
- [The Sandpit](https://metaversenw.gitbook.io/user-manual/building/the-sandpit.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, and the optional `goal` query parameter:

```
GET https://metaversenw.gitbook.io/user-manual/building.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.
