# HTML

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfQsfw7rpduAYlMKHPo0qLo9g7Oz4reLElB-rRFB7zFMyzLtJfZGAIdg0dwPnO9xbTssX1VRg8ghch3SOlnStb0rM9h3KEt2LESbw6QA22YY78bvsyiu52vbDfTBgOHpPeS4ZFK1A?key=mycX3msac4gDQQ8mrH-VZhch" alt=""><figcaption></figcaption></figure>

The HTML widget displays HTML code, allowing Users to use it both from the Widget Settings and from the Parameters of the selected Task program.

To configure the element, click on the edit icon ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeqlXZR-KZgtiQWchTKCI3xfqTMIoiM44Ylzm6CnA1c1_zhX5s3V6dysbXcbhIzHFQ9eMIhrvj-LQTJorN31N07T0AYkbIJcSsOej7vApWkpC-BQiODyUecyUGTeVC0flbBAcY1Lg?key=mycX3msac4gDQQ8mrH-VZhch).

A pop-up window "Element Settings" will open:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdDarc62W-2FqWlwffTuEHS0645Cm6pLluy6LNXWjHirWJGMkMt2Y-xfctIfaquWx4KCj_aY9SaHFTgf2i_BWQ9eFpXtWtuNX5_ESWAYJovh0THSxz8GTE6xtSca11gADwIoXIWQw?key=mycX3msac4gDQQ8mrH-VZhch" alt=""><figcaption></figcaption></figure>

### Widget Configuration Fields

Fill in the necessary fields to configure the widget.

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

**"Class"** – a text field that is filled in manually from the keyboard. It allows you to specify a CSS class for the widget, enabling you to style 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 that is filled in manually from the keyboard. It allows you to specify arbitrary HTML code that will be displayed by default in the widget.

### **Example of Filling**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfvySfuPreOkaro6g37lFpJi7mpw9HopN0tNR60qLKeuPZd4v4K9fvu4yrZTxILf7dbiHsx8lq8XFVi8yKUxCjG0DhodEPgWC3TV60w106tiNB_0xuJNylivUL4mw9zhsFaIQxvOA?key=mycX3msac4gDQQ8mrH-VZhch" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="151"></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>Form Filling Instructions</td></tr><tr><td>Class</td><td><code>custom-html-instruction</code></td></tr><tr><td>Default Value</td><td><p><code>&#x3C;div class="instruction-content"></code></p><p><code>&#x3C;h3>Please fill out the following form:&#x3C;/h3></code></p><p><code>&#x3C;p>Make sure you provide all the necessary information. Fields marked with an asterisk are required.&#x3C;/p></code></p><p><code>&#x3C;ul></code></p><p><code>&#x3C;li>Name&#x3C;/li></code></p><p><code>&#x3C;li>Email&#x3C;/li></code></p><p><code>&#x3C;li>Phone&#x3C;/li></code></p><p><code>&#x3C;/ul></code></p><p><code>&#x3C;p>If you have any questions, please contact our support team.&#x3C;/p></code></p><p><code>&#x3C;/div></code></p></td></tr></tbody></table>

Result:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfJug5Rtati25BRTGxol-A_q4hWVH-_gB7dsoOL1RfFS0JjK7OpfO9K8TpV058nhQ11jTFEspJB2-ASneHynqd3rQFe4zAId0jFCAvTpXYfs3aJHTaNyjpF15N0o8q2YVeE0UwM4A?key=mycX3msac4gDQQ8mrH-VZhch" 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/html.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.
