Skip to main content

Annotation Queues

Annotation queues organise human review of traces or conversations. Reviewers answer questions for each item; answers become labels you can use in evaluations and experiments. See Annotations & Queues for the underlying concepts.


Queues list

From Annotation Queues in the sidebar, you see all queues for the project.

Annotation Queues list

Search and sort

ControlWhat it does
SearchFilter queues by name or description.
SortSort by Name, Description, or Type (ascending/descending).

Queue cards

Each queue shows:

  • Name and Type (Traces or Conversations)
  • View — open the queue detail
  • Edit — change name, description, type, and questions
  • Delete — remove the queue

New Annotation Queue

Click New Annotation Queue to create a queue. You define:

  • Name and Description
  • Queue Type — Traces or Conversations (choose what you want to annotate)
  • Template Questions — the questions reviewers will answer for each item

Create queue

Create New Annotation Queue

Queue details

FieldWhat it does
NameRequired. Label for the queue.
DescriptionOptional. Helper text for your team.
Queue TypeTraces or Conversations. Determines what items can be enqueued.

Template questions

Add questions that annotators will answer for each trace or conversation. Click Add Question to open the question dialog.

Add Question dialog

FieldWhat it does
QuestionThe prompt reviewers see (e.g. "Did the assistant correctly understand the user's intent?").
Question TypeFreeform, Boolean, Multiple Choice, Single Choice, or Numeric.
Helper TextOptional guidance shown below the question.
PlaceholderOptional placeholder for text inputs.
RequiredWhether the question must be answered before submitting.

For Multiple Choice and Single Choice, you define the options when adding the question. For Numeric, you can set min/max and default.

Create Queue is enabled once you add at least one question.


Queue detail

When you open a queue, you see two tabs: Annotated (items with answers) and To be Annotated (items pending review).

Annotated tab

Annotated Traces

  • Trace ID (or Conversation ID) — click View trace to open the trace detail
  • Answers — number of questions answered
  • Actions — View (see answers), Edit (change answers), Delete (remove from queue)

To be Annotated tab

Traces to be Annotated

  • Trace ID (or Conversation ID)
  • ActionsAnnotate (answer questions), Delete (remove from queue)

Annotate dialog

Click Annotate on a pending item to open the annotation dialog.

Annotate Trace dialog

The dialog has two parts:

  1. Trace/Conversation viewer — Review the item. Tabs: Trace Viewer (span tree, detail panel) and Conversation (chat replay).
  2. Questions form — Answer each question. Types: Freeform text, Boolean (Yes/No), Single Choice (radio), Multiple Choice (checkboxes), Numeric.

Fill in required questions and click Submit Annotation. The item moves to the Annotated tab and your answers are saved.


Ways to annotate data

You can add items to a queue and annotate them in several places:

WhereWhat you do
Traces listSelect one or more traces with the checkboxes, click Add to annotation queue, choose a Traces-type queue.
Trace detailIn the header, click + Add to annotation queue to enqueue this trace, or Annotate to open the annotation sidebar and answer questions without leaving the trace.
Conversations listSelect one or more conversations with the checkboxes, click Add to Annotation Queue, choose a Conversations-type queue.
Conversation detailIn the header, click Add to Annotation Queue to enqueue, or Annotate Conversation to open the annotation sidebar.
Queue detailOpen a queue, go to To be Annotated, and click Annotate on an item to open the annotation dialog (see Annotate dialog above).

Traces-type queues accept only traces; Conversations-type queues accept only conversations. For more on working with traces and conversations, see Traces and Conversations.

Annotate from trace or conversation detail (sidebar)

When you click Annotate (trace) or Annotate Conversation (conversation) in the detail view header, a sidebar opens so you can answer questions without leaving the trace or conversation:

  1. Select an annotation queue (Traces type for a trace, Conversations type for a conversation).
  2. Answer the queue’s questions (e.g. “Did the assistant correctly understand the user’s intent?”, “How accurate is the final answer?”).
  3. Submit. The item is added to the queue (if not already) and your answers are saved as annotations.

Annotate Trace sidebar

You can also annotate from the Queue detail page using the Annotate dialog (opens a full dialog with viewer + questions).


When to use

  • Get human labels for quality checks and evaluations.
  • Compare before/after prompt or model changes using the same queue.
  • Build labeled datasets for evaluations and experiments.