# \&label

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md))

## Aliases

* `&l`

## Options

Example: `&label=Steve`

| Value             | Description                                        |
| ----------------- | -------------------------------------------------- |
| (no value given)  | It will prompt the user for a Display Name on load |
| (string)          | Sets the label for the guest/browser tab           |
| `TITLEn\SUBTITLE` | [Multiple lines](#multiple-lines-on-alpha)         |

## Details

`&label` sets a display name label to the stream ID.

* Uses the label in OBS Studio if dragging the link into OBS Studio.
* Will change the name of the Browser tab to the Label specified.\
  ![](/files/PyHTXvhnUJ8nD09xCCyP)
* Shows up in the connection debug Stats window.\
  ![](/files/JL4fB5G4f3ws8zoiF6fu)
* If left blank, it will prompt the user for a Display Name on load.\
  ![](/files/wfk9mSRMDCUpNuS6F5fT)
* You can use [`&showlabels`](/advanced-settings/design-parameters/showlabels.md) to show the labels in the video sources.

### Multiple lines

Until I figure out a better way of doing this, I've enabled a way to have a display name be on multiple-lines in VDO.Ninja.

`&label=DisplayNameHere\nSubtitleHere` Note the use of as a line break ie:

```
https://vdo.ninja/?label=Steve_Seguin\n(he/him)\nhttps://twitch.tv/vdoninja&push=JaAiVEH
https://vdo.ninja/?view=JaAiVEH&showlabels
```

So it's not super obvious how to do this currently, so I think the next goal will be to add the option to let a guest enter their own sub-title, etc, when joining, using dedicated input fields. But until then, I hope this still helps. You can stylize the sub-label within OBS's CSS section, targeting the following CSS, but please note I'll probably be tweaking the CSS/HTML as well in the future:

```
.video-label>span:nth-child(2) {
    font-size: 50%;
    display: block;
    text-align: center;
}
```

![](/files/vntTBOVIBN4kVPwnj4Ed)

## Related

{% content-ref url="/pages/-MZX1giUvL4TJts\_BahZ" %}
[\&showlabels](/advanced-settings/design-parameters/showlabels.md)
{% endcontent-ref %}

{% content-ref url="/pages/j6bf8UYNd5T0JtBA7AVR" %}
[\&screensharelabel](/advanced-settings/screen-share-parameters/and-screensharelabel.md)
{% endcontent-ref %}

{% content-ref url="/pages/8c2pVSgEgoXiOb2xe8ox" %}
[\&labelsuggestion](/advanced-settings/setup-parameters/and-labelsuggestion.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/setup-parameters/label.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
