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

# Preset Evaluator Examples

> Explore curated Agent Streams that show Splunk Agent Observability’s out-of-the-box evaluators in action

The **Preset Evaluator Examples** sample project is a pre-populated Splunk Agent Observability project designed to help you understand how out-of-the-box evaluators behave on real-looking examples.

This project includes curated evaluation examples (within Agent Streams and Experiments) with evaluator scores and explanations so you can quickly compare high-scoring vs. low-scoring cases.

<Tip>The fastest way to explore is to start from an evaluator page in the docs, then look for the corresponding examples inside **Preset Evaluator Examples**.</Tip>

## How it's organized

* **Curated examples**: You'll find pre-populated data that demonstrates how evaluators score different cases.
* **Drill-down friendly**: Open rows to compare the input/output with the evaluator explanation side-by-side.
* **Designed for contrast**: Use sorting and filtering to compare strong vs. weak examples for the same evaluator.

## What to look for

* **Score distribution**: Look at the range of scores across traces to calibrate what “good” and “bad” looks like for that evaluator.
* **Explanations**: Open a handful of rows and read the evaluator explanation carefully — it’s often the quickest way to learn the rubric the judge is applying.
* **Edge cases**: Pay special attention to traces that *surprise* you (high score when you expected low, or vice versa). These are the best starting points for refining prompts, tools, or evaluation criteria.
* **Evaluator interplay**: Some failures show up across multiple evaluators. Use the examples to learn when you should monitor a second evaluator alongside your primary one.

## A quick tour

<Steps>
  <Step title="Pick one evaluator you care about">Start from the relevant evaluator documentation page, then jump into the corresponding examples in **Preset Evaluator Examples**.</Step>
  <Step title="Review the best and worst traces">Sort by the evaluator value and open a few of the highest-scoring and lowest-scoring rows.</Step>
  <Step title="Extract reusable patterns">Keep track of 2–3 patterns that correlate with strong scores (and 2–3 patterns that correlate with weak scores). These become concrete hypotheses you can test in your own app.</Step>
  <Step title="Apply it to your own Agent Stream">Enable the same evaluator on your own Agent Stream, then see whether the patterns you observed hold up on your real traffic.</Step>
</Steps>

## Jump into evaluator documentation

<CardGroup cols={2}>
  <Card title="RAG evaluators" icon="message" horizontal href="/concepts/evaluators/rag/rag-overview">
    Explore evaluators focused on answer quality and grounding.
  </Card>

  <Card title="Agentic AI evaluators" icon="arrows-rotate" horizontal href="/concepts/evaluators/agentic/agentic-overview">
    Explore evaluators for multi-step agents, tool use, and trajectories.
  </Card>

  <Card title="Safety and Compliance evaluators" icon="shield-halved" horizontal href="/concepts/evaluators/safety-and-compliance/safety-and-compliance-overview">
    Explore evaluators focused on harmful content and prompt attacks.
  </Card>

  <Card title="Text-to-SQL evaluators" icon="database" horizontal href="/concepts/evaluators/text2sql/text2sql-overview">
    Explore evaluators for query correctness, adherence, efficiency, and safety.
  </Card>
</CardGroup>

## Next steps

* Learn how to enable evaluators on your own Agent Streams: [Configure evaluators](/concepts/logging/configure-evaluators/configure-evaluators)
* Browse all out-of-the-box evaluators: [Evaluators overview](/concepts/evaluators/overview)
* Compare evaluators and decide what to monitor: [Evaluator comparison](/concepts/evaluators/evaluator-comparison)
