# Whereby for Mobile Development

- [Whereby for iOS](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios.md): You can add Whereby to your iOS app with a native SDK or a WebView approach, depending on how much control you need.
- [Whereby Native iOS SDK](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios/using-wherebys-native-sdk.md)
- [Using a WKWebView](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-ios/in-ios-apps.md)
- [Whereby for Android](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android.md): Bring video calling to your Android app using Whereby’s native SDK or a WebView-based setup.
- [Whereby Android SDK](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android/using-wherebys-native-sdk.md)
- [Using a WebView](https://docs.whereby.com/whereby-for-mobile-development/whereby-for-android/in-android-apps.md)
- [Whereby in React Native](https://docs.whereby.com/whereby-for-mobile-development/in-react-native.md): If you're building with React Native, you can integrate Whereby using either our SDK or a WebView-based approach, depending on your needs.
- [Whereby React Native SDK](https://docs.whereby.com/whereby-for-mobile-development/in-react-native/quick-start.md)
- [Using a WebView](https://docs.whereby.com/whereby-for-mobile-development/in-react-native/in-react-native.md): If you’re using React Native CLI, you can embed Whereby rooms with just a few simple steps as laid out in this guide.
- [Whereby with Flutter](https://docs.whereby.com/whereby-for-mobile-development/in-flutter.md): Flutter is Google's free and open-source UI framework for creating natively compiled cross-platform mobile apps.


---

# 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.whereby.com/whereby-for-mobile-development.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.
