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

# Labels

> Tag releases and milestones so customers can filter for what matters to them.

Labels are short tags like **New**, **Improved**, **Fixed**, or **Breaking change**. They show up on your public page and visitors can filter by them.

## Create a label

<Steps>
  <Step title="Open Labels">
    Go to **Settings → Workspace → Labels**.
  </Step>

  <Step title="Add a label">
    Click **Create label**, enter a name, and pick a color.
  </Step>
</Steps>

## Apply labels

Open a release or milestone and choose labels in the details panel. An item can have multiple labels.

## Suggested set

Keeping the list short makes filtering useful. A common starting point:

| Label        | Use for                                        |
| ------------ | ---------------------------------------------- |
| **New**      | New functionality.                             |
| **Improved** | Changes to existing functionality.             |
| **Fixed**    | Bug fixes.                                     |
| **Breaking** | Changes that require action from the customer. |

<Tip>
  Deleting a label removes it from every release and milestone that used it. Renaming is safe.
</Tip>
