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

# Trusted Users

> Give reliable members access to configure bot modules without full owner privileges.

Trusted Users are members who can access most bot configuration commands without needing the Administrator permission or a high role. This is ideal for staff members, moderators, or co-administrators who need to manage the bot's modules but shouldn't have full Extra Owner access.

***

## Setting Up

<Steps>
  <Step title="Add a Trusted User">
    ```bash theme={null}
    .trusted add @user
    ```

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

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

***

## Commands

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

***

## What Trusted Users Can Do

Trusted Users can access commands that use the `top_check` permission level. This includes most module configuration commands like:

* Setting up and managing **Greet**, **Boost Greet**, **Leave Message**, **Join DM**, and other modules
* Managing **Vanity Roles** and **Guild Tag** configurations
* Using **Embed Builder** commands
* Running module **test** and **show** commands

### What Trusted Users Cannot Do

Trusted Users do **not** have access to security-critical commands:

* They cannot manage **Extra Owners** (requires Server Owner)
* They cannot configure **Antinuke** settings (requires Server Owner / Extra Owner)
* They cannot manage the **Trusted Users** list itself (requires Server Owner / Extra Owner)

<Warning>
  - Maximum of **15 Trusted Users** per server.
  - If a Trusted User **leaves the server**, they are automatically removed from the list.
  - Trusted Users bypass the Admin role-hierarchy check — they do not need Administrator permission or a high role to use bot commands.
</Warning>

***

## Required Permission Level

| Who Can Use                           | Check Level                                                          |
| :------------------------------------ | :------------------------------------------------------------------- |
| **Server Owner** and **Extra Owners** | `is_server_owner` — Trusted Users cannot manage this list themselves |
