# Commands

- [Meta](https://docs.apollo-bot.xyz/commands/meta.md): Un-categorized commands.
- [Claimtime](https://docs.apollo-bot.xyz/commands/claimtime.md): Commands related to claim time of a member/role.
- [Greeter](https://docs.apollo-bot.xyz/commands/greeter.md): View all commands related to greet.
- [Giveaways](https://docs.apollo-bot.xyz/commands/giveaways.md): Commands which are managed to host/manage giveaways in a server.
- [Utilities](https://docs.apollo-bot.xyz/commands/utilities.md): Small but useful commands which are categorized as utilities.
- [Message Counter](https://docs.apollo-bot.xyz/commands/messages.md): Commands which are used to count/manage message counting in a server.


---

# 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.apollo-bot.xyz/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.
