> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/guides/contacts-lists/how-to-build-contact-filters.md).

# How to build and use Contact Filters

Filters let you segment contacts by any criteria you set up, from broad groups to highly specific selections.

This article walks through the filter builder, shows a few example filters, and covers the actions you can take on a selection of contacts.

{% hint style="info" %}
The filter builder is also used inside Journeys, Lead Streams, and lead scoring rules — typically with a slightly smaller set of options. Understanding it here gives you a solid foundation for working effectively with eMarketeer's automated sequences ([Journeys](/guides/journeys.md)) and lead qualification tools ([Lead Streams](/guides/lead-board-scoring/lead-streams.md), [Lead scoring](/guides/lead-board-scoring/how-lead-scoring-works-in-emarketeer.md)).
{% endhint %}

## Get to know the filter builder

In eMarketeer, click the "contacts" tab. This is where you work with and get to know your contacts. To segment or build a selection, click the "filter" tab on the right-hand side, just above the contact list. A web panel opens — this is where you build filters and find the ones you have saved.

<div align="left" data-with-frame="true"><img src="/files/LGvZD8PH8PZ0M9O4UbRT" alt="The filter panel in eMarketeer."></div>

The first drop-down lists every category you can filter on:

* Contact fields (any information on the contact card)
* Marketing engagement
* Delivery
* Dates
* Consent
* Subscription categories
* Contact lists

<div align="left" data-with-frame="true"><img src="/files/MtuigVWzF4YvQtGP93gn" alt="The filter category drop-down."></div>

## Build a filter

To build a filter, pick the category and then a suitable operator — for example, "equals" or "doesn't equal." The operators available depend on the category.

For a simple example, segment contacts by country:

1. In the first drop-down, choose Contact fields -> country.

<div align="left" data-with-frame="true"><img src="/files/0eJHqoQhgXUjPFWwtFu2" alt="Adding the country field to a filter."></div>

2. In the operator drop-down, choose "equals."

<div align="left" data-with-frame="true"><img src="/files/wUWvUS9YYVWUs5Dzbxxr" alt="Setting the equals operator on the country filter."></div>

3. In the third field, type the country.

<div align="left" data-with-frame="true"><img src="/files/q1t0oPXb30CAQEN2ySdQ" alt="Typing the country value."></div>

4. Click "apply." You now see all contacts that match the filter.

## Make a filter more specific by adding criteria

To narrow a filter, add more criteria. After the first one, click "and" or "or" to add another.

* AND: the contact must match both criteria.

<div align="left" data-with-frame="true"><img src="/files/6rXpcxLNsHxQRMXjfYOg" alt="A filter using the AND operator."></div>

* OR: the contact must match one of the criteria.

<div align="left" data-with-frame="true"><img src="/files/JLuyH7QovKBEB79gn3Lx" alt="A filter using the OR operator."></div>

You can add as many criteria as you like and mix AND and OR in the same filter.

## Filter on engagement

The engagement category is worth highlighting. You can filter contacts by how they engaged with your marketing — for example, whether they filled out a specific form, clicked a link in an email, or visited a page on your website. This is useful for grouping contacts who have shown enough interest to be passed to sales, or for sending follow-up content based on activity.

## Save filters

Save a filter to come back to it quickly. Saved filters are not personal — every user on your account can see them. You find saved filters in the same panel as the filter builder. You can also mark a filter as a favorite to pin it to the left-hand menu.

## What you can do with your selection of contacts

### Bulk actions

Several bulk actions let you update every contact in the filter at once. You can update legal basis, change subscriptions, add the contacts to a campaign or an email list, and more.

### Set the filter as a recipient

To send to the contacts in a filter:

1. Go to the send-out options for your email, where you add recipients.
2. Choose "eMarketeer contact data base."
3. Click "contact filter."
4. In the drop-down, choose the filter you want to send to. The filter must be saved to appear here.

Every contact that matches the filter at send time receives the email.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.emarketeer.com/guides/contacts-lists/how-to-build-contact-filters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
