# Lists

Lists let you organize identified visitors into groups for targeted outreach, CRM sync, and reporting. Create lists manually, build them from filters, or use auto-update rules to keep them current.

## Creating Lists

You can create lists in several ways:

* **Manual** — Add visitors one by one
* **Filter-based** — Define criteria (ICP fit, company size, industry, visit count, etc.) and Bullseye populates the list with matching visitors
* **Import** — Import visitors from a CSV (when supported)

## Auto-Update Lists

For filter-based lists, enable auto-update so the list stays current. When new visitors match your criteria, they are added automatically. When existing visitors no longer match, they are removed. This keeps your lists aligned with your ICP and engagement without manual maintenance.

## Connecting to Integrations

Lists can connect to your CRM and marketing tools:

* **HubSpot** — Sync lists to HubSpot static or active lists
* **Salesforce** — Sync to Salesforce campaigns or reports
* **Other integrations** — Use webhooks or the API to push list changes to external systems

When connected, adding or removing visitors from a list triggers sync to the integration.

## Lead Lists

Lead lists are curated lists for sales outreach. They often combine:

* ICP match criteria
* Engagement thresholds (visit count, recency)
* Firmographic filters

Use lead lists to prioritize who your team should contact first and to segment outreach by persona or account type.

## Managing Lists

* **Edit** — Change list name, description, or filter criteria
* **Refresh** — Manually refresh filter-based lists to pull in new matches
* **Export** — Export list members to CSV (on [Starter plans](/platform/csv-export.md) and above)
* **Delete** — Remove lists you no longer need (does not delete the visitors themselves)


---

# 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/lists.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.
