# Set Channel Role Permission Overrides

**Introduction**&#x20;

This step is utilized to set permission overrides for a specific role within a particular channel.

**Description**&#x20;

Modifies channel-specific permissions for an entire role, impacting all members who have that role. It allows for granular control over what actions a role can perform in a given channel.

**Configuration**

1. **Channel**: Select the channel where the permission overrides will be applied. This is a required field.
2. **Role**: Choose the role for which you want to set permission overrides. This is a required field.
3. **Overrides**: Define the permission overrides for the role. Each override includes:
   * **Permission**: Select the specific permission to override, choosing from those applicable to channels.
   * **Status**: Decide whether to "Allow" or "Deny" the selected permission. Note: Setting these overrides will remove any existing ones for these permissions, so include all permissions you wish to override. If this list is empty, the existing override for the role will be removed.

**Usage**&#x20;

Ideal for managing and customizing channel access and permissions for roles, such as restricting or granting certain abilities to a group of members within a specific channel.

**Permissions**

* Requires the "Manage Permissions" permission to set channel-specific permission overrides for roles.


---

# 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.flexy.bot/modules/discord/steps/set-channel-role-permission-overrides.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.
