# TheCore

- [Installation](https://wiki.innouniq.com/plugins/thecore/installation.md): Plugin downloaded, what should I do next?
- [Commands & Permissions](https://wiki.innouniq.com/plugins/thecore/commands-and-permissions.md): Main commands to maintain core.
- [Configuration](https://wiki.innouniq.com/plugins/thecore/configuration.md): Detailed explanation of variables at configuration files.
- [Base](https://wiki.innouniq.com/plugins/thecore/configuration/base.md): Looking into config.yml
- [Options](https://wiki.innouniq.com/plugins/thecore/configuration/options.md): Looking into Options.yml
- [Centralized Reward Repository](https://wiki.innouniq.com/plugins/thecore/configuration/centralized-reward-repository.md): System of rewarding players.
- [Command management](https://wiki.innouniq.com/plugins/thecore/configuration/command-management.md): Ability to manage command name, aliases and localization.


---

# 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.innouniq.com/plugins/thecore.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.
