# Join To Create

## ¿Qué es JoinToCreate?

Sistema que **crea canales privados dinámicamente** cuando alguien se une a un canal especial.

### Casos de Uso

* ✅ Canales de voz temporales
* ✅ Salas privadas
* ✅ Espacios dinámicos
* ✅ Servidores gaming

***

## 🚀 Configuración Básica

### Crear Canal Base

```bash
/jtc setup #crear-sala
```

### Usuarios pueden:

* Unirse a #crear-sala
* Se crea canal privado automáticamente
* Invitar amigos
* El canal se elimina cuando se vacía

***

## ⚙️ Opciones

### Nombre del Canal

```bash
/jtc setnombre "Sala {user}"
```

### Bitrate

```bash
/jtc setbitrate 128
```

***

## 🔗 Relacionado

* [Logs](broken://pages/93bff7c883232fdc83cd9e159cd53501702d812a)


---

# 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://okaa.gitbook.io/okaa-wiki/configuracion/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.
