# Beast Mode

> Beast Mode is a global protection system that activates when suspicious activity reaches a critical level, punishing anyone who performs dangerous actions.

## How It Works

Beast Mode uses a global score system:

1. Every dangerous action adds points to your server's current score
2. When the score reaches the configured limit, "the beast wakes up"
3. While active, Beast Mode punishes **anyone** performing dangerous actions
4. The beast calms down after 60 minutes of inactivity or manual intervention

**Key Difference from Anti-Nuke:** Anti-Nuke tracks individual user limits. Beast Mode tracks server-wide activity and punishes everyone when activated.

## Checking Beast Mode Status

### 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 **Beast Mode** category

The status indicator shows whether Beast Mode is enabled and if the beast is currently active.

![](https://3518259152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQwAXme9ouKllbB2Vwt%2Fuploads%2FNTVCvMYx9qrRSIOHHsOz%2Fimage.png?alt=media\&token=dba99580-8ac6-416d-9321-b5d722630c77)

## Enabling Beast Mode

1. Go to [securitybot.gg](https://securitybot.gg/) and log in
2. Select your server from the dashboard
3. Navigate to the **Beast Mode** category
4. Toggle **Beast Mode** to enabled (green)
5. Click **Save**

## Stopping an Active Beast

If the beast has awakened and is punishing users:

1. Open the dashboard
2. Go to the **Beast Mode** category
3. Click the **Calm Down** button

The beast will also calm down automatically after **60 minutes** of inactivity.

## Who Is Exempt?

Even when Beast Mode is active, these users are not punished:

| Exempt Users               | Condition                         |
| -------------------------- | --------------------------------- |
| Higher role users          | Role is above Security's role     |
| Server owners              | Always exempt                     |
| Whitelisted users (global) | If **Allow Whitelist** is enabled |
| Whitelisted users (action) | If **Allow Whitelist** is enabled |
| Whitelisted role (global)  | If **Allow Whitelist** is enabled |
| Whitelisted role (action)  | If **Allow Whitelist** is enabled |

> **Important:** The **Allow Whitelist** setting must be enabled for whitelist exemptions to apply during Beast Mode.

## Modifying Settings

1. Go to [securitybot.gg](https://securitybot.gg/) and log in
2. Select your server from the dashboard
3. Navigate to the **Beast Mode** category
4. Adjust your settings:
   * Global score limit
   * Punishment type
   * Allow Whitelist toggle
5. Click **Save**

## When to Use Beast Mode

Beast Mode is ideal for:

* **High-value servers** that need maximum protection
* **Servers under active attack** where you want to lock down all activity
* **Secondary protection layer** alongside Anti-Nuke

## Related

* [Anti-Nuke](https://docs.securitybot.gg/anti-nuke/anti-nuke) - Individual user limit protection
* [Anti-Raid](https://docs.securitybot.gg/other-modules/anti-raid) - Protection against mass join attacks
* [Whitelist](https://docs.securitybot.gg/whitelist/whitelist) - Exempt trusted users and roles


---

# 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/other-modules/beast-mode.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.
