# Mobile SDK

- [iOS(Swift)](https://docs.conscent.ai/version-2.0/mobile-sdk/ios-swift.md): This guide provides step-by-step instructions on how to include the Conscent.ai Plugin in your iOS app. The Conscent.ai Plugin is developed in swift Language.
- [In-App Purchases with Conscent](https://docs.conscent.ai/version-2.0/mobile-sdk/ios-swift/in-app-purchases-with-conscent.md): This guide helps you integrate Apple In-App Purchases (IAP) with the Conscent Gateway.
- [Android SDK](https://docs.conscent.ai/version-2.0/mobile-sdk/android-sdk.md): This is a step by step guide to include Conscent.ai Plugin in your app. This plugin is developed in Kotlin and supports both Java and Kotlin languages.
- [React Native SDK](https://docs.conscent.ai/version-2.0/mobile-sdk/react-native-sdk.md): This is a step-by-step guide to include Conscent.ai package in your app. This package is developed in TypeScript and JavaScript.
- [Google In-App Purchases with Conscent](https://docs.conscent.ai/version-2.0/mobile-sdk/google-in-app-purchases-with-conscent.md): To enable the Google Play Android Developer API and the Google Play Developer Reporting API for your Google Cloud project, follow the steps outlined below:
- [Apple In-App Purchases with Conscent](https://docs.conscent.ai/version-2.0/mobile-sdk/apple-in-app-purchases-with-conscent.md): This guide helps you integrate Apple In-App Purchases (IAP) with the Conscent Gateway.


---

# 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.conscent.ai/version-2.0/mobile-sdk.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.
