# /help

## Help Command

### Overview

The `/help` command displays an interactive menu where users can explore different sections of Ticket King’s documentation and support resources directly within Discord.

### Usage

```
/help
```

### Description

* **Interactive Menu**: Offers dropdown navigation to quickly find setup guides, FAQs, bot info, and more.
* **Quick Links**: Provides direct links to critical resources (support server, documentation, invite, etc.).
* **Bot Data**: Selecting the “Bot Information” page can show uptime, ping, and other stats.

### When to Use It

* Whenever you need an overview of how Ticket King works.
* When you want quick access to support resources or a refresher on specific commands.

### Permissions

* Accessible to all members by default.
* The bot does not need special channel permissions to display the menu.

### Example

```
/help
```

This opens the Ticket King Help Menu, letting you pick any desired help section.


---

# 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://docs.ticketking.xyz/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.
