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

# Quickstart

> Get started with annotations in 5 minutes -- create a label, set up a queue, add items, and start annotating.

## What you will do

In this walkthrough you will create an annotation label, set up a queue, add traces to it, and annotate your first item. The entire flow takes about 5 minutes.

<Steps>
  <Step title="Create an annotation label">
    Navigate to **Annotations** in the left sidebar, then open the **Labels** tab. Click **Create Label**.

    <img src="https://mintcdn.com/futureagi/nbq1ldfYBHrx9MIZ/images/docs/annotations/labels-list.png?fit=max&auto=format&n=nbq1ldfYBHrx9MIZ&q=85&s=eb38b32eed41cfbf155df7ce421b610a" alt="Labels page" width="1060" height="340" data-path="images/docs/annotations/labels-list.png" />

    Fill in the form:

    | Field       | Value                             |
    | ----------- | --------------------------------- |
    | Name        | `Sentiment`                       |
    | Type        | Categorical                       |
    | Options     | `Positive`, `Negative`, `Neutral` |
    | Allow Notes | Enabled                           |

    Click **Create** to save.

    <img src="https://mintcdn.com/futureagi/nbq1ldfYBHrx9MIZ/images/docs/annotations/create-label-categorical.png?fit=max&auto=format&n=nbq1ldfYBHrx9MIZ&q=85&s=41206c27d67cf5ac92398399ac00ceb1" alt="Create label" width="830" height="770" data-path="images/docs/annotations/create-label-categorical.png" />
  </Step>

  <Step title="Create a queue">
    Switch to the **Queues** tab and click **Create Queue**.

    | Field                | Value                                         |
    | -------------------- | --------------------------------------------- |
    | Name                 | `Review Queue`                                |
    | Labels               | Select the `Sentiment` label you just created |
    | Assignment Strategy  | Round Robin                                   |
    | Annotators           | Add yourself                                  |
    | Annotations Required | 1                                             |

    Click **Create** to save the queue.

    <img src="https://mintcdn.com/futureagi/nbq1ldfYBHrx9MIZ/images/docs/annotations/create-queue.png?fit=max&auto=format&n=nbq1ldfYBHrx9MIZ&q=85&s=5fd8a4139250f3462f57aab8fdf5d71d" alt="Create queue" width="490" height="770" data-path="images/docs/annotations/create-queue.png" />
  </Step>

  <Step title="Add items to the queue">
    Go to your **Observe** project and open the **LLM Tracing** view. Select one or more traces using the checkboxes, then click the **Add to Queue** button in the toolbar.

    In the dialog, choose **Review Queue** and confirm. The selected traces are now queue items with a **Pending** status.
  </Step>

  <Step title="Start annotating">
    Go back to **Annotations > Queues** and click on **Review Queue** to open its detail page. Click **Start Annotating**.

    The annotation workspace loads the first pending item. You will see:

    * The trace content on the left.
    * The annotation panel on the right with your `Sentiment` label.

    Select an option (e.g. **Positive**), optionally add a note, and click **Submit**.

    <img src="https://mintcdn.com/futureagi/nbq1ldfYBHrx9MIZ/images/docs/annotations/annotate-workspace.png?fit=max&auto=format&n=nbq1ldfYBHrx9MIZ&q=85&s=a685aeea034139d737942ebfff295201" alt="Annotation workspace" width="1060" height="730" data-path="images/docs/annotations/annotate-workspace.png" />

    The workspace automatically advances to the next item. You can also click **Skip** to move past an item you cannot annotate.
  </Step>

  <Step title="Review progress">
    Click the **Analytics** tab on the queue detail page to see completion rates, annotator activity, and label distribution.

    <img src="https://mintcdn.com/futureagi/nbq1ldfYBHrx9MIZ/images/docs/annotations/queue-detail-analytics.png?fit=max&auto=format&n=nbq1ldfYBHrx9MIZ&q=85&s=03680c2e95159d9a221ea0d728388002" alt="Analytics" width="1060" height="740" data-path="images/docs/annotations/queue-detail-analytics.png" />
  </Step>
</Steps>

<Tip>
  **Keyboard shortcuts** speed up annotation significantly:

  * **Ctrl+Enter** (or Cmd+Enter) -- Submit the current annotation
  * **1-9** -- Select a categorical option by its position
  * **S** -- Skip the current item
</Tip>

## What you can do next

<CardGroup cols={2}>
  <Card title="Annotation Labels" icon="tags" href="/product/annotations/concepts/labels">
    Explore all five label types and their configuration options.
  </Card>

  <Card title="Queues & Workflow" icon="list-check" href="/product/annotations/concepts/queues">
    Configure assignment strategies, multi-annotator requirements, and review workflows.
  </Card>

  <Card title="Scores" icon="chart-simple" href="/product/annotations/concepts/scores">
    Understand how annotation data is stored and queried via the Score model.
  </Card>
</CardGroup>
