# Viewing data lineage graphically

The relationships outlined by a metadata item's data lineage can be viewed in a graphical format via its item page.

## How to view data lineage graphically

1. Navigate to the desired metadata item page, then select its 'Graphs' tab.

<figure><img src="/files/Qftt311h1tQjHh1SgcaZ" alt=""><figcaption></figcaption></figure>

2. Select the 'Data Lineage' tab. The item's data lineage will be displayed.

<figure><img src="/files/W5F5GK1dq9XHVcxSlNxE" alt=""><figcaption></figcaption></figure>

3. **If you wish to expand a distribution's details**, select the arrow beside its title. Regardless of whether any distributions have been expanded, the graph will show:
   * Dataset-to-dataset lineage in blue
   * Distribution-to-distribution lineage in green
   * Data element paths in grey.

<figure><img src="/files/BiRuiRBxkvYlua5zAyVu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/42qRNwQiCatBilJ85w4z" alt=""><figcaption></figcaption></figure>

**Note:** The distributions above are attached to their respective data sets via the 'Data Sets and Distributions' section of the data sets' editors. **There is no lineage-based relationship between distributions and data sets**, only logical grouping.


---

# Agent Instructions: 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:

```
GET https://help.aristotlemetadata.com/subject-matter-and-theory/data-lineage/viewing-data-lineage-graphically.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
