> For the complete documentation index, see [llms.txt](https://documentation.botghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.botghost.com/custom-commands-and-events/actions/voice-actions.md).

# 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](/custom-commands-and-events/actions/voice-actions/join-a-voice-channel.md)                           | Using this action you can join the bot to a voice channel on your server.                                      |
| [Leave a Voice Channel](/custom-commands-and-events/actions/voice-actions/leave-a-voice-channel.md)                         | This block will force the bot to leave a voice channel.                                                        |
| [Voice Move a Member](/custom-commands-and-events/actions/voice-actions/voice-move-a-member.md)                             | 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](/custom-commands-and-events/actions/voice-actions/voice-kick-a-member.md)                             | This block will force kick a user from a voice channel.                                                        |
| [Voice Mute or Unmute a Member](/custom-commands-and-events/actions/voice-actions/voice-mute-or-unmute-a-member.md)         | Using this block you can mute or unmute a user who is currently participating in a voice channel.              |
| [Voice Deafen or Undeafen a Member](/custom-commands-and-events/actions/voice-actions/voice-deafen-or-undeafen-a-member.md) | Using this block you can deafen or undeafen a user who is currently participating in a voice channel.          |
