> For the complete documentation index, see [llms.txt](https://appdocs.moonitor.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appdocs.moonitor.tools/staff/setting-up-permissions.md).

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