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

# Extra Owners

> Grant trusted users the highest level of bot access in your server.

Extra Owners are users who receive the **same level of bot access as the server owner**. They can manage nearly every bot setting, including sensitive features like Antinuke configuration.

<Warning>
  Only the **Server Owner** (the actual Discord server owner) can add or remove Extra Owners. This is a deliberate security measure to prevent privilege escalation.
</Warning>

***

## Setting Up

<Steps>
  <Step title="Add an Extra Owner">
    ```bash theme={null}
    .extraowner add @user
    ```

    The user must be a current member of the server.
  </Step>

  <Step title="Verify the List">
    ```bash theme={null}
    .extraowner show
    ```
  </Step>
</Steps>

***

## Commands

| Command                     | Description                               |
| :-------------------------- | :---------------------------------------- |
| `.extraowner add <user>`    | Adds a user to the extra owners list      |
| `.extraowner remove <user>` | Removes a user from the extra owners list |
| `.extraowner show`          | Shows all extra owners for this server    |
| `.extraowner reset`         | Removes all extra owners                  |

***

## What Extra Owners Can Do

Extra Owners have full access to nearly every bot feature — they are treated the same as the server owner for all permission checks except one. This means they can:

* Configure **Antinuke** settings and whitelist management
* Add and remove **Trusted Users**
* Access every single module configuration command
* Bypass all permission checks in the bot

<Warning>
  The **only** thing Extra Owners cannot do is manage the Extra Owner list itself (`.extraowner add/remove/reset`). Only the actual Server Owner can do that.
</Warning>

<Warning>
  * Maximum of **5 Extra Owners** per server.
  * If an Extra Owner **leaves the server**, they are automatically removed from the list.
  * Extra Owners have access to security-critical commands. Only add users you fully trust with your server's safety.
</Warning>

***

## Required Permission Level

| Who Can Use           | Check Level                                                          |
| :-------------------- | :------------------------------------------------------------------- |
| **Server Owner** only | Only the actual Discord server owner can manage the Extra Owner list |
