# Mobile SDK Setup

Setting up mobile push notifications requires different procedures depending on the platform, and it can be a complex process.&#x20;

See below to simplify the process and easily get started with FlareLane mobile push notifications.&#x20;

## Sections

{% content-ref url="/pages/DwjHFBgYBLPMpi2anqaK" %}
[Android SDK Setup](/guide-for-developers/mobile-sdk-setup/android-sdk-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/KgXUT880yBlcsRoGKpCk" %}
[iOS SDK Setup](/guide-for-developers/mobile-sdk-setup/ios-sdk-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/KahEqC1T5pqI3bSS1SDp" %}
[React Native SDK Setup](/guide-for-developers/mobile-sdk-setup/react-native-sdk-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/A5D3JBIET47MMw7NNd7b" %}
[Flutter SDK Setup](/guide-for-developers/mobile-sdk-setup/flutter-sdk-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/99cKESSvpvk1nNu48XTm" %}
[Additional Setup](/guide-for-developers/mobile-sdk-setup/additional-setup.md)
{% endcontent-ref %}


---

# 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://guide.flarelane.com/guide-for-developers/mobile-sdk-setup.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.
