> ## 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.

# Explore Your Project

> Navigate and understand your dbt™ project in the Code IDE: browse and search files, jump to definitions, and visualize lineage and the catalog.

This section covers everything you use to find your way around your dbt™ project and understand how it fits together: browsing and searching files, jumping between definitions, and visualizing model lineage and documentation.

## Find your way around

The left icon strip holds the navigation tools. Open a panel with its icon; click again to collapse it.

| Icon | Panel                                                       | What it does                                             |
| ---- | ----------------------------------------------------------- | -------------------------------------------------------- |
| 📄   | [**Explorer**](/products/code-ide/explore/file-explorer)    | Browse your repository file tree and quickly open files. |
| 🔍   | [**Search**](/products/code-ide/explore/search-and-replace) | Find and replace across every file in your repository.   |

The same icon strip also holds Source Control and GitLens, covered under [Commit & Ship](/products/code-ide/version-control/index).

## Understand your models

The **Lineage** and **Catalog** tabs in the bottom panel update automatically for the model you have open, based on your current Git branch.

<CardGroup cols={2}>
  <Card title="File Explorer" href="/products/code-ide/explore/file-explorer" icon="folder-tree">
    Browse and manage the files in your dbt™ repository.
  </Card>

  <Card title="File Navigation" href="/products/code-ide/explore/file-navigation" icon="file-search">
    Jump to any file with the quick open menu.
  </Card>

  <Card title="Search & Replace" href="/products/code-ide/explore/search-and-replace" icon="text-search">
    Project-wide find and replace with case, whole-word, and regex options.
  </Card>

  <Card title="Go to Definition" href="/products/code-ide/explore/go-to-definition" icon="crosshair">
    Jump to or peek at any model, source, or macro definition.
  </Card>

  <Card title="Lineage" href="/products/code-ide/explore/lineage" icon="git-fork">
    Visualize upstream and downstream dependencies and navigate between models.
  </Card>

  <Card title="Catalog" href="/products/code-ide/explore/catalog" icon="book-open">
    View and edit model and column documentation, synced back to your `.yml` files.
  </Card>
</CardGroup>


## Related topics

- [Explore Your Project](/products/code-ide/explore/index.md)
- [Code IDE](/products/code-ide/index.md)
- [Run & Preview](/products/code-ide/run-and-preview/index.md)
- [Write Code](/products/code-ide/write-code/index.md)
- [File Explorer](/products/code-ide/explore/file-explorer.md)
