# FAQ

### ❓How to use it?

**Please check out the** [**installation page**](/installation/install.md)**.**

### ❓Do I need to fill in all config data?

**Of course not.** If you want to use all functions of this project, you would need to fill the most.\
**You can find the necessary data on the** [**config explanation page**](/installation/config.md)**. They're highlighted by an asterisk `*`.**\
The other data are optional.

### ❓How to invite the bot to my Discord server?

You can read [**this tutorial**](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token#adding-your-bot-to-your-server) by [Edward Jones](https://github.com/Throne3d) [**here**](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token#adding-your-bot-to-your-server).

Or just enable `inviteLink` option [in config.js](https://github.com/PetyXbron/minecraft-bot/blob/main/config.js) to get the invite link on every bot start.

### ❓How can I fix \_\_\_\_\_\_\_\_ issue?

For troubleshooting follow these points:\
1\. Check if you have [the latest minecraft-bot version](https://github.com/PetyXbron/minecraft-bot/commits/main).\
2\. Check if you have installed all the dependencies with versions listed in [the package.json file](https://github.com/PetyXbron/minecraft-bot/blob/main/package.json).\
If this does not help, try to install the latest **dev** minecraft-bot version, available [**here**](https://github.com/PetyXbron/minecraft-bot/commits/dev).

<div align="left"><figure><img src="https://img.shields.io/github/package-json/v/PetyXbron/minecraft-bot?color=blue&#x26;label=Version&#x26;labelColor=232121&#x26;logo=github&#x26;sort=semver&#x26;style=flat" alt=""><figcaption><p>Latest main version</p></figcaption></figure></div>

For reporting an issue or getting human help:\
1\. Go to [GitHub repository issues](https://github.com/PetyXbron/minecraft-bot/issues) and check if someone already reported the bug/issue.\
2\. If not, [create a new bug/issue report](https://github.com/PetyXbron/minecraft-bot/issues/new/choose).\
For a faster response, you can visit our **Discord support server**, [**here**](https://discord.com/invite/PYTqqhWad2).


---

# 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://mb.petyxbron.cz/faq.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.
