# VoxelWorld

VoxelWorld is our system for creating grid aligned elements. These are usually blocks like in Minecraft or Terraria but can contain special elements such as prefabs or quarterblocks.&#x20;

{% content-ref url="/spaces/IbaXflSJA8L9N9yOx089/pages/i24FFc7j086eQCyM0Vfd" %}
[Voxel World Getting Started](/core-package/voxelworld/voxel-world-getting-started.md)
{% endcontent-ref %}

{% content-ref url="/spaces/IbaXflSJA8L9N9yOx089/pages/czT0bARyu4A4c9zjW2P8" %}
[Voxel World Tips](/core-package/voxelworld/voxel-world-tips.md)
{% endcontent-ref %}

{% content-ref url="/spaces/IbaXflSJA8L9N9yOx089/pages/g8r0M96RJ3x6DzhTJjIX" %}
[Prefab Voxels](/core-package/voxelworld/prefab-voxels.md)
{% endcontent-ref %}

{% content-ref url="/spaces/IbaXflSJA8L9N9yOx089/pages/CPAoFMsKa7JmtOF5F2w4" %}
[QuarterBlocks](/core-package/voxelworld/quarterblocks.md)
{% endcontent-ref %}


---

# 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.airship.gg/core-package/voxelworld.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.
