# configure temporary channels

- [Overview](https://easy.tempvoice.xyz/settings/overview.md)
- [Temporary Channel Name](https://easy.tempvoice.xyz/settings/overview/name.md): Set the default naming format for temporary channels when they are created.
- [Temporary Channel User Limit](https://easy.tempvoice.xyz/settings/overview/limit.md): Set the default user limit for temporary channels when they are created.
- [Temporary Channel Category](https://easy.tempvoice.xyz/settings/overview/category.md): Choose the category where temporary channels will be created.
- [Temporary Channel Bitrate](https://easy.tempvoice.xyz/settings/overview/bitrate.md): Choose the audio bitrate for temporary voice channels. Higher values improve quality but may be limited by your server’s boost level.
- [Temporary Channel Position](https://easy.tempvoice.xyz/settings/overview/position.md): Set where the temporary channel will be created in relation to the Creator Channel the user joins.
- [Permissions](https://easy.tempvoice.xyz/settings/permissions.md)
- [Temporary Channel Access Roles](https://easy.tempvoice.xyz/settings/permissions/access-roles.md): Select roles that are required to see or access temporary channels, overriding the default @everyone permission.
- [Temporary Channel Permissions](https://easy.tempvoice.xyz/settings/permissions/sync.md): Choose where to sync permissions from when creating a temporary channel.
- [Temporary Channel Privacy Mode](https://easy.tempvoice.xyz/settings/permissions/privacy.md): Choose whether temporary channels are public, locked, or hidden from other users by default.
- [Temporary Channel Owner Permission](https://easy.tempvoice.xyz/settings/permissions/owner.md): Grant owners of temporary channels extra permissions (e.g., Manage Channel, Move Members) while they are in control of the channel.
- [Moderation](https://easy.tempvoice.xyz/settings/moderation.md)
- [Toggle Features](https://easy.tempvoice.xyz/settings/moderation/features.md): Choose which features temporary channel owners are allowed to use while they are in control of the channel.
- [Moderation Log](https://easy.tempvoice.xyz/settings/moderation/log.md): Sends messages to a text channel using a Discord webhook URL to log temporary channel actions like creation, deletion and modification.
- [Restore Owner Settings](https://easy.tempvoice.xyz/settings/moderation/restore.md): Recovers a temporary channel with the same settings it had before being deleted, including name, permissions and user limit.
- [Censor Channel Names](https://easy.tempvoice.xyz/settings/moderation/censor.md): Automatically censor inappropriate words in temporary channel names.
- [Age Restriction for In-Voice Chat](https://easy.tempvoice.xyz/settings/moderation/age_restriction.md): Users will need to confirm that they are of over the legal age to see the messages in this channel. Age-restricted channels are exempt from Discord explicit content filter.
- [Others](https://easy.tempvoice.xyz/settings/others.md)
- [Temporary Channel Greeting](https://easy.tempvoice.xyz/settings/others/greeting.md): Sends a message to the temporary voice channel’s text chat when it’s created, optionally including an TempVoice Interface.
- [TempVoice Interface for In-Voice Chat](https://easy.tempvoice.xyz/settings/others/interface.md): Send the TempVoice Interface directly into the in-voice chat of a temporary channel after its creation.
- [Temporary Voice Role](https://easy.tempvoice.xyz/settings/others/voice-role.md): Assign a role to users when they are in a temporary 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://easy.tempvoice.xyz/settings.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.
