# Frequently Asked Questions

- [How to use Placeholders?](https://easy.tempvoice.xyz/faq/placeholders.md): Placeholders are replaced with valuable information to make channel names or welcome messages more personal to the user.
- [{CUSTOM}](https://easy.tempvoice.xyz/faq/placeholders/custom.md): Gets replaced by the custom name a user can set for their temporary channel using the /voice name command. This allows you to have immutable name parts that cannot be changed by the user.
- [{PRIVACY}](https://easy.tempvoice.xyz/faq/placeholders/privacy.md): Replaced by the privacy state (Public, Locked, Hidden) of the temporary channel.
- [{RANDOM}](https://easy.tempvoice.xyz/faq/placeholders/random.md): Replaced by a random selected word from a predefined list.
- [{OWNER\_USERNAME}](https://easy.tempvoice.xyz/faq/placeholders/owner_username.md): Replaced by the username of the temporary channel owner.
- [{OWNER\_NICKNAME}](https://easy.tempvoice.xyz/faq/placeholders/owner_nickname.md): Replaced by the nickname of the temporary channel owner.
- [{OWNER\_MENTION}](https://easy.tempvoice.xyz/faq/placeholders/owner_mention.md): Replaced by the @ mention of the temporary channel owner.
- [{OWNER\_CREATED}](https://easy.tempvoice.xyz/faq/placeholders/owner_created.md): Replaced by the DD/MM/YYYY date where the owner of the temporary channel created their Discord account.
- [{OWNER\_JOINED}](https://easy.tempvoice.xyz/faq/placeholders/owner_joined.md): Replaced by the DD/MM/YYYY date where the owner of the temporary channel joined the Discord server.
- [{NUMBER}](https://easy.tempvoice.xyz/faq/placeholders/number.md): Replaced by the last number of temporary channels.
- [{NUMBER\_ROMAN}](https://easy.tempvoice.xyz/faq/placeholders/number_roman.md): Replaced by the last number of temporary channels written as a Roman number.
- [{NUMBER\_ALPHA}](https://easy.tempvoice.xyz/faq/placeholders/number_alpha.md): Replaced by the last number of temporary channels in alphabetical order.
- [{NUMBER\_DIGIT}](https://easy.tempvoice.xyz/faq/placeholders/number_digit.md): Replaced by the last number of temporary channels in digit order.
- [{NUMBER\_EXPONENT}](https://easy.tempvoice.xyz/faq/placeholders/number_exponent.md): Replaced by the last number of temporary channels written as exponent.
- [{ROLE\_HIGHEST}](https://easy.tempvoice.xyz/faq/placeholders/role_highest.md): Replaced by the heighted role from the owner of a temporary channel.
- [{ROLE\_HOIST}](https://easy.tempvoice.xyz/faq/placeholders/role_hoist.md): Replaced by the heighted (displayed at the member list) role from the owner of a temporary channel.
- [{GUILD\_ID}](https://easy.tempvoice.xyz/faq/placeholders/guild_id.md): Replaced by the guild ID of the Discord server.
- [{CHANNEL\_ID}](https://easy.tempvoice.xyz/faq/placeholders/channel_id.md): Replaced by the channel ID of the temporary channel.
- [{ACTIVITY\_NAME}](https://easy.tempvoice.xyz/faq/placeholders/activity_name.md): Replaced by name of an activity from the owner of a temporary channel.
- [{ACTIVITY\_MAJORITY\_NAME}](https://easy.tempvoice.xyz/faq/placeholders/activity_majority_name.md): Replaced by name of an activity from the user majority of a temporary channel.
- [{ACTIVITY\_DETAILS}](https://easy.tempvoice.xyz/faq/placeholders/activity_details.md): Replaced by details of an activity from the owner of a temporary channel.
- [{ACTIVITY\_STATE}](https://easy.tempvoice.xyz/faq/placeholders/activity_state.md): Replaced by the state of an activity from the owner of a temporary channel.
- [{ACTIVITY\_EMOJI}](https://easy.tempvoice.xyz/faq/placeholders/activity_emoji.md): Replaced by the emoji of a custom status from the owner of a temporary channel.
- [How to integrate my verification system?](https://easy.tempvoice.xyz/faq/member-roles.md): If your Discord server has a verification system and you want to prevent @everyone from using temporary channels.
- [How to sync permissions to temporary channels?](https://easy.tempvoice.xyz/faq/sync-permissions.md): Sync permissions from the creator or category to apply custom permissions to temporary channels.
- [How to give my team access to all channels?](https://easy.tempvoice.xyz/faq/sync-permissions/allow-roles-access.md): This can be easily done by syncing role permissions
- [How to block roles access to all channels?](https://easy.tempvoice.xyz/faq/sync-permissions/deny-roles-access.md): This can be easily done by syncing role permissions
- [How to disable the "Push to Talk" popup?](https://easy.tempvoice.xyz/faq/push-to-talk.md): This is caused because you miss "Use Voice Activity" permission.
- [How to change the language for TempVoice?](https://easy.tempvoice.xyz/faq/language.md): TempVoice is translated into over 25 languages by native speakers. Simply change the language to make it easier for your users to understand the bot.
- [Why do some commands have a 5min cooldown?](https://easy.tempvoice.xyz/faq/5min-cooldown.md): This only affects features which edited the name of temporary channels. We know this can be annoying but this is out of our control because Discord does not allow more then 2 name changes within 10min


---

# 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/faq.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.
