# Custom integrations

Rather than accessing Cobrowse.io via our website, many of our customers integrate the agent-side UI directly into their own applications.

We provide a variety of resources to make this as easy as possible, including:

* [Agent SDK](https://docs.cobrowse.io/agent-side-integrations/agent-sdk) (client-side JavaScript SDK)
* [Agent UI component library](https://docs.cobrowse.io/agent-side-integrations/agent-sdk) (written in React)
* [Authentication (JWTs) ](https://docs.cobrowse.io/agent-side-integrations/json-web-tokens-jwts)(automatic authentication and permission scoping)
* [IFrame embeds](https://docs.cobrowse.io/agent-side-integrations/custom-iframe-embeds) (eg. to embed the entire Cobrowse.io dashboard)

Using a combination of these resources, Cobrowse.io can be seamlessly integrated as a white-labeled feature into your own products and services.

After your initial Cobrowse account setup, there's no need to register each individual user to your Cobrowse account - this is all done automatically through use of [JWTs](https://docs.cobrowse.io/agent-side-integrations/json-web-tokens-jwts).


---

# 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/custom-integrations.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.
