# Mobile SDKs

## Overview&#x20;

Pylon's mobile SDKs allow you to embed the chat widget directly in your mobile app, providing users with in-app support without leaving your application.

### Supported Platforms

* **iOS** - Native Swift SDK for iPhone and iPad apps
* **Android** - Native Kotlin SDK for Android devices
* **React Native** - Cross-platform SDK for React Native applications

### Setup

To integrate a mobile SDK:

1. Get your App ID from the [Chat Widget](https://app.usepylon.com/settings/chat-widget) settings
2. Follow the installation instructions for your platform in the GitHub repository
3. Initialize the SDK with your App ID
4. Set user information when a user logs in
5. Add the chat view to your app's UI

For detailed installation instructions and API documentation, visit the GitHub repository for your platform:

* [iOS SDK Documentation](https://github.com/pylon-labs/sdk-mobile/blob/main/ios/README.md)
* [Android SDK Documentation](https://github.com/pylon-labs/sdk-mobile/blob/main/android/README.md)
* [React Native SDK Documentation](https://github.com/pylon-labs/sdk-mobile/blob/main/react-native/README.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://docs.usepylon.com/pylon-docs/chat-widget/mobile-sdks.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.
