# Foreword

## About

This website serves to be a comprehensive compendium for all important info, different mechanics, plugins and commands on our server. It includes extensive tutorials, explanations, crafting recipes, tips and commands to refer back to whenever you need them.\
\
If you are a new player, we strongly recommend you to at least read the [Essentials](https://wiki.hakairo.de/essentials/essentials) and maybe taking a look into [Economy](https://wiki.hakairo.de/economy/economy-info). Feel free to take everything in at your own pace or on demand; there is a lot of information and no one can be expected to read everything at once. :)

If you love what we do, remember that you can support us on [Patreon!](https://www.patreon.com/hakairo)

## Wiki-Reading Tips

* Any commands including words in square brackets like \[player] are placeholders. When you type the command in-game, leave out the square brackets and replace the placeholder with the appropiate values. (Example: `/pay [username] [amount]` --> `/pay Ryoyo 100` )
* Remember that you have a list of contents on the right hand-side of the web-page to quickly navigate to where you want to go.
* Can't find what you're looking for? Use the Search Icon at the top left to search directly for specific search-terms.
* Click on words highlighted in red to be taken directly to the point of the article they reference.
* Several articles have sub-pages with more information, they can be identified and expanded with the small arrow next to the name of the article.

## Issues?

We are here to help, so if you can't find the info you're looking for, join our amazing community at: [https://discord.gg/8cr3HtjR](https://discord.gg/8cr3HtjRpb) and don't hesitate to ask a moderator or other members :)

Please also contact us if you find any information on here to be missing, if you would like to have anything added or if any information seems to be incorrect.


---

# 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.hakairo.de/master.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.
