> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-dashboard/formularios/crear-un-formulario.md).

# Crear un formulario

## 1. Accede al dashboard con tu cuenta de administrador

Para crear un formulario, primero debes **iniciar sesión** en [**Dashboard Videsk**](https://app.videsk.io) con tu cuenta de administrador.

## 2. Accede a "Formularios" y crea uno nuevo

A continuación dirígete al menú principal **Formularios** y **selecciona el botón celeste (+).** Se abrirá una ventana emergente donde debes **asignar un nombre** (es obligatorio para todos los formularios) y una **descripción** (esta es opcional).

![](/files/-MeflvdP2qBh5sVpvMlV)

![](/files/-Mefb89VGh4lWy8vPOGk)

## 3. Edita tu formulario recién creado

Por defecto, los formularios recién creados traen dos campos predefinidos como Nombre e e-mail. Pero puedes eliminarlos y crear tus propios campos.

![](/files/-MefeSNNP2m4VvJ6pFxp)

Para añadir nuevos campos, sólo debes tomar los elementos y arrastrarlos al área de trabajo, tal como muestra la imagen a continuación.

![](/files/-Mefebsp4utMz-70arcf)

## 4. Guardar cambios realizados en el formulario

Para guardar los cambios debes presionar el botón celeste de la parte superior izquierda del formulario **Guardar cambios.**

![](/files/-MefkjEetwCA5DmgiYK5)

Conoce los [**tipos de campos disponibles para crear formularios en Videsk →**](/es-dashboard/formularios/tipos-de-campos.md)

{% hint style="warning" %}
**Es requisito que la cuenta tenga vinculado un proveedor de captcha**, esto evitará el envío masivo de información por parte de bots de terceros.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.videsk.io/es-dashboard/formularios/crear-un-formulario.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
