# 2. Discord Bot Setup

{% hint style="warning" %}
In order to interact with the bot you **must tag it** at the end of the commands.

Every command should finish with **@InfoHunterz** (or whatever name you gave to it).
{% endhint %}

During **Step 1.** **Dashboard Setup** you invited our Discord Bot in your server. Upon joining, the bot created a category with two channels: **`#raffle-bot-setup`** and **`#new-releases`**.

Go to **`#raffle-bot-setup`** channel and send **`.setup @InfoHunterz`** to create the default channels.

![](/files/-MLsruipldWwh755L7PF)

The bot will create 5 channels under the previously created category:

* **`new-releases`**
* **`raffles-unfiltered`**
* **`raffles-europe`**
* **`raffles-america`**
* **`raffles-asia`**

### You are all set to receive raffles and updates!

{% hint style="warning" %}
We **strongly advise against cancelling** the **default category** and **`#new-releases`** channel.
{% endhint %}

{% hint style="info" %}
If you want to choose which raffles to receive and where, you should definitely check out the guide below!
{% endhint %}

{% content-ref url="/pages/-MHfyRGMl3gp4LgKt2kr" %}
[3. Raffles Filtering](/discord-raffles/raffles-filtering.md)
{% endcontent-ref %}


---

# 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.infohunterz.com/discord-raffles/discord-bot-setup.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.
