# SDK Installation

- [Web](https://docs.cobrowse.io/sdk-installation/web.md): Javascript SDK for Web
- [iOS](https://docs.cobrowse.io/sdk-installation/ios.md): iOS Native SDK
- [Android](https://docs.cobrowse.io/sdk-installation/android.md): Android Native SDK, with support for Compose and native webviews
- [React Native](https://docs.cobrowse.io/sdk-installation/react-native.md): React Native SDK
- [Flutter](https://docs.cobrowse.io/sdk-installation/flutter.md): Flutter iOS and Android SDK
- [.NET Mobile](https://docs.cobrowse.io/sdk-installation/dotnet.md): .NET iOS and Android SDK
- [macOS](https://docs.cobrowse.io/sdk-installation/macos.md): MacOS SDK for native desktop applications
- [Windows](https://docs.cobrowse.io/sdk-installation/windows.md): Windows SDK for native desktop applications


---

# 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.cobrowse.io/sdk-installation.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.
