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

# Create audiences

> Segment your contacts to send the right email to the right people. Describe the audience in plain English or build filters by hand.

<video src="https://0edx89zhjrasqnjf.public.blob.vercel-storage.com/docs/audience-creation.webm" className="w-full aspect-video rounded-xl" autoPlay loop muted playsInline />

Audiences are saved segments of your contacts. Use them to target specific groups when sending campaigns or starting automations.

## Two ways to create an audience

<Steps>
  <Step title="Define the audience">
    <Tabs>
      <Tab title="Create with AI">
        On the Audience page, describe what you want in the AI prompt box. Brew generates the filters and a descriptive name automatically.

        Examples:

        > *Customers who signed up in the last 30 days but haven't opened any emails yet.*

        > *Contacts who clicked our product launch email and visited our pricing page.*

        > *Enterprise customers who have been subscribers for more than 6 months.*

        Review the generated filters and name, adjust anything before saving.
      </Tab>

      <Tab title="Build by hand">
        1. Click **Create Audience** at the top of the Audience page
        2. Add filters one at a time:
           * Pick a property or behavior
           * Choose an operator (`equals`, `contains`, `before`, `after`, `greater than`, etc.)
           * Enter the value
        3. Combine filters with **AND** or **OR**

        Available filter dimensions:

        **Contact properties**

        * Email domain
        * Location
        * Custom properties

        **Email engagement**

        * Opens (did open / didn't open)
        * Clicks (did click / didn't click)
        * Sent (was sent / wasn't sent)

        **Subscription status**

        * Subscribed / unsubscribed
      </Tab>
    </Tabs>
  </Step>

  <Step title="Review who matches">
    Brew shows the filters that define your audience plus a preview of matching contacts and the total count.
  </Step>

  <Step title="Name and save">
    Edit the AI-generated name (or write one yourself) and click **Save Audience**. The audience is now available when sending campaigns or starting automations.
  </Step>
</Steps>

## Using saved audiences

Saved audiences appear in two places:

1. **The Audience page.** Click the chip showing the selected audience to switch between saved ones
2. **The send dialog.** When sending a campaign or starting an automation, pick a saved audience as the recipients

For any selected audience, you can:

* **Download as CSV.** Export the matching contacts
* **Delete audience.** Remove the audience definition (your contacts stay; just the saved filter is removed)

<Warning>
  Deleting an audience is permanent. The filter and configuration are gone. Your contacts aren't affected.
</Warning>

<Info>
  **Audiences are dynamic.** Brew stores the filter criteria, not a frozen list of contacts. As contacts are added, updated, or change engagement, they automatically enter or leave audiences based on the filters.
</Info>

## Common audience patterns

<AccordionGroup>
  <Accordion title="Engagement-based" icon="chart-line">
    * **Highly engaged.** Opened or clicked in the last 30 days
    * **Moderately engaged.** Opened or clicked in the last 90 days
    * **At risk.** No opens in the last 60 days but previously active
    * **Inactive.** No engagement in 90+ days
  </Accordion>

  <Accordion title="Behavioral" icon="user-gear">
    * **Power users.** Used a specific feature more than X times
    * **Recent buyers.** Purchased in the last 30 days
    * **Cart abandoners.** Started checkout but didn't complete
    * **High-value.** Total spend above a threshold
  </Accordion>

  <Accordion title="Demographic" icon="users">
    * **By role.** Group by job title or department
    * **By industry.** Target specific verticals
    * **By company size.** Small business vs enterprise
    * **By geography.** Region or country
  </Accordion>

  <Accordion title="Lifecycle" icon="road">
    * **New subscribers.** Joined in the last 7 days
    * **Trial users.** Currently in trial
    * **Recent converters.** New paying customers
    * **Long-term customers.** Subscribed 6+ months
  </Accordion>
</AccordionGroup>

## Best practices

<CardGroup cols="2">
  <Card title="Start with engagement tiers" icon="layer-group" color="#c44925">
    Build basic engagement segments (highly engaged, moderately engaged, dormant) before getting fancy.
  </Card>

  <Card title="Use descriptive names" icon="tag" color="#c44925">
    Name audiences so your team understands their purpose. *Active Enterprise Prospects Q2* beats *Audience 7*.
  </Card>

  <Card title="Smaller is better" icon="users-viewfinder" color="#c44925">
    Targeted audiences usually outperform broad sends. Specific resonates.
  </Card>

  <Card title="Test before scaling" icon="flask" color="#c44925">
    Validate messaging with a small audience before sending to a large one.
  </Card>
</CardGroup>

## Need Help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

<Tabs>
  <Tab title="Self-Service Tools">
    <CardGroup cols="2">
      <Card title="Search Documentation" icon="magnifying-glass" color="#c44925">
        Type in the "Ask any question" search bar at the top left to instantly find relevant documentation pages.
      </Card>

      <Card title="ChatGPT/Claude Integration" icon="robot" color="#c44925">
        Click "Open in ChatGPT" at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Talk to Our Team">
    <CardGroup cols="2">
      <Card title="Schedule a Call" icon="calendar" color="#c44925" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1iYoRUG1J792XQpbuQLjSRRDupr7MwraFK-HQRCtTYdBmrQi8nZu2qXfzKQigb8gbKJK3KN3-R">
        Book time with our founders for personalized guidance on strategy, best practices, or complex implementation questions.
      </Card>

      <Card title="Call Us Directly" icon="phone" color="#c44925">
        Need immediate assistance? Reach us at **+1-(332)-203-2145** for urgent issues or time-sensitive questions.
      </Card>

      <Card title="Slack Channel" icon="slack" color="#c44925">
        Our preferred support channel. You'll receive an invite after signup for direct founder support and fast responses.
      </Card>

      <Card title="Email Support" icon="envelope" color="#c44925" href="mailto:support@brew.new">
        Contact us at **[support@brew.new](mailto:support@brew.new)** for detailed inquiries or if you prefer not to use Slack.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
