# Setting Up Permissions

To configure which roles can access the app, run the following command in your server:

```id="6q1tpa"
$approle @role1 @role2 ...
```

#### How It Works

* This command allows you to **authorize specific roles** to access the app.
* Anyone with **any of the listed roles** will be able to use the app.
* You can include **multiple roles** in the same command.

**Example:**

```id="q3yzls"
$approle @Admin @Moderators @Members
```
