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

# Single Enrichment

> Look up a person, company, email, or phone number using the best matching enrichment

## `databar-enrichment`

**Triggers when** the user asks to look up, find, or enrich a single data point — a person, company, email, phone number, or domain.

### Workflow

1. Extract the user's intent and entity type
2. `search_enrichments` to find the right provider
3. `get_enrichment_details` to check parameters, pricing, and choices for any `select`/`mselect` params
4. If a param has `choices.mode = "remote"`, call `get_param_choices` to browse valid values
5. Confirm cost with the user
6. `run_enrichment` and present results

### Example prompt

*"Get me the LinkedIn profile for Sarah Chen at Stripe"*
