# HTML

Para configurar el widget, se deben realizar las siguientes acciones:

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

El widget HTML muestra código HTML, lo que permite a los Usuarios utilizarlo tanto desde la Configuración del widget como desde los Parámetros del programa de Tarea seleccionado.

Para configurar el elemento, haga clic en el ícono de edición ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeqlXZR-KZgtiQWchTKCI3xfqTMIoiM44Ylzm6CnA1c1_zhX5s3V6dysbXcbhIzHFQ9eMIhrvj-LQTJorN31N07T0AYkbIJcSsOej7vApWkpC-BQiODyUecyUGTeVC0flbBAcY1Lg?key=mycX3msac4gDQQ8mrH-VZhch).

Se abrirá una ventana emergente "Configuración del elemento":

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

### Campos para la configuración del widget

Complete los campos necesarios para configurar el widget.

**“Nombre visible”** – campo de texto, se completa manualmente desde el teclado. Está destinado a ingresar el nombre que se mostrará al Usuario;

**“Clase”** – campo de texto, se completa manualmente desde el teclado. Permite especificar una clase CSS para el widget, lo que da la posibilidad de estilizar el elemento con estilos personalizados. La clase especificada puede ser utilizada para aplicar ciertos estilos, como fuente, color de fondo, etc.

**“Valor por defecto”** – campo de texto, se completa manualmente desde el teclado. Permite especificar un código HTML arbitrario que se mostrará por defecto en el widget.

### **Ejemplo de llenado**

<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>Nombre del campo</strong></td><td><strong>Valor</strong></td></tr><tr><td>Nombre visible</td><td>Instrucción para llenar el formulario</td></tr><tr><td>Clase</td><td><code>custom-html-instruction</code></td></tr><tr><td>Valor por defecto</td><td><p><code>&#x3C;div class="instruction-content"></code></p><p><code>&#x3C;h3>Por favor, complete el siguiente formulario:&#x3C;/h3></code></p><p><code>&#x3C;p>Asegúrese de haber proporcionado todos los datos necesarios. Los campos marcados con un asterisco son obligatorios.&#x3C;/p></code></p><p><code>&#x3C;ul></code></p><p><code>&#x3C;li>Nombre&#x3C;/li></code></p><p><code>&#x3C;li>Correo electrónico&#x3C;/li></code></p><p><code>&#x3C;li>Teléfono&#x3C;/li></code></p><p><code>&#x3C;/ul></code></p><p><code>&#x3C;p>Si tiene preguntas, comuníquese con nuestro servicio de soporte.&#x3C;/p></code></p><p><code>&#x3C;/div></code></p></td></tr></tbody></table>

Resultado:

<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/es/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.
