# Snowbyte

- [About](https://docs.frozed.club/snowbyte/about.md)
- [FAQ](https://docs.frozed.club/snowbyte/faq.md): Frequently Asked Questions
- [Chests Creation](https://docs.frozed.club/snowbyte/chests-creation.md)
- [Example](https://docs.frozed.club/snowbyte/chests-creation/example.md): Here's an example on how to use the chest management system
- [Arena Setup](https://docs.frozed.club/snowbyte/arena-setup.md): These are the steps you will need to follow in order to create an Arena properly.
- [Example](https://docs.frozed.club/snowbyte/arena-setup/example.md): Here's an example of to make a new Arena.
- [Commands](https://docs.frozed.club/snowbyte/arena-setup/commands.md): To know how to create a kit, first you need to know all the available commands.
- [Permissions](https://docs.frozed.club/snowbyte/permissions.md): All the available permissions are listed here!
- [Admin](https://docs.frozed.club/snowbyte/permissions/admin.md)
- [General](https://docs.frozed.club/snowbyte/permissions/general.md)
- [Configuration](https://docs.frozed.club/snowbyte/configuration.md)
- [settings.yml](https://docs.frozed.club/snowbyte/configuration/settings.yml.md)
- [scoreboard.yml](https://docs.frozed.club/snowbyte/configuration/scoreboard.yml.md)
- [messages.yml](https://docs.frozed.club/snowbyte/configuration/messages.yml.md)
- [hotbar.yml](https://docs.frozed.club/snowbyte/configuration/hotbar.yml.md)
- [Update Changelogs](https://docs.frozed.club/snowbyte/update-changelogs.md): Every released update for Snowbyte will be listed here
- [v1.0.0](https://docs.frozed.club/snowbyte/update-changelogs/v1.0.0.md): First official release


---

# 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.frozed.club/snowbyte.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.
