# Sanity CMS + 6sense

A template for adding firmographic personalization on a Sanity project.

By Croct. Categories: integration.

[Source](https://github.com/croct-tech/templates/blob/master/templates/croct/integration/sanity-6sense/)

## Installation

```sh
npx croct@latest use croct://integration/sanity-6sense
```

# Introduction

Looking to personalize your **Sanity-powered site for target accounts** using **6sense data**?

This template combines [Sanity.io](https://www.sanity.io/?utm_source=croct), [Next.js](https://nextjs.org/?utm_source=croct),
and Croct to adapt your content to an account's industry, company size, or buying stage in real time, using the
firmographic data you activate from [6sense](https://6sense.com?utm_source=croct).

It's the fastest way to launch account-based personalization on Sanity Studio with no CMS migration.

> [!TIP Integration]
> Learn more about the Croct + Sanity integration by exploring the [integration page](https://croct.com/integrations/sanity).

Using Croct, you get:

* Firmographic personalization driven by 6sense intent and company data
* Real-time audience evaluation with no extra integration work
* Built-in analytics and Bayesian analysis for every experience
* Seamless compatibility with your existing Sanity schemas

> [!NOTE Forever-free]
> This template is compatible with features available on the forever-free plan.

## Prerequisites

To feed firmographic data into the audience, complete the
[6sense data activation](https://docs.croct.com/immersion/integrations/firmographics/6sense) first. Until data flows
in, visitors keep seeing the default content.

## What's included

Besides the [Sanity integration](http://croct.com/templates/integration/cms/sanity) itself, this template creates a
personalized experience targeting **enterprise financial services** accounts, using the firmographic attributes ingested
from 6sense:

```cql
user's industry is "Financial Services"
and user's employees is "10,000+"
```

As an example, the home hero content adapts to that audience:

* **Default heading:** _Croct + Sanity + Next.js_
* **Personalized heading:** _Built for financial services leaders_

## Usage

Run the following command in an empty directory to create a new example project using this template:

```croct-cmd
croct use croct://integration/sanity-6sense
```
