> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firsttouch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Conditional Split

> Route contacts down different paths based on rules.

**Conditional Split** lets you branch a flow based on contact, company, or CRM data.

## How it Works

When a contact reaches the split:

* **Yes** follows the matching branch.
* **No** follows the alternate branch.

## Supported Conditions

Use comparisons such as:

* **Equal**
* **Not Equal**
* **Greater Than**
* **Less Than**
* **Contains**
* **Not Contains**

## Common Use Cases

<CardGroup cols={1}>
  <Card title="Lead Score Routing" icon="chart-line-up" color="#3c5d29">
    Route higher-fit contacts into a more targeted path.
  </Card>

  <Card title="Job Title Segmentation" icon="id-card" color="#3c5d29">
    Use different messaging for different personas.
  </Card>

  <Card title="Technographic" icon="server" color="#3c5d29">
    Split based on tools, systems, or other CRM properties.
  </Card>
</CardGroup>

## Limits

You can add up to **10 conditional splits** in a single flow.
