# Halos Economy

- [First Install](https://wiki.halosdev.com/halos-economy/first-install.md): Here we will go over the first steps to install Halos Economy onto your Minecraft server.
- [Commands/Permsissions](https://wiki.halosdev.com/halos-economy/commands-permsissions.md): Here is a list of all commands + there permission.
- [Placeholders](https://wiki.halosdev.com/halos-economy/placeholders.md): All the plugins placeholders and what they do.
- [Files](https://wiki.halosdev.com/halos-economy/files.md): Take a look at the configuration that comes with the plugin.
- [license.yml](https://wiki.halosdev.com/halos-economy/files/license.yml.md): The license key file.
- [config.yml](https://wiki.halosdev.com/halos-economy/files/config.yml.md): Our main configuration file.
- [economies.yml](https://wiki.halosdev.com/halos-economy/files/economies.yml.md): Main config to configure each economy.
- [menus.yml](https://wiki.halosdev.com/halos-economy/files/menus.yml.md): We allow you to config each menu.
- [Shops](https://wiki.halosdev.com/halos-economy/files/shops.md): This is a folder that is generated that allows you to create custom shops for your economies.
- [example.yml](https://wiki.halosdev.com/halos-economy/files/shops/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-economy.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.
