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

# Overview

> All available Presets.

These are pre-built evaluation templates that are easy to run without setup. They are great for a start: you can create a custom setup later.

<Note>
  Note that Presets apply on the **dataset level**. If you looking at row-level evaluations (e.g. scoring relevance, correcteness, etc. for LLM outputs and RAG), it's best to explore [built-in descriptors](/metrics/all_descriptors).
</Note>

<CardGroup cols={2}>
  <Card title="Text Evals" icon="comments" href="/metrics/preset_text_evals">
    Evals for text and LLMs.
  </Card>

  <Card title="Data Drift" icon="chart-simple" href="/metrics/preset_data_drift">
    Data distribution drift detection.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Data Summary" icon="file-chart-column" href="/metrics/preset_data_summary">
    Dataset overview and statistics .
  </Card>

  <Card title="Classification" icon="dice-two" href="/metrics/preset_classification">
    Quality for classification tasks.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Regression" icon="chart-line" href="/metrics/preset_regression">
    Quality for regression tasks.
  </Card>
</CardGroup>
