> 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/per-panel-overrides.md).

# Anulaciones de registro por panel

Cada panel puede sobrescribir el **abierto** y **cerrado** canales de registro independientemente de los valores predeterminados de todo el servidor. Útil cuando distintos tipos de tickets deben registrarse en lugares diferentes.

## Cómo configurarlo

En el editor del panel, abre el editor de valores predeterminados de todo el panel. Dos campos controlan los canales de registro por panel:

* **Canal predeterminado de registro de tickets abiertos**
* **Canal predeterminado de registro de tickets cerrados**

Cada campo puede dejarse para usar el canal de todo el servidor, o configurarse con un valor propio. Cuando configuras uno, el valor puede ser:

* Un **canal** (donde van los registros de este panel en su lugar).
* **Sin canal** (los eventos de apertura o cierre de este panel no se registran en absoluto).

Enviar los registros de un panel a un canal diferente es el caso común. Configurarlo como sin canal es útil cuando tienes un panel de gran volumen cuyos registros no necesitas.

<figure><img src="/files/4a81921fb1026c1764e0a373a56f059ea8815a08" alt="The panel-wide defaults editor showing the Default Ticket Open Log Channel and Default Ticket Close Log Channel fields,"><figcaption></figcaption></figure>

## Cómo el bot elige el canal

Cuando un ticket se abre o se cierra, el bot decide dónde registrarlo:

1. **Si el panel establece su propio canal de registro,** el bot usa ese canal, o omite el registro si el panel está configurado sin canal.
2. **De lo contrario,** el bot recurre al Canal de registro de tickets abiertos o al Canal de registro de tickets cerrados de todo el servidor.

## Paneles de solicitud

Los paneles de solicitud tienen su propio **Canal de registro** campo en cada opción, y es obligatorio. Esto no es lo mismo que los canales de registro de tickets.

→ [Diseñar tu solicitud](/docs/es/solicitudes/designing-your-application.md)

## Ejemplo práctico

El servidor tiene:

* Registro de tickets abiertos: `#tk-opened-tickets`.
* Registro de tickets cerrados: `#tk-closed-tickets`.

Paneles:

| Panel               | Registro de apertura             | Registro de cierre               |
| ------------------- | -------------------------------- | -------------------------------- |
| Soporte general     | (heredar)                        | (heredar)                        |
| Informes de errores | Sobrescribir → `#bug-tracker`    | Sobrescribir → `#bug-tracker`    |
| Tickets de personal | Sobrescribir → `#staff-internal` | Sobrescribir → `#staff-internal` |

Resultado:

* Los registros de apertura y cierre de los tickets de Soporte general van a los canales predeterminados.
* Los tickets de Informes de errores se registran en `#bug-tracker` exclusivamente.
* Los tickets de personal se registran en `#staff-internal` (se mantiene separado de los registros visibles para los miembros).

## Relacionado

{% content-ref url="/pages/64a525807e058a37290ac5c35d0582aa878c06f0" %}
[Canales de registro](/docs/es/registro/three-log-channels.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/per-panel-overrides.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.
