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

# Nodes navigation

> Paradime Nodes Navigation: Efficiently navigate through dbt™ project nodes. Ensure comprehensive understanding of data lineage.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

From the lineage canvas you can easily navigate to view the underlying code of a dbt™️ model, data documentation, or go to your BI tool interface.

### Jump to your dbt™️ model code

When viewing a dbt™️ model node, click on `Open in editor` to view the code of a model in the Paradime Code IDE.

<Arcade src="https://demo.arcade.software/jzS35YkIBf1AzVthQ4vV?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Nodes navigation" />

### Jump to your BI tool

When viewing a BI tool node, click on `View in Looker` (or the relevant integration) to open the respective application with one-click from Paradime.

<Arcade src="https://demo.arcade.software/v8x5LsvVg87y6YWa7U5s?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Nodes navigation" />

### Jump to your Data docs

When viewing a lineage node, click on `View documentation` to open the Paradime Catalog and see any relevant documentation for the selected node.

<Arcade src="https://demo.arcade.software/zvYU8G4INKephACzWQEh?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Nodes navigation" />


## Related topics

- [Lineage](/products/data-catalog/lineage/index.md)
- [File Navigation](/products/code-ide/user-interface/file-navigation.md)
- [Paradime Apps Navigation](/guides/paradime-fundamentals/global-search/paradime-apps-navigation.md)
- [Filters and Nodes interaction](/products/data-catalog/lineage/filters-and-nodes-interaction.md)
- [Global Search](/guides/paradime-fundamentals/global-search/index.md)
