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

# Evaluators overview

> Browse and register custom evaluators across your project.

The **Evaluators** page (sidebar → **Evaluators**) is where you see all the finetuned / registered evaluators from all projects. This serves as a single pane to view the true power of Luna Studio and how it has helped you.

<Frame caption="Evaluators page listing every finetuned / registered evaluator with its status, source run, and last update">
  <img src="https://mintcdn.com/agent-observability-docs/gQpj8uYVjt4F9vOJ/images/luna-studio/evaluators/evaluators-home.png?fit=max&auto=format&n=gQpj8uYVjt4F9vOJ&q=85&s=37928273680e4f43598acc5acee34f07" alt="Evaluators page" width="1758" height="1180" data-path="images/luna-studio/evaluators/evaluators-home.png" />
</Frame>

## Register an evaluator

Once an evaluator reaches **Fine-tuned**, the **Register evaluator** action appears in the row's Actions cell. Clicking it opens the same modal documented in [Register an evaluator](/luna-studio/ui/runs/register-evaluator). This page does not run registration preflight before opening the modal; backend checks can still reject the submission, for example when the Splunk Agent Observability connection or evaluator contract is unsupported.

## Where to go next

<CardGroup cols={2}>
  <Card title="Step 1 — Evaluator" icon="code" href="/luna-studio/ui/runs/new-run/step-1-evaluator">
    Pick a template or write a custom prompt in the run creation flow.
  </Card>

  <Card title="Run lifecycle" icon="arrows-rotate" href="/luna-studio/ui/runs/lifecycle">
    Understand the statuses behind each evaluator's source run.
  </Card>

  <Card title="Register an evaluator" icon="circle-check" href="/luna-studio/ui/runs/register-evaluator">
    Publish an eligible Fine-tuned evaluator to the Splunk Agent Observability evaluators store.
  </Card>

  <Card title="Creating a new run" icon="play" href="/luna-studio/ui/runs/new-run/overview">
    Launch a training run that produces an evaluator.
  </Card>
</CardGroup>
