# Filters

We can apply filters that are more strict than our initial search allowed in the [Filters](https://www.big-brain.co/app/filters) section of the app.&#x20;

## Filters

Separate filters with a comma space between each.&#x20;

### Title Contains

Title Contains requires **at least one of the keywords** to be in the title of the prospect, or they will be removed from the final list.&#x20;

**Example**: ceo, chief executive officer

{% hint style="info" %}
Titles have many variations, so use this filter sparingly when your search by title is narrow to avoid over-filtering your list. Title Not Contains is a better fit for most searches.&#x20;
{% endhint %}

### Title Not Contains

Title Not Contains removes prospects from the final list if any of the keywords are in their title.&#x20;

**Example**: assistant, office of

{% hint style="success" %}
When filtering for the Upwork Auto Apply bot, only use **Title Contains** and **Title Not Contains**. This will apply your keyword filters on both the job title and job description.&#x20;
{% endhint %}

### Company Not Contains

Company Not Contains removes prospects from the final list if any of the keywords are in their company name.&#x20;

**Example**: digital, staffing, agency

### Website Not Contains

Website Not Contains removes prospects from the final list if their domain has any of the keywords listed.&#x20;

**Example**: .edu, .gov, .org

## Global Filters

Global filters are the filters you want to remove from all of your segments. For example, if you don't want to target government organizations, then you could add .gov as a Website Not Contains global filter.&#x20;

<figure><img src="/files/hM7Nb0SxLm0B0YpRBLB4" alt=""><figcaption><p>Global Filters</p></figcaption></figure>

### Email Preference

Select if you would like to prioritize personal or business emails in your search. The data can often have a mix of both. The Data Cleaning app splits business and personal emails into separate columns and creates a best email column that prioritizes your preference, but still returns the other if your preference is not available.&#x20;

### Global

Select title contains, title not contains, company not contains, and website not contains filters that you want applied on all your lists.&#x20;

{% hint style="info" %}
You still have the option in the Data Cleaning app to make an exception to have global filters not apply.&#x20;
{% endhint %}

## Segments

You have the ability to filter different lists different ways.&#x20;

<figure><img src="/files/XkQcX1PGf4fkhSYWfRNd" alt=""><figcaption><p>Segments</p></figcaption></figure>

**Example**:&#x20;

**Segment 1**: Marketing Leaders

**Title Contains**: marketing, digital, advertising

**Title Not Contains:** assistant, intern, recruiter, consult

**Company Not Contains:** consult, staffing, digital, agency

**Website Not Contains:** .edu, .gov, .org

**Segment 2**: Sales Leaders

**Title Contains**: sales, sdr, bdr, development

**Title Not Contains:** assistant, intern, recruiter, consult

**Company Not Contains:** consult, staffing, digital, agency

**Website Not Contains:** .edu, .gov, .org

### Segment

Configure title contains, title not contains, company not contains, and website not contains for different segments.&#x20;

{% hint style="info" %}
You can have up to 3 Segments.
{% endhint %}


---

# Agent Instructions: 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://docs.big-brain.co/apps/data-cleaning/data-cleaning-form/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.
