# Commands List

Sx Bot supports the native slash commands subsystem. All commands start with `/`

Type `/` to view a list of slash commands. This will give you a list of everything you can do with Sx Bot.

{% 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 %}

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

{% hint style="info" %}
**Note:** You can also use **`/commands`** to view all the commands or visit our website at [sxbot.io/commands](https://sxbot.io/commands).
{% 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/commands-list.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.
