# Acciones con clic derecho

Ticket King añade una acción de clic derecho (menú contextual) en Discord.

## Crear ticket

Haz clic derecho en cualquier mensaje, abre el **Aplicaciones** menú y elige **Crear ticket**. Esto abre un ticket en nombre del autor del mensaje, y el contenido del mensaje se convierte en la nota inicial del ticket. Es útil cuando un miembro publica un problema en un canal normal y el personal quiere trasladarlo a un ticket.

Esta acción requiere permiso de ticket, lo que significa Administrar canales o Administrar servidor, o ser el propietario del servidor, o tener un rol de soporte configurado. Los administradores de Discord también pasan.

## Dónde encontrarla

* **Escritorio:** haz clic derecho en el mensaje, luego abre el **Aplicaciones** menú.
* **Móvil:** mantén pulsado el mensaje, luego abre el **Aplicaciones** sección.

Si no ves Ticket King en Aplicaciones, es posible que haya que volver a invitar al bot. El enlace de invitación recomendado ya incluye el acceso que necesita.

## Relacionado

{% content-ref url="/pages/6f51cbdb8f7abc59ab110876f3b1e4cb541857e9" %}
[Comandos slash en Discord](/docs/es/referencia/slash-commands.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/es/referencia/right-click-actions.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.
