# Selfroles

The **Selfroles** command allows you to configure and manage self-role menus, enabling members to assign roles to themselves through an interactive interface.

{% hint style="danger" %}
You need the **ManageGuild** permission for this command.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/selfroles`
   * `-selfroles`
2. **Configure and Manage Self Roles**
   * **Setup:**\
     Select an existing self-role menu, choose a channel, and send the self-role menu in that channel. Members can then click buttons to assign roles to themselves.
   * **Create:**\
     Create a new self-role menu by filling out a form with the menu's name and description.
   * **Delete:**\
     Delete an existing self-role menu by selecting it from a list.
   * **List:**\
     View information about an existing self-role menu, including its roles and settings.
   * **Add:**\
     Add a new role to a self-role menu. You can assign an emoji to the role for easy identification.
   * **Remove:**\
     Remove a role from a self-role menu.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/spanish/vision-general/comandos/roles-personalizados/selfroles.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.
