# Getting Started

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

1. Go to [sxlivebot.com/invite](https://discord.com/oauth2/authorize?client_id=540349742178107409\&permissions=268946504\&response_type=code\&redirect_uri=https%3A%2F%2Fsxlivebot.com%2Fwelcome%3Fsource%3Dwebsite\&scope=bot%20applications.commands).
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 Live. Click **Authorize**.

## The basics

To view Sx Live's help menu, just type `+help` in the server you've invited the bot to.

<figure><img src="/files/FuOjNXC3hBnuKqXcoTbn" alt=""><figcaption><p>Help Menu</p></figcaption></figure>

From here, you can view the available bot categories. For example you can type `+help kick` to view the available commands in the kick streaming category.

{% hint style="info" %}
**Note:** If you see an empty message from Sx Live 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 `+help all` to view a full list of commands or visit our [commands](https://sxlivebot.com/commands) page on our website.

<figure><img src="/files/5rTqnGVvr3dm9zo3rYdH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Make sure to use the prefix **`+`** before each command!
{% 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.sxlivebot.com/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.
