> For the complete documentation index, see [llms.txt](https://docs.empymanager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empymanager.com/master-channels/settings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.empymanager.com/master-channels/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
