# Welcome

Hi there, Tony here!

I've seen more and more of these "reaction help menus" appear, where you use reactions to browse through pages of a bots help and commands.

I've never done it myself, and thought it'd be beneficial to learn.. but why not learn along with others? So, here I am creating a guide on how to do it, so everyone knows how!

{% hint style="info" %}
In no way am I going to suggest you use my code in a bot without modification. It can probably be ratelimited and such, so until I improve it, I advise that this be taken as learning only.
{% endhint %}

Lets get started then, shall we?


---

# 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://tonybo981.gitbook.io/reaction-help-guide/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.
