# Join To Create Voice Channels

## What is a join to create voice channel?

A JTC voice channel is a voice channel that allows members to join to create their own channels. Below is a video of it working:

![](/files/-MMxbrV1jcfe4PMSP8D1)

## Preparation

Create a category that the voice channel will be in! This will be used later.

![](/files/-M3Dl0UkIrYlWtDuuktf)

## Setup

In any channel, run `ch!privatevc`. This will start the setup process! The bot will ask you for the name of a category. Send the name of the category you created the step above.

![](/files/-MMxc-06HBuFTqbZkGYD)

Now, the bot will ask you for the name of the channel. Send the name you would like the Join To Create channel to be called. I chose "Join to Create" for this tutorial.

![](/files/-MMxc4csKfxqkLdesUal)

And you're done! Changing any of the channel settings, like the user limit or bitrate will be cloned into the user's channels! Test the channel by joining it and seeing what happens. If all goes well, it should look something like this:

![](/files/-MMxcIAKw9BWtkUBEzm7)

## Need Help?

If you have a question, or if something isn't working, don't hesitate to ask it in our [**support server**](https://api.channelbot.xyz/support)!


---

# 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.channelbot.xyz/guides/join-to-create.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.
