# Role Whitelist

Exempt all members with a specific role from Anti-Nuke limits.

## When to Use Role Whitelist

* Administrator teams
* Moderator teams with legitimate high-volume activity
* Bot roles that perform moderation

> **Recommended:** Role whitelisting is easier to manage than user whitelisting. When staff changes, just modify role assignments.

## View Whitelisted Roles

### Using the Dashboard

1. Go to [securitybot.gg](https://securitybot.gg/) and log in
2. Select your server from the dashboard
3. Navigate to the **Whitelist** category
4. Find the action category and click **View**

### Using Commands

```
/whitelist view_roles
```

1. Type `/whitelist view_roles`
2. Select the category (Global, Ban, Kick, etc.)
3. Send the command

## Add a Role

### Using the Dashboard

1. Go to [securitybot.gg](https://securitybot.gg/) and log in
2. Select your server from the dashboard
3. Navigate to the **Whitelist** category
4. Find the action category and click **Edit**
5. Add the role
6. Click **Save**

### Using Commands

```
/whitelist add_role
```

1. Type `/whitelist add_role`
2. Select the role
3. Select the category (Global, Ban, Kick, etc.)
4. Send the command

## Remove a Role

### Using the Dashboard

1. Go to [securitybot.gg](https://securitybot.gg/) and log in
2. Select your server from the dashboard
3. Navigate to the **Whitelist** category
4. Find the action category and click **Edit**
5. Remove the role
6. Click **Save**

### Using Commands

```
/whitelist remove_role
```

1. Type `/whitelist remove_role`
2. Select the role
3. Select the category
4. Send the command

## Important Notes

* All members with the whitelisted role can exceed limits
* Role whitelist is cumulative (user with multiple whitelisted roles gets all bypasses)
* If a role is whitelisted globally, members bypass all actions
* Consider whitelisting for specific actions rather than globally for better security
