> For the complete documentation index, see [llms.txt](https://docs.matrica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrica.io/guides/community-guide/discord-set-up/bot-commands.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.matrica.io/guides/community-guide/discord-set-up/bot-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
