> For the complete documentation index, see [llms.txt](https://docs.dapta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapta.ai/dapta-docs-es/dapta-forms/getting-started.md).

# Primeros pasos

Todo lo que necesitas para pasar de iniciar sesión a tu primer formulario publicado: entra con tu cuenta de Dapta, construye y publica un formulario en cinco minutos, y aprende a moverte por el panel.

Empieza aquí si es tu primera vez en Dapta Forms. Tres páginas cortas te llevan de la pantalla de inicio de sesión a un formulario en vivo y a un panel por el que sabes moverte.

<figure><img src="https://365551146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMUYDYzjmxpzlYaw0gcaZ%2Fuploads%2Fgit-blob-62e50df23509a3ce66853f02f2e95f3ce0d560fa%2Fforms-results-02-form-tabs.png?alt=media" alt="La página Formularios con varios formularios en la lista y el botón Crear formulario resaltado arriba a la derecha"><figcaption><p>La página <strong>Formularios</strong> es donde vive cada formulario que construyes. <strong>Crear formulario</strong> empieza uno nuevo.</p></figcaption></figure>

1. [**Entra con tu cuenta de Dapta**](/dapta-docs-es/dapta-forms/getting-started/sign-in.md): abre forms.dapta.ai, haz clic en **Continuar con Dapta** y cae en tu workspace. El mismo login que app.dapta.ai.
2. [**Tu primer formulario en 5 minutos**](/dapta-docs-es/dapta-forms/getting-started/quickstart-first-form.md): crea un formulario, añade tres preguntas, míralo en móvil, publícalo y copia el enlace público.
3. [**Recorrido por el panel**](/dapta-docs-es/dapta-forms/getting-started/dashboard-tour.md): Inicio, el menú de la izquierda, el menú de perfil, los selectores de app y de workspace, el interruptor de tema y cómo plegar la barra lateral.

> **💡 Tip:** Dapta Forms es gratis y no tiene planes ni límites que desbloquear. Lo único que necesitas es una cuenta de Dapta.


---

# 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.dapta.ai/dapta-docs-es/dapta-forms/getting-started.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.
