> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/control-center/evals.md).

# Evals

Score agent outputs, monitor quality, and route reviews.

Judge agent output quality. Create evaluators, monitor production traffic, and review uncertain results.

An evaluator uses a judge model to score each execution against its selected method. Configure the model, evaluation method, confidence threshold, and review routing in **Evaluation & Quality → Evaluators**.

| Setting                  | What you configure                                       | How it affects results                                                         |
| ------------------------ | -------------------------------------------------------- | ------------------------------------------------------------------------------ |
| **Judge model**          | The model that scores agent output                       | The model returns a rating and confidence                                      |
| **Evaluation method**    | **Answer Relevancy**, **Safety**, or **Task Completion** | The method defines the parameters used to assess the output                    |
| **Confidence threshold** | A value from 0–100%. The default is `50%`                | Results below the threshold are flagged, regardless of rating                  |
| **Human Review routing** | Whether low-confidence results route to reviewers        | A flagged result creates a Human Review task only when this setting is enabled |

High-confidence results are accepted automatically. When routing is enabled, a reviewer records a verdict for each low-confidence result. The reviewer can pass the findings to the agent team to update regression tests, instructions, or knowledge.

### Explore Evaluation

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Learn more</th></tr></thead><tbody><tr><td>Evaluators</td><td><a href="/control-center/evals/evaluators.md">Evaluators</a></td></tr><tr><td>Online Eval</td><td><a href="/control-center/evals/online-eval.md">Online Eval</a></td></tr><tr><td>Human Review</td><td><a href="/control-center/evals/human-review.md">Human Review</a></td></tr></tbody></table>

## Related

{% content-ref url="/pages/807cab861e090edd0ce825909db3db1b28f73799" %}
[Control Center](/start-here/control-center.md)
{% endcontent-ref %}

{% content-ref url="/pages/4023fee41d519b1fbe13cbf03c9027c75b45de1a" %}
[Observe](/control-center/observe.md)
{% endcontent-ref %}

{% content-ref url="/pages/049796530f3942b2e739e565a1e673ad4924290e" %}
[Controls & Audit](/control-center/controls-and-audit.md)
{% endcontent-ref %}

{% content-ref url="/pages/84115b130456683eaee9079209f1add7ef90110d" %}
[Admin](/control-center/admin.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/control-center/evals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
