# Segmented AB test

A segmented experiment for new users.

By Croct. Categories: use-case.

[Source](https://github.com/croct-tech/templates/blob/master/templates/croct/experiment/segmented/)

## Installation

```sh
npx croct@latest use croct://experiment/segmented
```

# Introduction

This template creates a segmented experiment for new users who browse the website and splits them into two variants,
each with 50% of the traffic.

## What's included

This experience includes 2 components, a slot for a home hero section, an experiment with 2 variants (50/50 split), and
the following audience:

```cql
user is not returning
```

## Usage

To create a new experience using this template, run:

```croct-cmd
croct use croct://experiment/segmented
```
