# Finding help

While the goal of Ludo is to stay small enough to be very stable, core functionalities are still under development and not everything is working as expected. You can consider Ludo as a bêta stage while LudOS is still in alpha stage.

During this development phase, the focus is on bug fixing. We don't often accept feature requests.

Bugs can be reported here: <https://github.com/libretro/ludo/issues>

And you can join our Discord channel to talk: <https://discord.gg/YXYSEQD>

Ludo also has a Forum here: <https://forums.libretro.com/c/libretro/ludo>


---

# 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://jean-andre-santoni.gitbook.io/ludo/finding-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.
