# Adding the bot

## Adding the bot in your server

[Click here](https://invite.habrok.app) to add the bot in your server&#x20;

## Permissions

* "Manage Roles": This is required to assign roles to your guild members
* "View Audit Log": This is currently used for checking who invited the bot, and will later be used for automation and advanced reputation calculation
* "Read Messages": This allows the bot to see the channels to later allow for a logging channel. The bot **cannot** read messages.
* "Send Messages": This allows the bot to answer to commands.
* "Use Application Commands": This allows the bot to register commands (both slash and context menu)


---

# 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://docs.habrok.app/overview/adding-the-bot.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.
