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

# Whitelist

> Setting up the Antinuke system.

## What is the Whitelist?

Whitelisted users are ignored by AntiNuke protections.

This is useful for:

* Trusted administrators
* Server management bots
* Automation systems

## Difference Between Whitelist and BlaZe Admin

### Whitelist

* Ignores AntiNuke
* Does not grant configuration access

### BlaZe Admin

* Ignores AntiNuke
* Can manage AntiNuke settings

## Add User

```bash theme={null}
?antinuke whitelist add <user>
```

Adds a user to the whitelist.

## Remove User

```bash theme={null}
?antinuke whitelist remove <user>
```

Removes a user from the whitelist.

## View Whitelist

```bash theme={null}
?antinuke whitelist show
```

Displays all whitelisted users.

<Info>
  Whitelist capacity may depend on your Prime plan.
</Info>
