# Lineage

The Dependency Lineage in [Inventory](/guides/inventory.md) shows how BI assets are connected.

It answers:

* What does this asset depend on? (upstream)
* What depends on this asset? (downstream)

This gives you a complete view of data flow, from source → model → report → dashboard.

{% hint style="info" %}
With Dependency Lineage, Datalogz has introduced the first steps towards operational lineage, which is a feature on the roadmap for later this year.
{% endhint %}

### Why Dependency Lineage Matters

Without lineage:

* You can’t see impact before making changes
* Broken reports are hard to trace
* Cleanup is risky

With lineage, you can:

* Understand BI dependencies instantly
* Identify high-impact assets
* Safely modify or delete content
* Detect redundant or unused chains

Lineage is foundational for governance and cleanup.

### Where to Find Lineage

1. Open **Inventory**
2. Select any asset (report, dashboard, semantic model)
3. Navigate to the **Lineage tab**


---

# 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://docs.datalogz.io/guides/inventory/lineage.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.
