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

# Using Audience Imports in Cohorts

> How to create Custom Cohorts using external user lists and segments

## Overview

This guide explains how to create Custom Cohorts that incorporate Audience Imports—external user lists or segments from partners or third-party data providers.

<Info>
  **Prerequisites:**

  * Audience Imports configured and actively importing data
  * Access to the Permutive Dashboard with cohort creation permissions
</Info>

## Steps

<Steps>
  <Step title="Verify Audience Import">
    Ensure your Audience Import has been configured and is successfully importing data. Check the import status in the Connectivity section of the Dashboard.
  </Step>

  <Step title="Create new cohort">
    Navigate to *Custom Cohorts* and click *+ Add Cohort*.
  </Step>

  <Step title="Add behavioral rules (optional)">
    Set up any additional first-party or behavioral rules as needed. You can combine Audience Imports with your own data.
  </Step>

  <Step title="Add Audience Import condition">
    Click *+OR* or *+AND* and then select *Audience Imports* from the condition type dropdown.
  </Step>

  <Step title="Select import">
    Select the relevant import from the dropdown list.
  </Step>

  <Step title="Save">
    Calculate the audience size and save the cohort.
  </Step>
</Steps>

<img alt="Creating cohorts with audience imports" classname="block" src="https://mintcdn.com/permutive/oi2rduLeCSwC7cBO/images/products/signals/cohorts/custom/creating-cohort-audience-imports.png?fit=max&auto=format&n=oi2rduLeCSwC7cBO&q=85&s=99128588492f167c2117f0e01a4c0dac" width="2524" height="1080" data-path="images/products/signals/cohorts/custom/creating-cohort-audience-imports.png" />

## Understanding Audience Size for Import Cohorts

When you create a cohort that includes audience import conditions, you may notice that the **Predicted Audience Size (PAS)** is significantly larger than the **Live Audience Size (LAS)** immediately after deployment. This is expected behavior.

**Why this happens:**

* **PAS is a historical estimate.** It is calculated server-side using the past 30 days of data, including imported identifiers resolved against the identity graph. This means PAS can reflect users who have not visited your properties recently.
* **LAS counts only users evaluated since deployment.** LAS is updated periodically (approximately every 4 hours) as users interact with your properties. Imported users must return to your site or app before they can be counted in LAS.
* **No backfill.** LAS does not retroactively count users who qualified before the cohort was deployed. It only counts users going forward from the moment of deployment.
* **Identity resolution is progressive.** For imported users identified by external identifiers (such as hashed emails), the SDK must match the imported identity to a Permutive user ID when the user visits. This matching happens over time as users return.

**What to expect:**

* LAS will start at zero and grow over the first days and weeks as imported users visit your properties.
* The rate of growth depends on your traffic volume and how frequently imported users visit.
* After approximately 30 days, LAS should stabilize and more closely reflect PAS (assuming consistent user behavior).
* LAS may never fully reach PAS, because not all historically qualifying users may return within the cohort's recency window.

<Note>
  If LAS remains at zero for more than 48 hours after deployment, verify that the audience import is active and ingesting data, and that the Permutive SDK is deployed on the properties where imported users are expected to visit. Also check that imported identifiers are correctly mapped and match the identity graph.
</Note>

For a full explanation of Predicted and Live Audience Sizes, see [Custom Cohorts: Audience Size Definitions](/products/signals/cohorts/custom#whats-the-difference-between-predicted-audience-size-and-live-audience-size).

## Use Cases

| Use Case               | Description                                                          |
| :--------------------- | :------------------------------------------------------------------- |
| Second-party data      | Combine partner audience lists with your first-party behavioral data |
| Third-party enrichment | Layer third-party segments onto your audiences                       |
| CRM targeting          | Target users from your CRM exports                                   |
| Lookalike seeding      | Use imported segments as seed audiences for lookalike modeling       |

## Next Steps

<CardGroup cols={2}>
  <Card title="Configure Imports" icon="plug" href="/products/connectivity/imports">
    Set up Audience Imports
  </Card>

  <Card title="Create Basic Cohorts" icon="users" href="/guides/signals/cohorts/custom/creating-custom-cohorts">
    Learn cohort creation fundamentals
  </Card>

  <Card title="Back to Custom Cohorts" icon="arrow-left" href="/products/signals/cohorts/custom">
    Return to product overview
  </Card>
</CardGroup>
