> For the complete documentation index, see [llms.txt](https://docs.botwiz.dev/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botwiz.dev/docs/blocks/actions/role-actions.md).

# Role Actions

Role action blocks are where the bot for example creates a role, adds a role to a user or removes a role from everyone in a server. In total, there are currently seven role action blocks you can chose from. See the following list for a list of each, including a brief description of what each block does.

<table><thead><tr><th width="172">Action Block</th><th>Description</th></tr></thead><tbody><tr><td>Removing a Role from Everyone</td><td>Remove a specific role from everyone in the server.</td></tr><tr><td>Adding a Role to Everyone</td><td>Add a role to everyone that is currently in the server.</td></tr><tr><td>Create a Role</td><td>Have your bot create a brand new role for your guild!</td></tr><tr><td>Add a Role</td><td>Add any role to a member of your server.</td></tr><tr><td>Delete a Role</td><td>Delete an existing role. Note that this action cannot be undone.</td></tr><tr><td>Remove a Role</td><td>Remove a specific role from a member.</td></tr><tr><td>Edit a Role</td><td>Edit a role, e.g., by changing its name, colour and permissions.</td></tr></tbody></table>
