# Mobile SDK

- [Android](https://docs.conscent.ai/version-1.0/mobile-sdk/android.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.
- [Flutter](https://docs.conscent.ai/version-1.0/mobile-sdk/flutter.md): This is a step-by-step guide to including Conscent.ai Plugin in your app. This plugin is developed in Flutter and supports both Android and IOS Devices.
- [iOS(Swift)](https://docs.conscent.ai/version-1.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.
- [React Native SDK](https://docs.conscent.ai/version-1.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.


---

# 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-1.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.
