# Labels

A custom role that lets you add labels to your text.

For example, you could use the label role to promote experimental features or highlight that a feature is only available in a specific software version.

## Syntax

```rst
:label-<style>:`Text`
```

Where:

* **style:** Available values are `default`, `note`, `tip`, `caution`, `warning`.

## Usage Beta

### Default

Using:

```rst
:label-default:`Default`, :label-note:`Note`, :label-tip:`Tip`, :label-caution:`Caution`, :label-warning:`Warning`
```

Results in:

Default, Note, Tip, Caution, Warning

### Inlined with text

Using:

```rst
Heading :label-caution:`Beta`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Results in:

#### Heading Beta
