--- title: Userlens - Destination --- [Userlens](https://userlens.io/) is your AI CSM twin that spot churn risks, and preps your client meetings & QBRs exactly how you would do it. Userlens combines quantitative data from segment, posthog, etc and qualitative feedback from Intercom, Pylon etc to give you a full picture of how your users are using your products and features. This destination is maintained by Userlens. For any issues with the destination, [contact the Userlens Support team](mailto:ankur@userlens.io). ## Getting started 1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog) search for "". 2. Select and click **Add Destination**. 3. Select an existing Source to connect to . 4. Go to the [ settings](https://app.userlens.io/settings?tab=integrations&subtab=SEGMENT), find and copy the **API key**. 5. Enter the **API Key** in the destination settings in Segment. ## Supported methods Userlens supports the following methods, as specified in the [Segment Spec](https://segment.com/docs/connections/spec). ### Identify Send [Identify](https://segment.com/docs/connections/spec/identify) calls to Identify users in Userlens. For example: ```js analytics.identify('userId123', { email: 'john.doe@example.com' }); ``` Segment sends Identify calls to Userlens as an `identify` event. ### Track Send [Track](https://segment.com/docs/connections/spec/track) calls to add events in Userlens. For example: ```js analytics.track('Login Button Clicked') ``` Segment sends Track calls to Userlens as a `track` event.