# Disconnect Member from Voice

**Introduction**&#x20;

This step is used to disconnect a member from a voice channel in a guild, effectively removing them from the voice chat.

**Configuration**

1. **Guild**: The guild from which the user will be disconnected. This parameter is required to specify the server context where the disconnection will occur.
2. **User**: The user to be disconnected from the voice channel. This field is necessary to identify the member who will be affected by this step.

**Usage**&#x20;

Ideal for managing voice channels in a guild, such as removing members who are inactive, moderating voice chat sessions, or enforcing guild rules in voice channels.

**Permissions**

* Requires the "Move Members" permission, which allows for disconnecting members from 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/disconnect-member-from-voice.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.
