# "Experimental Mode" Builds

{% hint style="info" %}
This page is outdated. There is no longer a separate build for this mode. The current release combines "normal" and "experimental" builds into one. You can simply flip a toggle in the settings and restart the app. See the docs on [Experimental Mode](/user-guide/experimental-mode.md)

However - there are still plenty of interesting [Experimental Builds](/alternate-and-experimental-builds.md) to try!
{% 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.openbrush.app/alternate-and-experimental-builds/main-experimental-build.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.
