# Master Channel's Settings

1. Go to the [dashboard](https://dashboard.empymanager.com).
2. Select your server.
3. Select your Master Channel under "Master Channels".

![](/files/jeYD8lgnp9IcnkTEOuVI)

4\. You may now edit your Master Channel!

![](/files/sRdGsQLJSX2tvY54nLyn)

## General Settings

### Voice channel names

![](/files/huSGbO0t9LXQlbkzySeu)

Under "General" tab, you can choose what name temporary voice channels will have once created.

You can use these variables that will be replaced:

| Variable name | What will be replaced with            |
| ------------- | ------------------------------------- |
| `%owner%`     | The name of the owner of the channel. |
| `%counter%`   | The number of the channel.            |

### Permissions Syncing

![](/files/khmOeqHN4oveNh2VkpVX)

Under "General" tab, find permissions syncing option. This option decides how temporary channels' permissions should be.

Available choices are:

* ***No permissions synced***
* ***Sync permissions from Master Channel***: Master Channel's permissions will be copied into temporary channels.
* ***Sync permissions from the category***: category's permissions will be copied to temporary channels.

## Permissions Settings

Find these settings under *Permissions* tab.

![](/files/HK4EAHgsNuzu9onuBbzo)

### Linked Roles

![](/files/3gl4dD0xKNZUGwyArxi9)

*Linked Roles* will be assigned when a user is connected to a temporary channel and will be removed when they leave.

### Owner's Permissions

![](/files/iGIBymwjZYG7qR3pe7Nu)

With *Basic Editing Mode* enabled, you get the following options:

* ***Manage Channel***: the ability of the users to edit channel names, bitrate, limit. Includes some commands like `/rename`, `/bitrate`, `/kick`, `/ban`, etc.
* ***Manage Roles***: will give the users the Discord's *Manage Permissions* permissions, allowing them to edit permissions in their channels. **Warning**: with this enabled, users may give themselves dangerous permissions such as *mute* and *deafen*. Use at discretion.
* ***Quick Commands***: the ability of users to use quick commands such as `/private`, `/public`, `/hide`, etc.

## More permissions

There are much more options to edit. Find them in the same page!


---

# 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.empymanager.com/master-channels/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.
