> For the complete documentation index, see [llms.txt](https://whiteklay.gitbook.io/virtual-data-assistant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whiteklay.gitbook.io/virtual-data-assistant/how-to-guides/data-catalog/data-lineage.md).

# Data Lineage

### Overview&#x20;

Data Lineage provides visibility into how data moves through the platform and how datasets and data assets are related. It helps users understand the relationship between source data, datasets, data models, and downstream analytical assets.&#x20;

Lineage improves transparency and supports impact analysis, data discovery, and governance by allowing users to understand where data originates and how it is used.&#x20;

### Key Capabilities&#x20;

* Trace data from its source through downstream datasets and data assets.&#x20;
* Understand relationships between datasets and data models.&#x20;
* View upstream and downstream dependencies.&#x20;
* Support impact analysis when datasets or data elements are changed.&#x20;
* Improve transparency and understanding of data flows.&#x20;
* Support data governance and data discovery activities.&#x20;

### How to Use Data Lineage&#x20;

Step 1: Select a Data Asset&#x20;

Select the relevant data source, dataset, or other supported data asset.&#x20;

Step 2: View Lineage&#x20;

Open the lineage information associated with the selected asset.&#x20;

Step 3: Explore Dependencies&#x20;

Review the upstream and downstream relationships to understand where the data originates and where it is being used.&#x20;

Step 4: Trace the Data Flow&#x20;

Follow the lineage across the available data assets to understand the movement and transformation of data.&#x20;

Step 5: Perform Impact Analysis&#x20;

Use the lineage information to identify downstream dependencies before making changes to a source, dataset, or data model.&#x20;

<img src="https://803373986-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEZ25VHhdl67JelwmVtBp%2Fuploads%2Fzfd1dvuO1Ac5YjXJUaPK%2Funknown.png?alt=media&amp;token=796b5938-64c0-4320-a437-a99350856cde" alt="" height="315" width="664">

### Outcome&#x20;

Data Lineage provides visibility into where data comes from, how it flows through the platform, and where it is consumed, supporting data discovery, governance, and impact analysis.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whiteklay.gitbook.io/virtual-data-assistant/how-to-guides/data-catalog/data-lineage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
