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

# Visualize Dependencies

> Explore and understand database relationships between Views and Tables in ChartDB

<Frame>
  <img src="https://mintcdn.com/buckledev/Nk8pE0k5UNFAdU1u/docs/images/dependencies.png?fit=max&auto=format&n=Nk8pE0k5UNFAdU1u&q=85&s=3cfbc4ab4cfa895eefb21f256c7e184b" width="1702" height="970" data-path="docs/images/dependencies.png" />
</Frame>

In ChartDB, dependencies focus on database Views and their underlying Tables.

<Note>
  ChartDB automatically detects and displays dependencies based on the imported
  database schema, specifically from View definitions. You cannot manually
  create or edit dependencies directly within ChartDB at this time.
</Note>

## View Dependencies

ChartDB provides a dedicated "Dependencies" section in the sidebar to easily explore these relationships.

<Steps>
  <Step title="Access the Dependencies Sidebar Section" icon="sidebar">
    Navigate to the **Dependencies** section in the ChartDB sidebar.

    <Frame>
      <img src="https://mintcdn.com/buckledev/Nk8pE0k5UNFAdU1u/docs/images/dependencies-sidebar.png?fit=max&auto=format&n=Nk8pE0k5UNFAdU1u&q=85&s=ce92df72a9fd7a815e2ae002055cb1ac" width="1238" height="842" data-path="docs/images/dependencies-sidebar.png" />
    </Frame>
  </Step>

  <Step title="Visualize Dependencies on the Diagram" icon="diagram-project">
    Select a View from the Dependencies list. ChartDB will highlight the selected View and the Tables it depends on directly on your database diagram canvas.

    <Frame>
      <img src="https://mintcdn.com/buckledev/Nk8pE0k5UNFAdU1u/docs/images/show-dependencies.png?fit=max&auto=format&n=Nk8pE0k5UNFAdU1u&q=85&s=ffec787ccc7d35f5bb48268db6e64715" width="976" height="624" data-path="docs/images/show-dependencies.png" />
    </Frame>
  </Step>
</Steps>
