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

# Elementary Tutorial

Welcome to the Elementary tutorial!<br />
(Which we considered naming Elementary school)<br />

In this tutorial you will learn how to use Elementary to monitor your dbt project's data and operations.

## This tutorial will walk you through:

<CardGroup cols={1}>
  <Card title="1. Setting up Your Tutorial Environment" icon="screwdriver-wrench" iconType="duotone" color="#FF4775" href="../tutorial/setup">
    Setting up a new dbt project and adding sample data.
  </Card>

  <Card title="2. Installing Elementary Packages" icon="folder-arrow-down" iconType="duotone" color="#FF4775" href="../tutorial/installing-elementary">
    Adding Elementary Package to your dbt project and configuring a schema.
  </Card>

  <Card title="3. Viewing and Understanding dbt Artifacts" icon="monitor-waveform" iconType="duotone" color="#FF4775" href="../tutorial/viewing-artifacts">
    A quick look at Elementary artifacts in your DWH.
  </Card>

  <Card title="4. Adding Elementary Tests" icon="list-check" iconType="duotone" color="#FF4775" href="../tutorial/adding-elementary-tests">
    Your first taste of anomaly detection.
  </Card>

  <Card title="5. Generating Elementary Reports with the CLI" icon="browser" iconType="duotone" color="#FF4775" href="../tutorial/running-elementary">
    Setup the CLI and run reports to visualize Elementary and dbt tests.
  </Card>
</CardGroup>
