# How to give my team access to all channels?

## Enable permission syncing

1. [Dashboard](https://tempvoice.xyz/dashboard) -> Select your Discord server -> Select the **correct** Creator Channel -> Permissions Tab -> Temporary Channel Permission

<figure><img src="/files/qdMeIplC3fDmYqj7Gniu" alt=""><figcaption></figcaption></figure>

***

## Set permission in category

2. All permissions you set in the category for roles will be applied and synced to temporary channels. Allow `View Channels` and `Connect` permission to allow that role to join temporary channels.

{% hint style="warning" %}
**Permissions for @everyone**

You cannot sync `Connect`, `View Channel` and `Send Message` permissions for `@everyone`, because these permissions are managed when using [/voice privacy](/commands/voice/privacy.md)!

If your Discord server has a verification system and you want to prevent @everyone from using temporary channels, read [How to integrate my verification system?](/faq/member-roles.md)
{% endhint %}

<figure><img src="/files/vAOyvDVzVYCPaEqrkpMH" alt=""><figcaption></figcaption></figure>


---

# 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/sync-permissions/allow-roles-access.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.
