# Getting Started

{% hint style="info" %}
You can invite Sx Bot to any server that you have the **Manage Server** permission in.
{% endhint %}

1. Go to [invite.sxbot.io](https://invite.sxbot.io).
2. You should a Discord prompt, asking you to add the bot to a server.
   * Select your server name in the dropdown, and click **Continue**.
   * Choose the permissions that you want to give Sx Bot. Click **Authorize**.

## The basics

After inviting Sx Bot, typ&#x65;**`/help start`** using the slash command system to get general information about the bot.  You can use **`/commands`** to view a full list of commands or the [commands](https://sxbot.io/commands) page on the website.

{% hint style="info" %}
If Sx Bot's slash commands are not displayed in the menu, make sure the @everyone role has access to **"Use Application Commands".**  Also, check that you don't have more than 50 bots in **Server Settings -> Integrations -> Bots and Apps.** If you do, you will need to remove a bot and re-authorize Sx Bot by going to [invite.sxbot.io](https://invite.sxbot.io) and clicking **Authorize.**
{% endhint %}

If you've set up the proper permissions, you'll be sent a message just like this one:

<figure><img src="/files/iW8rISB2trPvOiEhnt5G" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** If you see an empty message from Sx Bot with buttons, you've most likely turned off embeds in your Discord settings. From your Discord app, go to **User Settings -> Text & Images** and turn on **Show embeds website preview info from links pasted into chat**.
{% endhint %}

Type **`/commands`** to view a menu with the bot categories. From here, you can select your category of your choice which will display all commands in that category. Here is an example for the **Nitro Boost Tracking** category. You can then click on the command link directly to run it.

<figure><img src="/files/92mJseWQZL6R3xk4tGoW" alt=""><figcaption></figcaption></figure>

Most of the main features have their own dedicated help pages within this guide, but you can also use the built-in guides the bot provides as seen below.

{% hint style="info" %}
**/twitch help** (for twitch notifications), **/boost help** (for boost notifications),  **/invite help** (for invite tracking), **/reaction help** (for reaction roles), and so on.
{% endhint %}


---

# 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/getting-started.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.
