> For the complete documentation index, see [llms.txt](https://docs.mimu.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/manager-moderation-commands/self-assignable-roles/command-roles-type-+role.md).

# command roles (type +role)

*this example guide helps you create a lovely list for all of your available roles, as well as the command for when users want to add that role to themselves*

<figure><img src="/files/mOEmtNDrnV7i3I0rGAfc" alt="" width="224"><figcaption><p>the functioning self assignable roles</p></figcaption></figure>

### ✎ autoresponder commands

`/autoresponder add trigger: .roles reply:{embed} **our available roles**`**`...`**\
`@role` \
`@role` \
`etc. . .`\
`` to add a role, use `+[role]` ``\
`` to remove a role, use `-[role]` ``

{% hint style="warning" %}
in this example, we are using `+[role]` and `-[role]`, but you can do anything, like `.addrole [role]`, `.iam [role]`, `.iamnot [role]` or whatever you'd most prefer as the trigger
{% endhint %}

`/autoresponder add trigger:+lollipop reply: {addrole:lollipop}{embed} i have added the @lollipop role to you` \
\
`/autoresponder add trigger:-lollipop reply:{removerole:lollipop}{embed} i have removed the @lollipop role from you`

{% hint style="info" %}
remember to create an add & remove autoresponder for each role!
{% endhint %}


---

# 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:

```
GET https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/manager-moderation-commands/self-assignable-roles/command-roles-type-+role.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.
