# Move Channel

**Introduction**

The "Move Channel" step facilitates the reorganization of channels within a Discord guild by moving a specified channel into a different category (or out of category).

**Configuration**

* **Channel**: The channel to be moved. This must be a standard guild channel (text, voice, or otherwise) that you intend to relocate within the server's channel hierarchy. This field is required to specify the target channel for the move.
* **Category**: The category into which the channel will be moved. This can be any existing category channel within the guild. If left blank, the channel will be moved out of its current category and placed at the server's top level.

**Permissions**

* **Manage channels**: This permission is necessary to rearrange channels within the server.


---

# 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/move-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.
