# \&labelsuggestion

General Option! ([`&push`](https://docs.vdo.ninja/advanced-settings/setup-parameters/push), [`&room`](https://docs.vdo.ninja/advanced-settings/setup-parameters/room), [`&view`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/view), [`&scene`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/scene), [`&solo`](https://docs.vdo.ninja/advanced-settings/mixer-scene-parameters/and-solo))

## Aliases

* `&defaultlabel`
* `&ls`

## Options

Example: `&labelsuggestion=Steve`

<table><thead><tr><th width="232">Value</th><th>Description</th></tr></thead><tbody><tr><td>(string)</td><td>Sets the label if the user leaves the prompt blank</td></tr><tr><td>(no value given)</td><td>Asks the guest for a label</td></tr></tbody></table>

## Details

`&labelsuggestion` is the same as [`&label`](https://docs.vdo.ninja/advanced-settings/setup-parameters/label), except it asks the user still for a user name. If they leave it blank or cancel the prompt asking for a name, it will use the default label.\
<https://vdo.ninja/?labelsuggestion=guest&webcam>

Once the user enters their label, `&label=username` is added to the URL, so if they reload, they won't be asked again for the label. `&label` takes priority over `&labelsuggestion`.

## Related

{% content-ref url="label" %}
[label](https://docs.vdo.ninja/advanced-settings/setup-parameters/label)
{% endcontent-ref %}

{% content-ref url="../design-parameters/showlabels" %}
[showlabels](https://docs.vdo.ninja/advanced-settings/design-parameters/showlabels)
{% endcontent-ref %}

{% content-ref url="../screen-share-parameters/and-screensharelabel" %}
[and-screensharelabel](https://docs.vdo.ninja/advanced-settings/screen-share-parameters/and-screensharelabel)
{% 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/and-labelsuggestion.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.
