> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/es/registro/three-log-channels.md).

# Canales de registro

Ticket King tiene **canales de registro separados de Discord**, cada uno para un tipo diferente de evento. Cada uno es opcional. Si dejas uno sin configurar, ese tipo de evento no se registrará.

## Registros de tickets abiertos y cerrados

Estos dos se configuran en Ajustes, en **Configuración del servidor y registros**.

| Canal de registro                         | Qué activa una publicación de registro                                                                 |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| **Canal de registro de tickets abiertos** | Cada nuevo ticket abierto.                                                                             |
| **Canal de registro de tickets cerrados** | Cada ticket cerrado (cualquier método de cierre). Este registro incluye el enlace de la transcripción. |

<figure><img src="/files/edfedaea972ad5d8e4203125c21a205d45d12133" alt="The Server Settings &#x26; Logging section showing the Opened and Closed Tickets log channel selectors"><figcaption></figcaption></figure>

## Registro de valoración de tickets (Premium)

El <i class="fa-crown">:crown:</i> **Canal de registro de valoración de tickets** se configura por separado, en la sección premium **Configuración de valoración de tickets** grupo. Aquí se publica una entrada cuando un miembro envía una valoración de ticket después del cierre.

<figure><img src="/files/9bc6b994141868e9a0e0d740cd2ecec1453c2544" alt="The Ticket Rating Settings group showing the Ticket Rating Log Channel selector"><figcaption></figcaption></figure>

## División de canales

Los registros se dividen por tipo. No existe la opción de «registrarlo todo en un solo canal». Puedes enviar los registros de tickets abiertos a un canal y los de tickets cerrados a otro, o enviar los tres al mismo canal eligiendo el mismo canal en todas partes.

Muchos servidores crean:

* `#tk-opened-tickets` para los registros de abiertos.
* `#tk-closed-tickets` para los registros de cerrados.
* `#tk-rating` para los registros de valoración (premium).

Usa los permisos de canal de Discord para controlar quién puede leer cada uno.

## Anulaciones por panel

Un panel puede sobrescribir los destinos de registro de tickets abiertos y cerrados, por separado de los canales globales del servidor mencionados arriba.

→ [Anulaciones de registro por panel](/docs/es/registro/per-panel-overrides.md)

## Si eliminas un canal de registro en Discord

Si eliminas un canal de registro en Discord pero lo dejas configurado en Ticket King, las publicaciones en ese canal no se podrán entregar. Cuando elimines un canal de registro en Discord, también quítalo en Ajustes o elige un canal diferente.

## Permisos de bot requeridos

El bot necesita estos permisos de Discord en cada canal de registro:

* **Ver canal**
* **Enviar mensajes**
* **Incrustar enlaces**
* **Adjuntar archivos** (necesario para algunos tipos de registro)

Si falta alguno de estos, el registro no se puede publicar. Concede al bot estos permisos en el canal de registro.

## Relacionado

{% content-ref url="/pages/e988ea9b71c0a827d53abb947ab801915a80e857" %}
[Qué muestra una entrada del registro](/docs/es/registro/log-embed-contents.md)
{% endcontent-ref %}

{% content-ref url="/pages/ab8633723b54843e336c9d13bbfa38b05036d8ee" %}
[Anulaciones de registro por panel](/docs/es/registro/per-panel-overrides.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/es/registro/three-log-channels.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.
