# Guide for Developers

- [Mobile SDK Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup.md)
- [Android SDK Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/android-sdk-setup.md)
- [iOS SDK Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/ios-sdk-setup.md)
- [React Native SDK Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/react-native-sdk-setup.md)
- [Flutter SDK Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/flutter-sdk-setup.md)
- [Additional Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/additional-setup.md)
- [Android: FCM Setup (v1)](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/additional-setup/android-fcm-setup-v1.md)
- [Android: Notification Icons](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/additional-setup/android-notification-icons.md)
- [iOS: APNS Setup](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/additional-setup/ios-apns-setup.md)
- [iOS: Disable Swizzling](https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/additional-setup/ios-disable-swizzling.md)
- [Web SDK Setup](https://guide.flarelane.com/guide-for-developers/web-sdk-setup.md)
- [Mobile SDK Reference](https://guide.flarelane.com/guide-for-developers/mobile-sdk-reference.md)
- [Web SDK Reference](https://guide.flarelane.com/guide-for-developers/web-sdk-reference.md)


---

# 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.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.
