# Set Channel Member Permission Overrides

**Introduction**&#x20;

This step sets new permission overrides for a specified member in a given channel.

**Description**&#x20;

Allows for customizing channel-specific permissions for individual members, effectively altering their capabilities in that channel.

**Configuration**

1. **Channel**: Choose the channel for which the permission override will be set. This is a required field.
2. **Member**: Select the member whose permissions will be overridden. This is a required field.
3. **Overrides**: Define the permission overrides. Each override includes:
   * **Permission**: Choose the specific permission to override. Options are filtered to those relevant to channels.
   * **Status**: Set the override status as "Allow" or "Deny". Note: Specifying overrides will remove existing ones for these permissions, so include all permissions you wish to override. If the list is empty, the existing override will be removed.

**Usage**&#x20;

Useful for managing access and actions of members in specific channels, such as allowing a member to send messages in a normally read-only channel or restricting a member from viewing a particular channel.

**Permissions**

* Requires both "Manage Channels" and "Manage Permissions" permissions to set permission overrides in a guild channel.


---

# 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-member-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.
