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

# Virtual Permissions

> Fine-grained control over bot commands without Discord perms.

Flamey's Virtual Permissions allow you to give users access to bot commands without giving them dangerous Discord permissions like `Administrator`.

## Scenarios

<CardGroup cols={2}>
  <Card title="Helper Role" icon="hand-holding-heart">
    Allow 'Helpers' to use `/warn` and `/mute` but NOT `/ban`.
  </Card>

  <Card title="Event Manager" icon="calendar-star">
    Allow 'Event Staff' to use `/giveaway` and `/poll` commands.
  </Card>
</CardGroup>

## Configuration

<Steps>
  <Step title="Select Command">
    Go to **Dashboard > Settings > Permissions**. Locate the command (e.g., `ban`).
  </Step>

  <Step title="Add Role">
    Add the role you want to authorize (e.g., `Moderator`).
  </Step>

  <Step title="Set Exceptions">
    (Optional) Deny the command in specific channels.
  </Step>

  <Step title="Save">
    Click **Save Changes**. Now, users with that role can use the command!
  </Step>
</Steps>

<Info>
  This overwrites the default Discord permission requirement for that command.
</Info>
