# Introduction

{% hint style="danger" %}
This is the documentation of the upcoming release of BlueRain. It may discuss features that are not yet developed but are in the roadmap.
{% endhint %}

BlueRain is a React base framework to create universal applications. It is created to achieve following tasks:

* Create universal applications. Which means a single codebase should build
  * Web Apps
  * Mobile Apps (React Native)
  * Desktop Apps (Electron)
* Move from boilerplates to a plugin based system, with each feature being added as a plugin.


---

# 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://blueeast.gitbook.io/bluerain/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.
