# Files

- [license.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/license.yml.md): Our license key file.
- [config.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/config.yml.md): Our main config file.
- [custom-items.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/custom-items.yml.md): Our custom items file.
- [messages.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/messages.yml.md): Take a look at our messages config.
- [sounds.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/sounds.yml.md): Take a look at our sounds config.
- [Guis](https://wiki.halosdev.com/halos-bounty-hunter/files/guis.md): This folder will allow you to config every gui menu in the plugin.
- [bounties-gui.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/guis/bounties-gui.yml.md)
- [bounty-shop.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/guis/bounty-shop.yml.md)
- [bounty-top-gui.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/guis/bounty-top-gui.yml.md)
- [hunter-top-gui.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/guis/hunter-top-gui.yml.md)
- [wanted-top-gui.yml](https://wiki.halosdev.com/halos-bounty-hunter/files/guis/wanted-top-gui.yml.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://wiki.halosdev.com/halos-bounty-hunter/files.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.
