> 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/it/riferimento/right-click-actions.md).

# Azioni con clic destro

Ticket King aggiunge un'azione con clic destro (menu contestuale) in Discord.

## Crea ticket

Fai clic destro su qualsiasi messaggio, apri il **App** menu e scegli **Crea ticket**. Si apre un ticket per conto dell'autore del messaggio e il contenuto del messaggio diventa la nota iniziale del ticket. È utile quando un membro pubblica un problema in un canale normale e lo staff vuole spostarlo in un ticket.

Questa azione richiede l'autorizzazione per i ticket, il che significa Gestisci canali o Gestisci server, oppure essere il proprietario del server, oppure avere un ruolo di supporto configurato. Anche gli amministratori di Discord sono idonei.

## Dove trovarla

* **Desktop:** fai clic destro sul messaggio, quindi apri il **App** menu.
* **Mobile:** tieni premuto sul messaggio, quindi apri il **App** sezione.

Se non vedi Ticket King sotto App, potrebbe essere necessario reinvitare il bot. Il link di invito consigliato include già l'accesso di cui ha bisogno.

## Correlati

{% content-ref url="/pages/d4846558577bb15ad63efea7b69ba0d0a9d52459" %}
[Comandi slash in Discord](/docs/it/riferimento/slash-commands.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/it/riferimento/right-click-actions.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.
