# Guides

- [Claimtime](https://docs.apollo-bot.xyz/guides/claimtime.md): In this page, you will learn the basics of claimtime and its usage.
- [Message Counter](https://docs.apollo-bot.xyz/guides/message-counter.md): In this page, you will learn the detailed usage of the message counting feature.
- [Configurations](https://docs.apollo-bot.xyz/guides/configurations.md): In this page, you will learn about configuring Apollo within your server.
- [Giveaways](https://docs.apollo-bot.xyz/guides/giveaways.md): In this page, you will learn about hosting & managing giveaways using Apollo.
- [Greet](https://docs.apollo-bot.xyz/guides/greet.md): In this page, you will learn about greet & welcoming newly joining users.
- [Time-difference](https://docs.apollo-bot.xyz/guides/time-difference.md): In this page, you will learn about using time-difference between messages.
- [Overrides](https://docs.apollo-bot.xyz/guides/overrides.md): This page will describe in detail what is override and how to use it in apollo bot


---

# 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/guides.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.
