# Mobile SDK integration

- [Cobrowse - Flutter SDK](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/cobrowse-flutter-sdk.md): Flutter iOS and Android SDK
- [React Native SDK](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/react-native-sdk.md): This document assumes that you understand the basic terms of React Native App development
- [IOS SDK](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/ios-sdk.md): This document assumes that you understand the basic terms of IOS app development
- [Android SDK](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/android-sdk.md): This document assumes that you understand the basic terms of Android app development in Kotlin language
- [How to delete my account?](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/how-to-delete-my-account.md): Below are the steps to explain if someone wants to delete their account on SaleAssist App.
- [Cobrowse - Android SDK](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/cobrowse-android-sdk.md): Cobrowse - Android Native SDK
- [Cobrowse - IOS SDK](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/cobrowse-ios-sdk.md): iOS SDK
- [Identify your devices for Cobrowse](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/identify-your-devices-for-cobrowse.md): Effortlessly identify, search, and filter devices on your dashboard by specifying custom key/value pairs as metadata.
- [Use 6-digit codes](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/use-6-digit-codes.md): Cobrowse does not require any visible UI presented to the user but there is the option to present a UI that generates a 6-digit code. Learn more.
- [Redact sensitive data](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/redact-sensitive-data.md): Ensure secure remote screen viewing using the redaction API to automatically block sensitive data such as credit card details, social security numbers and more.
- [Start and Stop Cobrowsing](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/start-and-stop-cobrowsing.md)
- [Listening for events](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration/listening-for-events.md): Learn how to listen to the various events that the Cobrowse SDKs exposes to hook in to the lifecycle of a Cobrowse session.


---

# 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.saleassist.ai/integration-guide/mobile-sdk-integration.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.
