> 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-forms/getting-started.md).

# Getting Started

Everything you need to go from signing in to your first published form: sign in with your Dapta account, build and publish a form in five minutes, and learn your way around the dashboard.

Start here if you are new to Dapta Forms. Three short pages take you from the sign-in screen to a live form and a dashboard you know your way around.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-5500bbc2b7c815f2d3d72d0eea15a2c29f9e2c26%2Fforms-getting-started-01-forms-list.png?alt=media" alt="The Forms page listing several forms with the Create form button highlighted in the top right"><figcaption><p>The <strong>Forms</strong> page is where every form you build lives. <strong>Create form</strong> starts a new one.</p></figcaption></figure>

1. [**Sign in with your Dapta account**](/dapta-forms/getting-started/sign-in.md): open forms.dapta.ai, click **Continue with Dapta**, and land in your workspace. Same login as app.dapta.ai.
2. [**Quickstart: your first form in 5 minutes**](/dapta-forms/getting-started/quickstart-first-form.md): create a form, add three questions, preview it on mobile, publish it and copy the public link.
3. [**Dashboard tour**](/dapta-forms/getting-started/dashboard-tour.md): Home, the left menu, the profile menu, the app and workspace switchers, the theme toggle, and how to collapse the sidebar.

> **💡 Tip:** Dapta Forms is free and has no plans or limits to unlock. The only thing you need is a Dapta account.


---

# 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-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.
