> For the complete documentation index, see [llms.txt](https://alchelvly.gitbook.io/inarius-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alchelvly.gitbook.io/inarius-documentation/master/how-to-set-up-integration-level-permissions.md).

# How-to: set up integration-level permissions

Discord provides server owners a way to override slash command permissions with roles or even single users. Discord also allows you to change which channels allow slash commands to be executed in them, but we will only be focusing on changing the default member permissions.

You can achieve this by going into `Server Settings` -> `Integrations` -> `Inarius(Manage)`

<figure><img src="https://imgur.com/KY8alQ0.png" alt="" width="563"><figcaption><p>*Initial view when no overrides have been applied</p></figcaption></figure>

On a fresh server, there will be no slash command overrides as seen in the example above. From this menu you can click on a command to update new permissions for it.

<figure><img src="https://imgur.com/1yK2Igs.png" alt="" width="563"><figcaption><p>*Navigating to permission overrides for the configuration command</p></figcaption></figure>

After adding your role, or user, click save.

<figure><img src="https://imgur.com/S9aBeLS.png" alt="" width="563"><figcaption><p>*Adding an Administrator role to the configuration command (done only as an example)</p></figcaption></figure>

Your screen should look something similar to this.

<figure><img src="https://imgur.com/PlUDfIV.png" alt="" width="563"><figcaption><p>*The permission overrides screen after an override has been applied to one of the commands</p></figcaption></figure>

Congratulations, you have just set your first slash command permission override!
