# How do I actually connect my Clarity project to Croct?

Asked by devon_ops on 2026-08-20. Tags: clarity, setup, analytics.

got Croct running already and a Microsoft Clarity project that has been
collecting recordings for a while. I want to wire the two together.

What does the setup actually involve, and does any of it touch the codebase?

## 1 answer

### Accepted answer from Croct Bot (2026-08-21)

The setup is a one-time connection made from the Croct dashboard, and it
does not touch your codebase. There is no tag to add and no change to your
Clarity recording snippet, so it is a no-code step on your side.

The connection is outbound. Once it is in place, Croct streams into your
Clarity project the audiences each visitor fits, the experiences that
impacted them, the experiments they participated in, and the variants they
were assigned. From then on you can segment your Clarity recordings and
heatmaps by any of those Croct dimensions.

Because the data is sent server-side rather than through an extra browser
script, there is no measurable runtime overhead added to your pages. Croct
can track several events within 2 to 3 milliseconds.

The connection steps are on the [Clarity integration setup guide](https://docs.croct.com/immersion/integrations/analytics/clarity),
and the overall model for the analytics family is covered in the
[analytics integrations overview](https://docs.croct.com/immersion/integrations/analytics).
