# Agent-side overview

> We believe in a seamless co-browsing experience for *both* End-Users and Agents. See below for APIs and guides to implement a highly tailored Agent-side experience.

{% hint style="success" %}
All of our default agent-side UI has the same language support as our web SDK, see the [Web tab on Localization / translation](/sdk-features/customize-the-interface/localization.md) for the full list.
{% endhint %}

{% content-ref url="/pages/-M9\_DnPCcCc1vUfOCC3q" %}
[Platform integrations](/agent-side-integrations/crm-helpdesk-integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9\_DqOkfEXQGsnH1C-T" %}
[Custom integrations](/agent-side-integrations/custom-integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOgbB8EFwQJXijSRMXy" %}
[Agent SDK](/agent-side-integrations/agent-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9oE9bAYjmLWzuI175S" %}
[Authentication (JWTs)](/agent-side-integrations/json-web-tokens-jwts.md)
{% endcontent-ref %}

{% content-ref url="/pages/x5iPbMae21tnoqL016SJ" %}
[Authentication (SAML 2.0)](/agent-side-integrations/authentication-saml-2.0.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M9oE7RIqSE9TFoqPtq3" %}
[IFrame embeds](/agent-side-integrations/custom-iframe-embeds.md)
{% endcontent-ref %}


---

# 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/agent-side-integrations/agent-side-overview.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.
