# Setup Boost Notifications

## Set up your boost notifications channel

**1.** Create a channel for boost notifications if you haven't already.

**2.** Configure the bot to send boost notifications to that channel.\
**Example:`/boost channel set #boosters`**

{% hint style="warning" %}
Make sure the **System Channel** is set and **Send a message when someone boosts this server** is enabled. Sx Bot also needs access to view the system channel.
{% endhint %}

<figure><img src="/files/sgiunQsGmAl1bU9wzerm" alt=""><figcaption><p>Set System Channel and Enable Boost Messages</p></figcaption></figure>

<figure><img src="/files/0bxot3n1EUyMbu95stqr" alt=""><figcaption><p>Allow Sx Bot to view System Channel</p></figcaption></figure>

**2.** Edit your channel's settings, and go to the "Permissions" tab.

**3.** From the "Roles/Members" selection, add Sx Bot.

**4.** Allow Sx Bot to have the following permissions in the channel:

* View Channel
* Send Messages
* Embed Links
* Attach Files
* Use External Emoji
* Mention @everyone, @here, and All Roles

## Give an additional role to boosters

**1.** Create a role to give users who boost if you haven't already.

**2.** Configure the bot to give users the role upon boosting the server\
**Example:`/boost support-role set @supporter`**

## Customize your boost message

<figure><img src="/files/F1vuAex3S3kxnhWKG5kO" alt=""><figcaption><p>Customize boost message</p></figcaption></figure>


---

# 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.sxbot.io/boost-tracking/setup-boost-notifications.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.
