# Rename Channel

**Introduction**&#x20;

This step allows for changing the name of an existing channel in a guild.

**Configuration**

1. **Channel**: Select the channel you wish to rename. This is a required parameter.
2. **Name**: Enter the new name for the channel. The name must be between 1 and 100 characters in length. This is a required parameter.

**Usage**&#x20;

Effective for updating channel names to reflect current topics, events, or guild needs.

**Permissions**

* Requires the "Manage Channels" permission to modify channel names.


---

# 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/rename-channel.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.
