# Fundamentals

- [Worlds and Rooms](https://docs.bueno.art/buenoverse/fundamentals/worlds-and-rooms.md)
- [Player Spawn Points](https://docs.bueno.art/buenoverse/fundamentals/player-spawn-points.md)
- [Elements](https://docs.bueno.art/buenoverse/fundamentals/elements.md)
- [Hitboxes](https://docs.bueno.art/buenoverse/fundamentals/elements/hitboxes.md)
- [Z-index](https://docs.bueno.art/buenoverse/fundamentals/elements/z-index.md)
- [Interactions](https://docs.bueno.art/buenoverse/fundamentals/elements/interactions.md)
- [Components](https://docs.bueno.art/buenoverse/fundamentals/components.md)
- [Asset Manager](https://docs.bueno.art/buenoverse/fundamentals/asset-manager.md)
- [Asset Kits](https://docs.bueno.art/buenoverse/fundamentals/asset-kits.md)
- [Image Generator](https://docs.bueno.art/buenoverse/fundamentals/image-generator.md): Whatever you need, whenever you need it! Let AI assist you with all your asset needs.
- [Layers and Floors](https://docs.bueno.art/buenoverse/fundamentals/layers-and-floors.md): Learn the difference between backgrounds, foregrounds and floors.
- [Paths](https://docs.bueno.art/buenoverse/fundamentals/paths.md)
- [Sprite Animation](https://docs.bueno.art/buenoverse/fundamentals/sprite-animation.md): Bring your environments to life with animated sprites.
- [Sounds](https://docs.bueno.art/buenoverse/fundamentals/sounds.md): Add sounds to immerse your players in your world's environment.
- [Video](https://docs.bueno.art/buenoverse/fundamentals/video.md)


---

# 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/fundamentals.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.
