# Move Voice Member

**Introduction**&#x20;

This step allows you to move a member from one voice channel to another within a guild.

**Configuration**

1. **Guild**: The guild in which the user will be moved. This parameter is required to specify the server context for the move operation.
2. **User**: The user to be moved. This field is necessary to identify the member who will be affected by this step.
3. **Channel**: Choose the destination voice channel where the member will be moved. This is a required field.

**Usage**&#x20;

Perfect for managing the distribution of members across various voice channels, such as organizing members into different discussion groups, rearranging participants for events, or enforcing channel-specific rules.

**Permissions**

* Requires the "Move Members" permission, enabling the moving of members between voice channels.


---

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