> 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/comandos-do-bot/help.md).

# /help

## Comando de ajuda

### Visão geral

O `/help` comando abre um menu dentro do Discord com links para a documentação do Ticket King e recursos de suporte.

### Uso

```
/help [command]
```

* **comando** *(opcional)*: Escolha um comando para obter um link direto para a página de documentação desse comando.

### Descrição

* **Menu de ajuda**: Abre um menu com páginas pelas quais você pode navegar, incluindo guias de configuração, uma FAQ e informações sobre o bot.
* **Links rápidos**: Fornece links diretos para o servidor de suporte, a documentação e o link de convite.
* **Ajuda do comando**: Quando você escolhe um comando na `comando` opção, o bot responde com um link para a página de documentação desse comando.

### Quando usar

* Quando você quer uma visão geral de como o Ticket King funciona.
* Quando você quer acesso rápido a recursos de suporte ou à documentação de um comando específico.

### Permissões

* Qualquer pessoa pode usar este comando.
* O bot não precisa de nenhuma permissão especial no canal para exibir o menu.

### Exemplo

```
/help
```

Abre o menu de ajuda do Ticket King para que você possa escolher uma seção de ajuda.

```
/help command:close
```

Responde com um link para a `/close` página de documentação.


---

# 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/comandos-do-bot/help.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.
