# Mobile SDKs

#### Android SDK

The Klasha Android SDK allows businesses to use Klasha to collect payments within their Android app. Find detailed information on how to integrate Klasha into your Android app [here](https://github.com/klasha-apps/klasha-android).

#### iOS SDK

The Klasha iOS SDK allows businesses to use Klasha to collect payments within their iOS app. Detailed information on how to integrate Klasha into your iOS app can be found in the following resources:

* [Github](https://github.com/klasha-apps/ios)
* [CocoaPods](https://cocoapods.org/pods/klashapay)

#### Flutter SDK

The Klasha Flutter SDK allows businesses to use Klasha to collect payments within their Flutter app. Detailed information on how to integrate Klasha into your website can be found in the following resources:

* [Github](https://github.com/klasha-apps/klasha-flutter)
* [pub.dev](https://pub.dev/packages/klasha_flutter_checkout)

#### Ionic SDK

The Klasha Ionic SDK allows businesses to use Klasha to collect payments within their Ionic app. Detailed information on how to integrate Klasha into your website can be found in the following resources:

* [Github](https://github.com/dansteve/angular-klasha)
* [NPM](https://www.npmjs.com/package/angular-klasha)

**React Native SDK**

The Klasha React Native SDK allows businesses to use Klasha to collect payments within their app. Detailed information on how to integrate Klasha into your website can be found in the following resources:

* [Github](https://github.com/dansteve/react-native-klasha-webview)
* [NPM](https://www.npmjs.com/package/react-native-klasha-webview)


---

# 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://developers.klasha.com/plugins-and-sdks/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.
