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

# Findings

> Discover known & unknown patterns in your AI traces and make them actionable.

Findings is where you go from "here are a lot of traces" to "here are the specific behaviors worth looking at." That can be a failure, an accuracy gap, or just a behavior you want to watch.

Behind the simple search box, Findings is a multi-stage analysis system, not a single model pass. That depth keeps the noise down and the coverage high: real issues instead of false alarms, the subtle ones as well as the obvious, already grouped into clear patterns you can act on, and steady enough to trust over time. Across a wide range of issue types it reaches over 82% accuracy at surfacing real issues.

## Three ways to work

Findings gives you three ways to work with your traces, and they build on each other:

* **[Discovery](/findings/discovery):** investigate your traces at scale and surface patterns you didn't know to look for.
* **[Tracking](/findings/tracking):** pin the patterns that matter and watch how often they come back.
* **Traces:** browse the individual traces underneath and route them onward.

The usual path is to run a Discovery search, pin what matters into Tracking, and drop into individual Traces whenever you need the detail.

## Traces

**Traces** shows ingested traces with the relevant data (model, latency, tokens, preview). Bulk-select any subset and send it straight to a [Review Queue](/reviews/overview) for human review, an [Evaluation Dataset](/judges/overview) to use as ground truth for judges, or a seed dataset for [generation](/concepts).

## Diagnose a trace

The built-in Copilot helps you dig into a single trace, with an understanding of everything around it: the trace itself, any rubrics that apply, attachments, the findings it belongs to, past reviews, its user journey, and saved memory from earlier reviews.

Ask it to summarize the trace, say what the model got wrong, or check whether the final answer matches the query. You can also point it at one part, like the query, the prompt, a single step, or the final answer.

## Getting traces in

Findings connects to your observability tool (Langfuse or LangSmith today) and pulls real LLM traces in. See [Connect AI Observability](/user-signals/connect-langfuse-langsmith) for setup, and [Signals & Journeys](/user-signals/overview) if you also want user events correlated with those traces.

## Next steps

<CardGroup cols={2}>
  <Card title="Discovery" icon="magnifying-glass" href="/findings/discovery">
    Investigate your traces at scale and surface new patterns
  </Card>

  <Card title="Tracking" icon="thumbtack" href="/findings/tracking">
    Pin the patterns that matter and watch them over time
  </Card>

  <Card title="Reviews" icon="user-check" href="/reviews/overview">
    Route the patterns you find to a human reviewer
  </Card>
</CardGroup>
