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

# Configuring your dbt™ Project

Setting up a well-structured **dbt™ project** is essential for scalability, maintainability, and efficiency. This section covers the core configurations needed to define sources, manage transformations, and ensure data quality in your dbt™ workflows.

Whether you're starting from scratch or optimizing an existing setup, these guides will help you configure your dbt™ project effectively.

### Key Areas of Configuration

<CardGroup cols={2}>
  <Card title="Setting Up Your dbt_project.yml" href="/guides/dbt-fundamentals/configuring-your-dbt-project/setting-up-your-dbt_project.yml" horizontal>
    📄 Define project-wide configurations, including materializations, model directories, and environment settings.
  </Card>

  <Card title="Defining Your Sources" href="/guides/dbt-fundamentals/configuring-your-dbt-project/define-your-sources.yml" horizontal>
    📊 Use sources.yml to document and reference external data sources in your transformations.
  </Card>

  <Card title="Testing Source Freshness" href="/guides/dbt-fundamentals/configuring-your-dbt-project/testing-source-freshness" horizontal>
    🔄 Ensure your raw data is up to date with automatic freshness checks in dbt™.
  </Card>

  <Card title="Working with Tags in Your dbt™ Project" href="/guides/dbt-fundamentals/configuring-your-dbt-project/working-with-tags-in-your-dbt-tm-project" horizontal>
    🏷️ Organize and selectively run models using tags for better project structure and workflow control.
  </Card>

  <Card title="🧪 Unit Testing" href="/guides/dbt-fundamentals/configuring-your-dbt-project/unit-testing" horizontal>
    Validate your SQL transformation logic with controlled input data before deploying models.
  </Card>
</CardGroup>

<Info>
  Prefer hands-on learning? Check out our [**Paradime 101 Guide**](/guides/paradime-101/index) for a step-by-step, interactive way to learn dbt™ and analytics engineering best practices—all for free.
</Info>


## Related topics

- [Configuring your dbt™ Project](/guides/dbt-fundamentals/configuring-your-dbt-project/index.md)
- [dbt™ fundamentals](/guides/dbt-fundamentals/index.md)
- [Setting up your dbt_project.yml](/guides/dbt-fundamentals/configuring-your-dbt-project/setting-up-your-dbt_project.yml.md)
- [Packages](/guides/dbt-fundamentals/configuring-your-dbt-project/packages.md)
- [Managing Seeds](/guides/dbt-fundamentals/configuring-your-dbt-project/managing-seeds.md)
