Documentation

Documentation

Try the install before you touch your siteFor developersPaste your public API key into the installation sandbox, run a test page in the browser, and confirm cobrowsing, masking and blocked elements all behave — nothing is deployed anywhere.Open the sandbox

Common questions

Full FAQ
Does my customer have to download or install anything?

No. Cobrowsing runs in the browser they already have open — no plugin, no extension, no meeting link. The only install is a snippet on your own site.

Web installation
What does installing actually involve?

One script tag in your <head>, the same snippet your dashboard generates. There is no build step and nothing to deploy alongside it.

Implementation overview
Can an agent see passwords or card numbers?

Only if you let them. Add the no-upscope class to any element, or list selectors in your dashboard, and those values are masked before anything leaves the customer's browser — the agent sees the field but never the contents.

Element masking
Can an agent click and type for the customer?

Clicking, scrolling and typing are separate permissions you control, and you can require the customer to approve remote control before it starts. Individual elements can be put out of reach entirely with a single attribute.

Configuration options
How does an agent start a session?

Three ways: from the UserView app by finding the visitor, from a short lookup code the customer reads out, or from a request button you place in your own product.

Initiating a session
Does it work inside a mobile app?

Yes — there are native SDKs for iOS, Android, Flutter and React Native. Native views are captured directly, and WebView content is masked using the same selectors you already use on web.

Mobile SDKs
Can we start sessions from our helpdesk?

Yes — there are integrations for fifteen platforms including Intercom, Zendesk, Salesforce, Front, HelpScout and LiveChat, so an agent can open a session from the conversation they are already in.

All integrations
Can a second agent join a session?

Yes. Send them the page URL and they can join the session, audio included. If the first agent leaves, the session carries on with whoever is still on it — so an escalation does not drop the customer.

Multi-agent sessions
Can we talk to the customer during a session?

Yes, you can start an audio call straight to the customer's browser. It is a useful fallback if a phone call drops, and a natural step up from a live chat conversation.

Audio calls
Can we use our own single sign-on?

Yes, UserView connects to your SAML identity provider so agents sign in with your existing accounts rather than separate credentials.

Connect SAML
Can it run on our own infrastructure?

Yes, there is an on-premise deployment for teams whose data cannot leave their own environment.

On-premise
Can we put the agent view inside our own tool?

Yes — the agent view can be embedded in another page with an iframe, so your team never has to leave the CRM or console they work in.

Embedding the agent view