> 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/pt-br/referencia/right-click-actions.md).

# Ações de clique com o botão direito

O Ticket King adiciona uma ação de clique com o botão direito (menu de contexto) no Discord.

## Criar ticket

Clique com o botão direito em qualquer mensagem, abra o **Aplicativos** menu e escolha **Criar ticket**. Isso abre um ticket em nome do autor da mensagem, e o conteúdo da mensagem se torna a nota inicial do ticket. Isso é útil quando um membro publica um problema em um canal normal e a equipe quer movê-lo para um ticket.

Essa ação exige permissão de ticket, o que significa Gerenciar Canais ou Gerenciar Servidor, ou ser o proprietário do servidor, ou ter uma função de suporte configurada. Administradores do Discord também se qualificam.

## Onde encontrar

* **Desktop:** clique com o botão direito na mensagem e, em seguida, abra o **Aplicativos** menu.
* **Celular:** pressione e segure a mensagem e, em seguida, abra o **Aplicativos** seção.

Se você não vir o Ticket King em Aplicativos, talvez seja necessário convidar o bot novamente. O link de convite recomendado já inclui o acesso de que ele precisa.

## Relacionados

{% content-ref url="/pages/66aa178b3dc8959a14ea4af80261835fe1b21d92" %}
[Comandos slash no Discord](/docs/pt-br/referencia/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/pt-br/referencia/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.
