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

# Table-Driven Enrichment

> Create a table, insert rows, attach an enrichment, run it, and get a shareable link

## `databar-table-enrichment`

**Triggers when** the user wants to enrich a dataset at scale using Databar tables — create a table, add rows, run enrichments, and get a link to view results.

### Workflow

1. Parse the user's data (CSV, JSON, or plain text)
2. `create_table` and `create_rows` (up to 100 per batch)
3. `search_enrichments` to find the right provider
4. `add_table_enrichment` with column mapping
5. `run_table_enrichment` on all rows
6. Provide a link: `https://databar.ai/table/{uuid}`

### Example prompt

*"Here are 30 leads with name and company. Create a table and find their emails."*
