# Overview

HeadBlocks is fully configurable. Start with the [overview](https://github.com/AerWyn81/HeadBlocks/blob/master/docs/configuration/overview.md) to understand the file structure, then dive into the pages below.

Each page follows the order of sections in `config.yml` — what you see in the file maps directly to a page here.

## config.yml

| Page                                                                                   | Sections covered                                                                                                                                                                                  |
| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Global Settings](/headblocks/headblocks3/configuration-config.yml/global-settings.md) | `language`, `metrics`, `heads`, `headsTheme`, `progressBar`, `shouldResetPlayerData`, `hideFoundHeads`, `preventCommands/Messages`, `externalInteractions`, `placeholders`, `internalTask`, `gui` |
| [Storage](/headblocks/headblocks3/configuration-config.yml/storage.md)                 | `database`, `redis`                                                                                                                                                                               |
| [Head Click](/headblocks/headblocks3/configuration-config.yml/head-click.md)           | `headClick` (messages, title, firework, particles, sounds, commands, pushBack)                                                                                                                    |
| [Holograms](/headblocks/headblocks3/configuration-config.yml/holograms.md)             | `holograms`                                                                                                                                                                                       |
| [Effects](/headblocks/headblocks3/configuration-config.yml/effects.md)                 | `floatingParticles`, `spin`, `hint`                                                                                                                                                               |
| [Rewards](/headblocks/headblocks3/configuration-config.yml/rewards.md)                 | `tieredRewards`                                                                                                                                                                                   |

## Other Files

| Page                                                                | File                                   |
| ------------------------------------------------------------------- | -------------------------------------- |
| [Hunt Files](/headblocks/headblocks3/other-files/hunts.md)          | `hunts/*.yml` — per-hunt configuration |
| [Head Locations](/headblocks/headblocks3/other-files/locations.md)  | Stored inside each hunt file           |
| [Translations](/headblocks/headblocks3/other-files/translations.md) | `messages/messages_xx.yml`             |


---

# 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://aerwyn81.gitbook.io/headblocks/headblocks3/configuration-config.yml/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.
