# Introduction

## Basic bot setup <a href="#basic-bot-setup" id="basic-bot-setup"></a>

This page will cover everything you need to do to get started with Sx Bot.

{% content-ref url="getting-started" %}
[getting-started](https://docs.sxbot.io/the-basics/getting-started)
{% endcontent-ref %}

## Boost Tracking

{% content-ref url="../boost-tracking/setup-boost-notifications" %}
[setup-boost-notifications](https://docs.sxbot.io/boost-tracking/setup-boost-notifications)
{% endcontent-ref %}

{% content-ref url="../boost-tracking/setup-boost-logs" %}
[setup-boost-logs](https://docs.sxbot.io/boost-tracking/setup-boost-logs)
{% endcontent-ref %}

## Twitch Notifications

{% content-ref url="../twitch-notifications/setup-twitch-notifications-on-discord" %}
[setup-twitch-notifications-on-discord](https://docs.sxbot.io/twitch-notifications/setup-twitch-notifications-on-discord)
{% endcontent-ref %}

{% content-ref url="../sx-live-streaming-bot/setup-live-now-role" %}
[setup-live-now-role](https://docs.sxbot.io/sx-live-streaming-bot/setup-live-now-role)
{% endcontent-ref %}

## Discord Live Notifications

{% content-ref url="../discord-live-notifications/setup-discord-go-live-notifications" %}
[setup-discord-go-live-notifications](https://docs.sxbot.io/discord-live-notifications/setup-discord-go-live-notifications)
{% endcontent-ref %}

## Invite Tracking

{% content-ref url="../invite-tracking/setup-invite-logging" %}
[setup-invite-logging](https://docs.sxbot.io/invite-tracking/setup-invite-logging)
{% endcontent-ref %}

## Moderation Logging

{% content-ref url="../moderation-logging/setup-logging" %}
[setup-logging](https://docs.sxbot.io/moderation-logging/setup-logging)
{% endcontent-ref %}

## Reaction Roles

{% content-ref url="../reaction-roles/add-a-reaction-role" %}
[add-a-reaction-role](https://docs.sxbot.io/reaction-roles/add-a-reaction-role)
{% endcontent-ref %}

## Getting help, reporting issues, and making suggestions

If you're still unsure on how to setup a specific feature, or if you run into any issues, feel free to reach us on our [Discord server](https://support.sxlivebot.com).

## Supporting the bot

Sx Bot is free at it's core, but for $3.00 / month, you can unlock extra premium benefits. All of the money we earn will go directly to paying the servers and improving the bot.

You can check out or premium perks on our [Patreon](https://patreon.sxlivebot.com).


---

# 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/the-basics/introduction.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.
