# Configuration

- [settings.yml](https://docs.frozed.club/frost/configuration/settings.yml.md): This is the settings.yml file that contains all the important settings that can be toggled or changed in Frost.
- [chests.yml](https://docs.frozed.club/frost/configuration/chests.yml.md): This is the chests.yml file, used for the chests in the SkyWars Kit Setting and SkyWars Event in Frost.
- [menus.yml](https://docs.frozed.club/frost/configuration/menus.yml.md): This is the menus.yml file that contains all the configurable menus for Frost.
- [hotbar.yml](https://docs.frozed.club/frost/configuration/hotbar.yml.md): This is the hotbar.yml file that contains all the configurable hotbars for Frost.
- [tablist.yml](https://docs.frozed.club/frost/configuration/tablist.yml.md): This is the tablist.yml file that contains the tablist design for the "Modern" Tablist Style from Player Settings in Frost.
- [messages.yml](https://docs.frozed.club/frost/configuration/messages.yml.md): This is the messages.yml file that contains all the configurable messages for Frost.
- [scoreboard.yml](https://docs.frozed.club/frost/configuration/scoreboard.yml.md): This is the scoreboard.yml file that contains the Scoreboard designs for Frost.
- [event-scoreboard.yml](https://docs.frozed.club/frost/configuration/event-scoreboard.yml.md): This is the event-scoreboard.yml file that contains the Scoreboard designs for Events in Frost.


---

# 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/frost/configuration.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.
