# Voice users

## Voice Channel Users Command

The `/voice-users` command helps you see who's currently in a voice channel, including their status (muted, streaming, etc.).

### Usage

You can use this command in two ways:

* `/voice-users` - Shows who's in your current voice channel
* `/voice-users channel:#channel-name` - Shows who's in a specific voice channel

### Status Indicators

The command shows helpful indicators next to each user:

* 🔇 User is muted
* 🔕 User is deafened
* 🎥 User is screen sharing/streaming
* 📹 User has camera on

### Examples

If you're in a voice channel:

```
/voice-users
```

To check a specific voice channel:

```
/voice-users channel:#Gaming
```

The command will show an embed with all users currently in the channel and their status. This is helpful for:

* Checking who's in a voice channel without joining
* Seeing who's streaming or using their camera
* Getting a quick count of how many people are in a voice chat


---

# 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.tektools.app/product-guides/configuring-in-discord/voice-users.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.
