# Lineage

The Lineage Preview in Paradime IDE helps you visualize and navigate your dbt™ model dependencies while developing. The lineage is based on your current git branch and updates automatically as you work.

### How it works

Click the Lineage Tab in the Command Panel. Here you can:

* View immediate model dependencies (+1/-1)
* Navigate to referenced models
* Expand to see full lineage graph
* Track dependency changes as you develop

{% @arcade/embed flowId="SapNkFhSsRmkGiZ7nX5C" url="<https://app.arcade.software/share/SapNkFhSsRmkGiZ7nX5C>" %}

### Viewing Lineage Dependencies

1. Open any dbt™ model in the editor
2. Click the Lineage tab in the command panel
3. Review your model's immediate dependencies
4. Optional: Update the number of visible upstream and downstream dependencies (+1/-1). To view all upstream and downstream dependencies, simply replace fields with "+"
5. Optional: Click the expand icon to view the full lineage graph

{% hint style="info" %}
The lineage updates automatically when:

* you edit dependencies and commit your changes.
* Change the .sql file currently open in your editor.&#x20;
  {% endhint %}


---

# 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.paradime.io/app-help/documentation/code-ide/command-panel/lineage-preview.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.
