# /help

Display a list of all commands or get detailed info about a specific command.

## Usage

`/help [command]`

| Option    | Required | Description                        |
| --------- | :------: | ---------------------------------- |
| `command` |          | A specific command to get help for |

## What it shows

**Without a command:** A list of all available commands grouped by category.

**With a command:** The command's description, usage, examples, and required permissions.

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-help.png" alt=""><figcaption><p>/help command showing all available commands</p></figcaption></figure>

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-help-detail.png" alt=""><figcaption><p>/help showing details for a specific command</p></figcaption></figure>


---

# 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.solmatebot.com/discord-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.
