# Integration Guide

- [Mobile SDK integration](https://docs.saleassist.ai/integration-guide/mobile-sdk-integration.md)
- [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.
- [User Experience](https://docs.saleassist.ai/integration-guide/user-experience.md): This is the lead capturing form where you can allow trigger messages or make alterations to  time. You can also recast the welcome message from here.
- [Agent Mapping](https://docs.saleassist.ai/integration-guide/agent-mapping.md): Your working hours, working days, and break times can all be changed from here.  You must invite agents to your organization before adding any to the call-answering team.
- [Nudges](https://docs.saleassist.ai/integration-guide/nudges.md): Nudges are the pop ups that will appear on your website, by permitting them you can add your own discount coupons or any information or guidance that you want to post.
- [Agent Feedback](https://docs.saleassist.ai/integration-guide/agent-feedback.md): This is the feedback form from the agent side to fill in some checklist to update customer’s behaviour and interest to inquire about next time accordingly.
- [AI Chat (Add Context)](https://docs.saleassist.ai/integration-guide/ai-chat-add-context.md)
- [API Integration](https://docs.saleassist.ai/integration-guide/api-integration.md)
- [Webhook Integration](https://docs.saleassist.ai/integration-guide/webhook-integration.md): SaleAssist Webhook integration
- [FAQ & Troubleshooting](https://docs.saleassist.ai/integration-guide/faq-and-troubleshooting.md)
- [Lead Management](https://docs.saleassist.ai/integration-guide/lead-management.md): Leads Traceability
- [Task Management](https://docs.saleassist.ai/integration-guide/task-management.md): Add Task Feature
- [SaleAssist Whatsapp Feature](https://docs.saleassist.ai/integration-guide/saleassist-whatsapp-feature.md)
- [Anonymous User Tracking - StrikeX Events](https://docs.saleassist.ai/integration-guide/anonymous-user-tracking-strikex-events.md)
- [Sales/Conversion Tracking - Widget](https://docs.saleassist.ai/integration-guide/sales-conversion-tracking-widget.md): Track User Journey along with Conversions on your website.
- [Sales/Conversion Tracking - Video Tiles](https://docs.saleassist.ai/integration-guide/sales-conversion-tracking-video-tiles.md): Track User Journey along with Conversions on your website via SaleAssist Video Tiles.
- [Integrate meetings lite dashboard](https://docs.saleassist.ai/integration-guide/integrate-meetings-lite-dashboard.md): Document to integrate meetings lite dashboard
- [Wix - Integration steps](https://docs.saleassist.ai/integration-guide/wix-integration-steps.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.saleassist.ai/integration-guide.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.
