# Features

- [Information](https://help.johnbot.app/en/features/information.md): Here you'll find the list and description of all John-Bot information commands.
- [Messages Creator](https://help.johnbot.app/en/features/messages-creator.md): Learn everything you need to know about John-Bot's message creator system. Learn how to set it up and understand how it works.
- [Giveaway](https://help.johnbot.app/en/features/giveaway.md): Here you'll find information about creating and configuring giveaways.
- [Reminders](https://help.johnbot.app/en/features/reminders.md): Here you'll find information about John-Bot's command-based reminder system. Learn how it works with its many commands.
- [Moderation](https://help.johnbot.app/en/features/moderation.md): Learn how John-Bot's command-based moderation system works and explore its features.


---

# 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://help.johnbot.app/en/features.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.
