# Bot commands

Bot commands can be used by typing anywhere in your server.

* `/check-permissions` : Check if the permissions for the bot are set properly. Make sure the bot has all green check marks.

Set up your **"Matrica-Verify"** channel in your server by simply typing **/setup**. This provides users with interactive troubleshooting and role checks.&#x20;

* `/setup` : (ADMIN ONLY) Creates the Matrica-Verify channel with the bot.

{% hint style="danger" %}
Before announcing the verification is live and running the **/setup** command, the gated roles and rules should be set up \~1 hour prior to allow for holder statuses to sync.
{% endhint %}

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

More bot commands available to use in your server:&#x20;

* `/floor-tracker` : Setup a channel that tracks your collections' floor prices.
* `/floorprice` : Get the floor prices of your collections.
* `/collections` : Get the list of your collections.&#x20;
* `/role-count` : Setup a channel that count roles.
* `/roles` : List the gated roles that you have set up and their requirements.
* `/toggle-sales-info` : Toggle sales info for the webhook sales feed - OFF = less info.&#x20;


---

# 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.matrica.io/guides/community-guide/discord-set-up/bot-commands.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.
