> 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/human-review.md).

# Human Review

Review and resolve low-confidence evaluation tasks.

Human Review is where reviewers decide executions that score below evaluator confidence thresholds. Open **Evaluation & Quality → Human Review**.

Tasks move from **Review Pending** to **Reviewed** after a reviewer records a verdict.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2Fgit-blob-447e873d3f1fdbf0143626583977776bdf231a67%2Fqore_control-center_control-centre-evaluation-quality-human-eval_rounded_shadow.png?alt=media" alt="The Human Review screen lists tasks with team, assignee, priority, status, and verdict."><figcaption><p>Human Review is the queue for tasks awaiting a reviewer verdict.</p></figcaption></figure>

Use **My tasks**, **All tasks**, and **Unassigned** to switch queues. Filter by team, type, status, or priority.

The queue summary shows **Assigned to me**, **Reviews in view**, **Reviewed**, and **Unassigned**. Select **View unassigned** to open unassigned tasks.

Each task shows:

* **Execution**, **Eval type**, and **Evaluator** that flagged it
* **Team** and **Assignee** responsible for the task
* **Priority**, **Queued** time, **Status**, and recorded **Verdict**

Open a task, record a verdict, and move it to **Reviewed**.

{% hint style="info" %}

### Assignments use teams

Human Review assigns tasks through teams, not directly to individuals. A reviewer without a team has no assigned tasks.

Configure teams in [Admin](/control-center/admin/teams.md).
{% endhint %}

{% hint style="info" %}
Each evaluator has its own confidence threshold. For example, one evaluator can route scores below `67%`, while another routes scores below `100%`.
{% endhint %}


---

# 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/human-review.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.
