# Flutter Quick Start

{% hint style="success" %}

#### Platform requirements

The Sentiance Plugin works on

* sdk: >=3.1.5 <4.0.0
* flutter: '>=3.3.0

Please check the [iOS](/a-complete-integration/ios-sdk.md) and [Android](/a-complete-integration/android-sdk.md) pages as well for platform specific requirements.
{% endhint %}

If you want to get started quickly, you can check out our [sample application](https://github.com/sentiance/sample-apps-flutter). If you prefer to manually integrate the SDK in your existing app, read on.


---

# 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.sentiance.com/a-complete-integration/flutter-quick-start.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.
