# Voice Actions

Voice actions are all meant to target users in a voice channel. These actions can be various things that only affects a user inside a voice channel.

{% hint style="info" %}
Any of these actions can only target voice channel's or be used if a user / bot is in a voice channel.
{% endhint %}

| Block                                                                                                                                                      | Information                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [Join a Voice Channel](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions/join-a-voice-channel)                           | Using this action you can join the bot to a voice channel on your server.                                      |
| [Leave a Voice Channel](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions/leave-a-voice-channel)                         | This block will force the bot to leave a voice channel.                                                        |
| [Voice Move a Member](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions/voice-move-a-member)                             | With this block you are able to move any user to a different voice channel than the one they are currently in. |
| [Voice Kick a Member](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions/voice-kick-a-member)                             | This block will force kick a user from a voice channel.                                                        |
| [Voice Mute or Unmute a Member](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions/voice-mute-or-unmute-a-member)         | Using this block you can mute or unmute a user who is currently participating in a voice channel.              |
| [Voice Deafen or Undeafen a Member](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions/voice-deafen-or-undeafen-a-member) | Using this block you can deafen or undeafen a user who is currently participating in a voice 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://documentation.botghost.com/custom-commands-and-events/actions/voice-actions.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.
