# User Whitelist

Exempt specific users from Anti-Nuke limits.

## When to Use User Whitelist

* Server owner's alternate accounts
* Highly trusted administrators
* Bot accounts that perform moderation

> **Tip:** Consider using [Role Whitelist](/whitelist/whitelist/role-whitelist.md) instead for easier management of staff teams.

## View Whitelisted Users

### 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_users
```

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

## Add a User

### 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 user
6. Click **Save**

### Using Commands

```
/whitelist add_user
```

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

## Remove a User

### 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 user
6. Click **Save**

### Using Commands

```
/whitelist remove_user
```

1. Type `/whitelist remove_user`
2. Select the user
3. Select the category
4. Send the command

## Important Notes

* Whitelisted users can exceed limits without punishment
* User whitelist takes precedence over other restrictions
* Server owners are automatically exempt (no need to whitelist)
* Users with roles equal to or higher than Security's role are automatically exempt


---

# Agent Instructions: 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.securitybot.gg/whitelist/whitelist/user-whitelist.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.
