# Halos Boosters

- [First Install](https://wiki.halosdev.com/halos-boosters/first-install.md): We will be going over the steps needed to take on your first install of Halos Boosters.
- [Commands/Permissions](https://wiki.halosdev.com/halos-boosters/commands-permissions.md): A full list of commands and permissions that you will be able to use in the plugin.
- [Placeholders](https://wiki.halosdev.com/halos-boosters/placeholders.md): A list of placeholders and what they do.
- [Boosters](https://wiki.halosdev.com/halos-boosters/boosters.md): Here you can find a list of the booster types and for what plugin they hook into.
- [Files](https://wiki.halosdev.com/halos-boosters/files.md): Take a look at all of the files that are generated when installing Halos Boosters
- [license.yml](https://wiki.halosdev.com/halos-boosters/files/license.yml.md): Our license key file.
- [config.yml](https://wiki.halosdev.com/halos-boosters/files/config.yml.md): Our main config file.
- [messages.yml](https://wiki.halosdev.com/halos-boosters/files/messages.yml.md): Take a look at our messages config.
- [Boosters](https://wiki.halosdev.com/halos-boosters/files/boosters.md): This folder will host all of your boosters.
- [example.yml](https://wiki.halosdev.com/halos-boosters/files/boosters/example.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-boosters.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.
