# Common Problems

There are a few common problems that have common solutions! This page should help you resolve those quickly.

## Users can select roles, but the bot won't assign them!

Take a look at your role list, make sure the Reaction role is above the roles you want the bot to assign.

## When I create a category, it doesn't show up in the chosen channel!

Make sure Reaction has the Send Messages and Embed Links permission in that channel.

## When I'm using Button mode, some of my roles show up in the embed description and some don't!

Roles that have the optional description set will show up in the embed in button mode so we can show off that fancy description you set! You have two options here, add all roles without a description, and none will show up, or set descriptions for all roles you add and they'll all show up there!


---

# 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://rr.auttaja.io/common-problems.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.
