# Label

To configure the widget, you need to perform the following actions:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeTqd1a9qEdWJo2HCY9sHSAUcnvuFN16m4Ius2EL-NtHB-UrVpwbpFumAqAzvRX5nPjkC4AeDTNWd7ChlVEbDtAm-9OSq9Xq552mZY7EtcIowA6DKMbEpfLcuxOID1sMw6QqJK1?key=OAX1JClkG5nbrZJ-82nW2Gpl" alt=""><figcaption></figcaption></figure>

The Label widget displays text or a heading, allowing Users to use it to label input fields or provide additional information.

To configure the element, click on the edit icon ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfgzYm6oqC00t1Os8H4pB_MCXDomA9OaAkamdLDdHp6KyPDNHiMsu-W4AlYVU3i_Zun7TVJ9mF-baMUDXXJ86ULtYRGHhjEC-WYK1gK7PU_PejFZOXKQiJ-HeECn2Wm73TPtoef?key=OAX1JClkG5nbrZJ-82nW2Gpl).

A popup window "Element Settings" will open:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd-uOhVA4t6RDtaSAVLm4P--kMRCQn3rjThI4-ri0ETR8l-bOP__4Cb8pFG5vaCLOz2oS-JwfxgrGtRTU_pRbvOBvUajuHvjDnPl8tB3GACZBi21uhB3tmKiRuf67Ja9cYzL-0JyQ?key=OAX1JClkG5nbrZJ-82nW2Gpl" alt=""><figcaption></figcaption></figure>

### Fields for Widget Configuration

Fill in the necessary fields to configure the widget.

**"Visible Name"** – a text field, filled in manually from the keyboard. It is intended for entering a name that will be displayed to the User.

**"Class"** – a text field, filled in manually from the keyboard. It allows specifying a CSS class for the widget, enabling the styling of the element with custom styles. The specified class can be used to apply certain styles, such as font, background color, etc.

**"Default Value"** – a text field, filled in manually from the keyboard. It allows specifying arbitrary text that will be displayed by default in the widget.

### **Example of Filling Out**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd5S8TJGicBqCxylt5-bB-9EycAqD-nk04wGG4npE7hx2r7b1hGj4x53xzw2uSxYAI8ecoAzv7tkXoi0XVzvlHqWkCdkuTlrZBdhRtR4VSUe4kxQrhj2ES_0opqnOZOAw3iCMBXJw?key=OAX1JClkG5nbrZJ-82nW2Gpl" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td><strong>Field Name</strong></td><td><strong>Value</strong></td></tr><tr><td>Visible Name</td><td>Username</td></tr><tr><td>Class</td><td>label-user-name</td></tr><tr><td>Default Value</td><td>Enter your name</td></tr></tbody></table>

Result:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeppYIFOEM6PYsVCUarXWXe9mqFrdQnY3Lzmsv3hMDuRLxi3iGFRLv5TStpfmvJuUZkJ95nC43kSXInDAcjuzSiifRH0HIS00LHKdwsFltY3Pf0hNOgvSjGScYrs2Kb23hx2ew32Q?key=OAX1JClkG5nbrZJ-82nW2Gpl" alt=""><figcaption></figcaption></figure>


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/deistviya/dizainer-formy/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.
