# Liquid Gears Platform Documentation

{% hint style="info" %}
Please note this documentation is work in progress. We invite you to provide feedback by creating issues in [our Github repo](https://github.com/liquid-state/lg-platform-docs).
{% endhint %}

This is the technical documentation for the Liquid Gears Platform which enables the creation of communication solutions that include:

* mobile and web apps
* content management systems
* backend services
* administrative and reporting dashboards
* integration with third-party systems

The Liquid Gears Platform can be used to produce native apps for iOS, Android and Web Apps for desktop browsers.

For more information, please visit <https://liquid-state.com> and <https://liquid-gears.com>


---

# 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.liquid-gears.com/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.
