# Whereby in React Native

### Choose your approach

{% columns %}
{% column %}
**🚀 React Native SDK**

Recommended if you want the fastest path to a native integration.

**→** [Start with the React Native SDK](https://docs.whereby.com/whereby-for-mobile-development/in-react-native/quick-start)
{% endcolumn %}

{% column %}
**🔧 WebView**

Best if your app already uses WebView or you want more manual control.

**→** [Use the WebView approach](https://docs.whereby.com/whereby-for-mobile-development/in-react-native/in-react-native)
{% endcolumn %}
{% endcolumns %}

***

### Compare the options

* The **SDK** is the quickest way to get started and handles more set up for you.
* The **WebView** approach offers more flexibility if you already rely on WebView in your app.
* **Both** **options** support customization depending on your use case.


---

# 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/in-react-native.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.
