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

# Quickstart

> Get started with Moonbounce's label-first experience: create a label, test it against its dataset, publish a version, and evaluate content in production.

<Note>
  This is Moonbounce's label-first experience. If you're looking for the
  policy-first experience, switch using the version selector above.
</Note>

This walkthrough takes you through the first end-to-end loop: create a label,
test it, publish a version, and call the evaluate API. You'll be classifying
real content in a few minutes.

<Steps>
  <Step title="Open the dashboard">
    Sign in and open the dashboard. This is the label-first experience, where
    the **label** is the unit of work.
  </Step>

  <Step title="Create your first label">
    Create a label, give it a name, and describe what should and shouldn't
    match — for example "Harassment" or "Spam."
  </Step>

  <Step title="Add examples and test your draft">
    Add a few examples to the label's dataset — both content you *want* it to
    match and content you *don't* — then run your draft against them and read
    the results.
  </Step>

  <Step title="Publish a version">
    When you're happy with the results, publish. Publishing mints an immutable
    snapshot — a **version** — that never changes underneath you.
  </Step>

  <Step title="Evaluate in production">
    Copy the version's `label_version_id` and send it to the evaluate API to
    classify content. See [Integrating a Label](/v2/integrating_a_label) for
    the full request and response shape.
  </Step>
</Steps>

## Where to next

<CardGroup cols={2}>
  <Card title="Building with Labels" icon="layer-group" href="/v2/building_with_labels">
    The full craft → test → publish → integrate loop and why label-first.
  </Card>

  <Card title="Integrating a Label" icon="plug" href="/v2/integrating_a_label">
    Take a published version to production with the evaluate API.
  </Card>
</CardGroup>

***

## We'd Love to Hear From You

Whether you have a suggestion, feedback, or a bug to report, here are the best ways to get in touch:

* **In the App:** Use the **Feedback button** for direct suggestions.
* **On Slack:** Reach out to the team in your shared channel.
* **With your AM:** Talk to your dedicated account manager.
* **Via Email:** Send a message to [**support@moonbounce.io**](mailto:support@moonbounce.io).
* **Security, availability, or other incidents:** Use the in-app **Feedback button** or email [**support@moonbounce.io**](mailto:support@moonbounce.io). See [Customer Feedback](/feedback/customer_feedback) for what to include.
