# Commands

- [Ping pong command example](https://docs.wornoffkeys.com/commands/ping-pong-command-example.md)
- [Command properties](https://docs.wornoffkeys.com/commands/commands.md)
- [Correct argument usage](https://docs.wornoffkeys.com/commands/correct-argument-usage.md)
- [Command initialization method](https://docs.wornoffkeys.com/commands/command-initialization-method.md)
- [Bot owner only commands](https://docs.wornoffkeys.com/commands/bot-owner-only-commands.md)
- [Test servers](https://docs.wornoffkeys.com/commands/test-servers.md)
- [Cooldowns](https://docs.wornoffkeys.com/commands/command-cooldowns.md)
- [Required permissions](https://docs.wornoffkeys.com/commands/required-permissions.md)
- [Slash commands](https://docs.wornoffkeys.com/commands/slash-commands.md)
- [Inferred slash command arguments](https://docs.wornoffkeys.com/commands/inferred-slash-command-arguments.md)
- [Custom slash command arguments](https://docs.wornoffkeys.com/commands/custom-slash-command-arguments.md)
- [Autocomplete](https://docs.wornoffkeys.com/commands/autocomplete.md)


---

# 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.wornoffkeys.com/commands.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.
