# control temporary channels

- [Interface](https://easy.tempvoice.xyz/commands/interface.md): After you create a temporary channel, you are the owner of that channel and can change the properties of your channel and manage users through an interface. With an interface you simply click buttons.
- [/voice](https://easy.tempvoice.xyz/commands/voice.md): After you create a temporary channel, you are the owner of that channel and can use this command to change the properties of your channel and manage users.
- [user](https://easy.tempvoice.xyz/commands/voice/user.md)
- [trust](https://easy.tempvoice.xyz/commands/voice/user/trust.md): Add a user to your trust list and give them access to join and view your temporary channel, even if you have locked or hidden it.
- [untrust](https://easy.tempvoice.xyz/commands/voice/user/untrust.md): Remove a user from your trusted list and they will only be able to join your temporary channel when it is open.
- [block](https://easy.tempvoice.xyz/commands/voice/user/block.md): Add a user to your block list and prevent them from joining your temporary channel.
- [unblock](https://easy.tempvoice.xyz/commands/voice/user/unblock.md): Remove a user from your blocklist and allow them to join again if you temporary channel is open.
- [kick](https://easy.tempvoice.xyz/commands/voice/user/kick.md): Disconnect a user out of your temporary channel.
- [invite](https://easy.tempvoice.xyz/commands/voice/user/invite.md): Invite a user directly into your temporary channel.
- [bitrate](https://easy.tempvoice.xyz/commands/voice/bitrate.md): You can change the audio quality of your temporary channel by changing the bitrate. This change will be reset when you recreate your temporary channel.
- [claim](https://easy.tempvoice.xyz/commands/voice/claim.md): If the owner leaves their own temporary channel, another user can take control. This will transfer the ownership, and the settings of the new owner will be applied.
- [delete](https://easy.tempvoice.xyz/commands/voice/delete.md): Forcibly deletes your temporary channel, even if there are still users in the channel.
- [info](https://easy.tempvoice.xyz/commands/voice/info.md): Get an overview of your temporary channel.
- [invite](https://easy.tempvoice.xyz/commands/voice/lfp.md): Looking for users to join your channel? With this command you can easily send a message to a channel with personalized message and invite link.
- [limit](https://easy.tempvoice.xyz/commands/voice/limit.md): Change the limit of your temporary channel to allow only a certain number of users inside.
- [name](https://easy.tempvoice.xyz/commands/voice/name.md): Change the name of your temporary channel. Select a name to be recognized.
- [password](https://easy.tempvoice.xyz/commands/voice/password.md): Set a password that allows users with /join to enter your locked temporary.
- [privacy](https://easy.tempvoice.xyz/commands/voice/privacy.md): Change the privacy of your temporary channel to Locked or Hidden if you need more privacy and want to keep strangers out. Choose who can join using /voice user trust.
- [region](https://easy.tempvoice.xyz/commands/voice/region.md): Change the region of your temporary channel if you are having voice connection issues to Discord.
- [reset](https://easy.tempvoice.xyz/commands/voice/reset.md): Reset your temporary channel if you need to restart. Channel name, limit trust/block list will be set to default.
- [thread](https://easy.tempvoice.xyz/commands/voice/thread.md): Create a temporary thread if you want a dedicated channel for texting with users of your temporary channel. This thread will be deleted when your channel is empty.
- [transfer](https://easy.tempvoice.xyz/commands/voice/transfer.md): Transfer ownership of your temporary channel if you no longer wish to moderate the channel. Properties such as channel name, limit, trust/blacklist will be applied by the new owner.
- [waiting](https://easy.tempvoice.xyz/commands/voice/waiting.md): You don't want your temporary channel to be open to everyone? Create a waiting room where you can accept or deny requests to join.
- [/find](https://easy.tempvoice.xyz/commands/find.md): You may have had this problem before. You and your friend are on a large server with many channels, but you can't find your friend. This way you can find him without having to search.
- [/join](https://easy.tempvoice.xyz/commands/join.md): If you have received a password from a friend and now want to join their temporary channel, you must enter the password with this command.


---

# 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://easy.tempvoice.xyz/commands.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.
