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

# dbt core

Elementary integrates with dbt core (1.3.0 and above) for the supported data warehouses.

[Install the Elementary dbt package](/data-tests/dbt/quickstart-package) in your monitored project. It collects results and artifacts at runtime using on-run-end hooks, saving them to a dedicated schema. Elementary syncs through the DWH connection.

## Syncs schedule

For near-real-time results, it is recommended to change the sync configuration from the default hourly syncs to [webhook triggered syncs](/cloud/guides/sync-scheduling).

## Setup guides

<CardGroup cols={2}>
  <Card title="Sync scheduling" href="/cloud/guides/sync-scheduling">
    Configure webhook-triggered syncs for near-real-time results.
  </Card>

  <Card title="Dev / prod configuration" href="/cloud/guides/dev-prod-configuration">
    Set up separate environments for development and production.
  </Card>

  <Card title="Multiple environments" href="/cloud/features/multi-env">
    Connect and manage multiple dbt environments in Elementary.
  </Card>

  <Card title="Collect source freshness" href="/cloud/guides/collect-source-freshness">
    Sync dbt source freshness results into Elementary.
  </Card>
</CardGroup>
