# /help

## Help Command

### Overview

The `/help` command opens a menu inside Discord with links to Ticket King's documentation and support resources.

### Usage

```
/help [command]
```

* **command** *(optional)*: Pick a command to get a direct link to that command's documentation page.

### Description

* **Help menu**: Opens a menu with pages you can move through, including setup guides, an FAQ, and bot information.
* **Quick links**: Gives direct links to the support server, the documentation, and the invite link.
* **Command help**: When you pick a command in the `command` option, the bot replies with a link to that command's documentation page.

### When to Use It

* When you want an overview of how Ticket King works.
* When you want quick access to support resources or the docs for a specific command.

### Permissions

* Anyone can use this command.
* The bot does not need any special channel permission to show the menu.

### Example

```
/help
```

Opens the Ticket King help menu so you can pick a help section.

```
/help command:close
```

Replies with a link to the `/close` documentation page.


---

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