# Search & Filtering

Bullseye provides search and filtering to help you find specific visitors and narrow lists by criteria. Use these tools on the Visitors list, Company visitors, and other views to focus on the prospects that matter.

## Search

Use the search bar to find visitors by:

* **Name** — First or last name
* **Work email** — Email address
* **Company** — Company name

Search matches partial text, so you can type "acme" to find visitors from Acme Corp or "jane" to find visitors named Jane.

## Filter Options

Apply filters to narrow the visitor set:

| Filter             | Description                                               |
| ------------------ | --------------------------------------------------------- |
| **Name**           | Match by first or last name                               |
| **Work email**     | Match by email address                                    |
| **Company**        | Match by company name                                     |
| **Domain visited** | Website domain the visitor came from or was identified on |
| **Page path**      | URL path of pages visited (e.g., /pricing, /features)     |
| **Industry**       | Company industry                                          |
| **Employee count** | Company size range (1-10, 11-50, 51-200, etc.)            |
| **Visit count**    | Minimum or maximum number of visits                       |
| **ICP fit score**  | Minimum or maximum ICP score                              |
| **Persona fit**    | Match by persona (when personas are configured)           |

Filters can be combined. For example, you can show visitors from companies with 51-200 employees who have visited the pricing page and have an ICP score of 70 or higher.

## Filter Tabs

Some views offer quick filter tabs (e.g., "All," "ICP Matches," "New This Week") for common segments. Click a tab to apply that filter set instantly.

## Using Filters with Other Features

* **Lists** — Use the same filter logic to build [Lists](/platform/lists.md)
* **CSV Export** — Apply filters, then [export](/platform/csv-export.md) the filtered set
* **Lead Routing** — Routing rules use similar criteria to filter and direct leads


---

# 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.bullseye.so/platform/search-and-filtering.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.
