# Creación de un formulario

RPA Connect te permite crear formularios de un modo intuitivo y dinámico. Para comenzar, pulsa el botón ***New*** en la esquina superior derecha de la pantalla.

<figure><img src="/files/M89DworPUX5WBVhO8VtZ" alt=""><figcaption><p>Botón "New"</p></figcaption></figure>

Se abrirá una ventana emergente donde podrás completar los datos básicos del formulario:

<figure><img src="/files/pN2tbQr2jo20H7HEh4Zx" alt=""><figcaption><p>Ventana de nuevo formulario</p></figcaption></figure>

Por el momento, nos centraremos en los tres primeros campos:

<table><thead><tr><th width="147">Campo</th><th>Modo de uso</th></tr></thead><tbody><tr><td>Name</td><td>Nombre del formulario, con el cual se mostrará en el espacio de trabajo. Es recomendable optar por un nombre con el que luego pueda ser ubicado fácilmente.</td></tr><tr><td>Description</td><td>Una descripción básica del formulario, que brinde más información respecto a su función o utilidad.</td></tr><tr><td>Workspace</td><td>Espacio de trabajo donde se guardará el formulario, que en esta primera creación quedará configurado como “Default”.</td></tr></tbody></table>

Una vez que hayas finalizado, pulsa el botón ***Create*** para guardar la información ingresada y generar el nuevo formulario.

{% embed url="<https://www.youtube.com/watch?v=SxDMnn3NbnY>" %}


---

# 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.rpaconnect.io/diseno-de-formularios/readme/creacion-de-un-formulario.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.
