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

# Enrichment columns

> Add a column from the catalog that fills itself in from outside data, and see the cost before you run it.

Enrichment columns fill in facts about your rows, like a work email, a phone number, or a company's employee count. Pick one from the catalog, tell it which of your columns to read, and it fills in every row.

<Frame caption="The Tools panel, open on the Enrichment tab.">
  <img src="https://mintcdn.com/oneprofile/CSWJORDcrWxYd_Pk/images/enrich/enrichment-columns.png?fit=max&auto=format&n=CSWJORDcrWxYd_Pk&q=85&s=307836046a68ffcca6caca5139b385a5" alt="The Tools panel docked to the right of a table, with the Enrichment tab selected and its rows grouped under Email, Phone and Company headings, each row showing a price in credits per row." width="1440" height="900" data-path="images/enrich/enrichment-columns.png" />
</Frame>

## Find an enrichment

Click **Tools** in the toolbar. The catalog opens beside the grid on its **Enrichment** tab. Its other tabs are **Agent**, **Functions** and **Import & export**.

The **Enrichment** tab groups its rows into shelves by what they find: **Email**, **Phone**, **Company**, **Person**, **Social profiles** and **Relationships**. Scroll to the shelf you need, or type in **Search** at the top to look across every tab at once. Every row shows its price in credits per row, so you can compare a few before you pick.

## Add the column

<Steps>
  <Step title="Pick an enrichment">
    Click a row on the **Enrichment** tab. It opens in the column editor.
  </Step>

  <Step title="Map its inputs">
    The **Inputs** card lists what the enrichment needs, such as an email address or a company domain. For each one, pick the column that holds that value.
  </Step>

  <Step title="Create the column">
    Click **Create & run 10 rows** to add the column and fill in a first batch. The arrow beside it offers **Create & run 50 rows** and **Create and don't run**.
  </Step>

  <Step title="Run it later, if you skipped that">
    Open the column's header menu and choose **Run column**.
  </Step>
</Steps>

## What it costs

Each enrichment's price shows on its catalog row, and again in the editor once you pick one. Oneprofile checks several sources in order until one finds the answer. Every row that gets an answer costs the same shown price, whichever source answered it.

## Good to know

<AccordionGroup>
  <Accordion title="Required inputs, and the rows that get skipped">
    An input marked required has to have a value for its row to run. Rows missing it are skipped, not charged.
  </Accordion>

  <Accordion title="Why some columns are dimmed in the input dropdown">
    The dropdown ranks your columns by fit: exact type matches first, then other single values. A column that holds a whole record rather than one value is dimmed and cannot be picked. Sending a whole value where one fact belongs produces a wrong answer.
  </Accordion>

  <Accordion title="Add column is a different control">
    **Add column** at the end of the header row is a separate, smaller control. It opens a short list of column types: **Enrichment**, **Use AI**, **Agent**, **Functions**, **Import & export**, and the plain types like text and number. **Enrichment** opens an empty column editor, while **Agent** and **Import & export** open the **Tools** panel on that tab.
  </Accordion>

  <Accordion title="The run batches fit your table">
    The batch sizes clamp to the rows you have. A table of 30 rows offers a run over 10 rows and a run over 30, rather than two identical options.
  </Accordion>

  <Accordion title="Not enough credits">
    A run stops when your workspace runs out, and the remaining rows never run. [Buy credits](/settings/credits-and-billing) and run the column again.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Run columns" icon="play" href="/enrich/run-columns">
    Control what runs, when, and over which rows.
  </Card>

  <Card title="AI agent columns" icon="bot" href="/enrich/ai-agent-columns">
    Add a column an agent fills in with its own reasoning.
  </Card>

  <Card title="Credits and billing" icon="coins" href="/settings/credits-and-billing">
    See where credits go and how to buy more.
  </Card>
</CardGroup>
