# Overview

This guide serves as a bunch of concepts, guides and examples to help Discord bot developers create cool things using the awesome powers of reactions and pages.

All examples in the guides category will provide an example of creating a help command using the reaction pages logic.

### Support

Need any help with the guides here or with bot development in general? My new development Discord server is a great place to chill or get help.

[Join here!](https://discord.gg/FnK2a9R)


---

# 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://thattonybo2.gitbook.io/reaction-pages/master.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.
