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

# Column-Level Lineage

> View column-level lineage to trace transformations and dependencies for data quality, debugging, and impact analysis.

# Column-Level Lineage

Column-level lineage lets you trace individual fields — not just tables — as they move through your data pipelines. Use it to understand exactly where a column comes from, how it's transformed, and what depends on it.

<img src="https://mintcdn.com/collatedocs/kIcf12aq0fGgWkOd/public/images/ai-2.0/data-lineage/lineage1.png?fit=max&auto=format&n=kIcf12aq0fGgWkOd&q=85&s=c456580574abed4c16598aafcdd6b686" alt="Column-Level Data Lineage in Collate" width="5645" height="2039" data-path="public/images/ai-2.0/data-lineage/lineage1.png" />

<Tip>
  **Tip**: Drill down into any table node to see its individual columns and their lineage connections.
</Tip>

Collate generates column-level lineage automatically when you run the **Lineage Agent**. You can also edit it manually to capture any relationships that aren't automatically detected.

## Manually Edit Column-Level Lineage

Edit column-level lineage directly in the Collate UI — no ingestion required.

1. Open the **Lineage** tab on a table page.
2. Click the **Edit** icon in the top right corner.
3. Use the anchor points on either side of a column to draw connections to other columns.
4. To trace a column from a table not already in the graph, add the table first, then connect its columns.

<img src="https://mintcdn.com/collatedocs/LUQwLPA4Y6ndbf92/public/images/ai-2.0/data-lineage/column1.png?fit=max&auto=format&n=LUQwLPA4Y6ndbf92&q=85&s=f79fdc0294b6de7db8d88bb4b3422d0b" alt="Manually Edit Column Level Lineage" width="2712" height="953" data-path="public/images/ai-2.0/data-lineage/column1.png" />

Watch the video below to see column-level lineage editing in action.

<iframe width="800" height="450" src="https://www.youtube.com/embed/HTkbTvi2H9c?start=0&end=51" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

<Card title="How to Manually Add or Edit Lineage" href="/ai-2-0/how-to-guides/data-lineage/manual">
  Edit the table and column level lineage manually.
</Card>
