# Command Permissions

## Overview

With the change to slash commands, all permissions are now handled within Discord. You can view their official article [here](https://support.discord.com/hc/en-us/articles/4644915651095-Command-Permissions).

Because of the way the translation commands are organised, and Discord's current restrictions. You are not able to set different permissions for each sub-command, eg. Manage Channels for Creating new setups, but Read Channel to view a setup.

## Examples

The settings commands are in 2 groups under "settings" and "settings2", this is for a technical reason, so when changing permissions make sure you change both if that is what you want. "settings2" has style and extra options under it.

<figure><img src="/files/6i5K87XiJ2JRcdZQIJo2" alt=""><figcaption></figcaption></figure>

All the standalone commands, such as /translate and /translation-usage, can have their permissions set separately.

<figure><img src="/files/hn9AQTEUN7ERNkotdCYf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jakebot.co.uk/slightly-more-advanced-settings/command-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
