# Getting started

To use Cobrowse in your own app or website, you'll need to add the Cobrowse.io SDK for each platform you want to support. We've made this as simple as possible, with just a few lines of code.

Once each SDK is added to your app, authenticated agents can connect to user devices entirely through their web browser - no installs or plugins needed. Cobrowse also integrates seamlessly with tools like [Intercom](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/intercom), [Zendesk](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/zendesk), [Talkdesk](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/talkdesk), [Salesforce](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/salesforce), [Genesys](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/genesys), [Freshdesk](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/freshdesk), [Dynamic 365](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/microsoft-dynamics-365), [Five9](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/five9), [ServiceNow](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/servicenow), [Amazon Connect](https://docs.cobrowse.io/agent-side-integrations/crm-helpdesk-integrations/amazon-connect), or with your own custom CRM, CX platform, or agent desktop using [IFrames](https://docs.cobrowse.io/agent-side-integrations/custom-iframe-embeds) or our [Agent SDK](https://docs.cobrowse.io/agent-side-integrations/agent-sdk).

{% hint style="info" %}
Register a free account for development and testing at <https://cobrowse.io/register>
{% endhint %}

{% content-ref url="sdk-installation/web" %}
[web](https://docs.cobrowse.io/sdk-installation/web)
{% endcontent-ref %}

{% content-ref url="sdk-installation/ios" %}
[ios](https://docs.cobrowse.io/sdk-installation/ios)
{% endcontent-ref %}

{% content-ref url="sdk-installation/android" %}
[android](https://docs.cobrowse.io/sdk-installation/android)
{% endcontent-ref %}

{% content-ref url="sdk-installation/react-native" %}
[react-native](https://docs.cobrowse.io/sdk-installation/react-native)
{% endcontent-ref %}

{% content-ref url="sdk-installation/flutter" %}
[flutter](https://docs.cobrowse.io/sdk-installation/flutter)
{% endcontent-ref %}

{% content-ref url="sdk-installation/dotnet" %}
[dotnet](https://docs.cobrowse.io/sdk-installation/dotnet)
{% endcontent-ref %}

{% content-ref url="sdk-installation/macos" %}
[macos](https://docs.cobrowse.io/sdk-installation/macos)
{% endcontent-ref %}

{% content-ref url="sdk-installation/windows" %}
[windows](https://docs.cobrowse.io/sdk-installation/windows)
{% endcontent-ref %}

Cobrowse offers fully supported and free technical proof-of-concepts (PoCs) for your business’s complete evaluation.

Try our **online demo** at <https://cobrowse.io/demo>.

{% hint style="success" %}
Any questions at all? Please email us at <hello@cobrowse.io>.
{% endhint %}


---

# 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/readme.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.
