# Need Help?

If you're stuck on a problem or if you believe you've found a bug, there's lots of ways to get in touch with us.

* [FlatRedBall Discord Server](https://discord.gg/dg7WsFv) - the easiest way to get help, report a bug, or just say "hi" is to go to the FlatRedBall chat. We love helping new users, so hop over to the ❓| Help channel and ask us anything.<br>

  <figure><img src="/files/BRAiCZO03vYdDCrkGt8d" alt=""><figcaption><p>Help channel in Discord</p></figcaption></figure>
* [Issues on Github](https://github.com/vchelaru/flatredball/issues) - If you have an issue or would like to start a discussion about a particular topic, you can do it on our github page.
* [Source code on Github](https://github.com/vchelaru/flatredball) - Of course, if you prefer to fix it yourself, want to see the details of what's been changing, or would like to browse the code, it's all available on Github.


---

# 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.flatredball.com/flatredball/help.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.
