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

# Audiences

> Create and manage broadcast audiences with static lists and dynamic filters to target the right customers.

<img src="https://mintcdn.com/thena-840ce5ec/I5suMbd3y55ujZqJ/images/docs/BroadcastAudiences.webp?fit=max&auto=format&n=I5suMbd3y55ujZqJ&q=85&s=a9560ee41d93dfac6a1b5ec04de31278" alt="Audience management in Thena" className="rounded-lg" width="7680" height="4800" data-path="images/docs/BroadcastAudiences.webp" />

## 👥 What are broadcast audiences?

Broadcast audiences define who receives your communication campaigns. They act as reusable recipient lists that can be applied to multiple broadcasts, ensuring consistent targeting and efficient campaign management. Once you've created your audiences, you can use them in your [broadcast campaigns](/guides/broadcasts/overview) and track their performance with [detailed analytics](/guides/broadcasts/analytics).

Thena supports two powerful audience types:

* **Static audiences**: Fixed lists of specific contacts and channels you manually select
* **Dynamic audiences**: Automatically updating lists based on filter criteria that evolve with your customer data

<Tip>
  Create multiple audiences for different customer segments (e.g., "Enterprise Customers," "Beta Users," "Support Team") to streamline your broadcast targeting.
</Tip>

## 📋 Creating audiences

### How to create static audiences?

<Steps>
  <Step title="Start creating an audience">
    Navigate to [Audiences](https://dashboard.thena.ai/broadcasts/audiences) in the left navbar and click "+ Create audience" to start the audience creation process.
  </Step>

  <Step title="Enter basic information">
    Enter the name of the audience list and then a description (optional).
  </Step>

  <Step title="Choose audience type">
    Select "Static list" as the audience type.
  </Step>

  <Step title="Select contacts">
    Browse your contact database using search and filters to find specific customers, then select them using bulk selection controls.
  </Step>

  <Step title="Review and create">
    Review your selected contacts in the preview, then click "Create audience" to save your static list.
  </Step>
</Steps>

<Note>
  We automatically add the Slack channels that the contact is associated with. If you want to select more Slack channels, you can select the Slack tab and choose them manually.
</Note>

### How to create dynamic audiences?

<Steps>
  <Step title="Start creating an audience">
    Navigate to Audiences in the left navbar and click "+ Create audience" to start the audience creation process.
  </Step>

  <Step title="Enter basic information">
    Enter the name of the audience list and then a description (optional).
  </Step>

  <Step title="Choose audience type">
    Select "Dynamic list" as the audience type.
  </Step>

  <Step title="Build filter conditions">
    Create filter conditions using contact properties, account data, or custom fields with operators like "is", "contains", or "is in".
  </Step>

  <Step title="Combine conditions">
    Use AND/OR logic to combine multiple conditions for precise targeting rules.
  </Step>

  <Step title="Preview and create">
    Preview the matching contacts and channels, then click "Create audience" to save your dynamic filter-based list.
  </Step>
</Steps>

<Note>
  Dynamic audiences automatically include Slack channels associated with contacts that match your filter criteria. The audience will update automatically as your contact data changes.
</Note>

## 🔧 Audience management

### Audience dashboard

The audience management interface provides comprehensive control over your recipient lists:

<CardGroup cols={2}>
  <Card title="Audience overview" icon="list">
    View all created audiences with names, types, and recipient counts
  </Card>

  <Card title="Quick actions" icon="bolt">
    Edit or delete audiences directly from the list view
  </Card>

  <Card title="Contacts tracking" icon="chart-bar">
    See how many Slack channels and contacts each list contains
  </Card>

  <Card title="Search and filter" icon="magnifying-glass">
    Search and filter using audience list type and name
  </Card>
</CardGroup>
