> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blazebot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Autoroles

> Automatically assign roles to new members.

Autoroles automatically assign roles to members when they join the server.

BlaZe supports separate autoroles for:

* Human users
* Bots

## Human Autoroles

Human autoroles are assigned when a regular member joins.

### Add Human Autorole

```bash theme={null}
?autorole humans add <role>
```

Example:

```bash theme={null}
?autorole humans add @Member
```

### Remove Human Autorole

```bash theme={null}
?autorole humans remove <role>
```

***

## Bot Autoroles

Bot autoroles are assigned when a bot joins the server.

### Add Bot Autorole

```bash theme={null}
?autorole bots add <role>
```

Example:

```bash theme={null}
?autorole bots add @Bots
```

### Remove Bot Autorole

```bash theme={null}
?autorole bots remove <role>
```

***

## View Autorole Configuration

```bash theme={null}
?autorole config
```

Displays all configured human and bot autoroles.

## Reset Autoroles

```bash theme={null}
?autorole reset
```

Removes all configured autoroles.

## Important Notes

* BlaZe's highest role must be above the autoroles being assigned.
* Server owners are not restricted by role hierarchy checks.
* Deleted roles are automatically removed from the autorole configuration.

```
```
