# Reporting a Bug

If you believe you found a bug with StickyBot please open a support ticket in our support server [here](https://discord.com/invite/SvNQTtf) or email us at <support@stickybot.info>. \
\
Include a description of the bug (what it is, how it happened, and how to recreate it if possible) and a screenshot if you have one.

{% hint style="success" %}
If this bug has not already been found by someone you will receive the "contributor" role in the support server and a tag in the bot updates channel when the bug is patched.
{% endhint %}


---

# 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.stickybot.info/stickybot/other/reporting-a-bug.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.
