> 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/sign-in.md).

# Sign in with your Dapta account

Sign in to Dapta Forms with your Dapta account: click Continue with Dapta, land in your workspace, find your profile and workspace in the left menu, and understand what Log out does to your shared Dap

Dapta Forms does not have its own passwords. You sign in with the same Dapta account you use at app.dapta.ai, and you land in a workspace you already belong to. This page shows what to expect the first time and where your account lives in the interface.

***

**Step 1:** Go to [forms.dapta.ai](https://forms.dapta.ai). If you are not signed in yet, you are taken straight to the secure Dapta sign-in, the same screen as app.dapta.ai. If you arrive on the **Sign in** card instead (for example right after logging out), click **Continue with Dapta**.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-5cff52f26d925f6440200150e134f039884c4174%2Fforms-sign-in-01-login-card.png?alt=media" alt="The Dapta Forms sign-in card with the title Sign in, the text You&#x27;ll be redirected to sign in securely, and the Continue with Dapta button"><figcaption><p>The sign-in card. <strong>Continue with Dapta</strong> sends you to the Dapta login and brings you back.</p></figcaption></figure>

Use whichever method your Dapta account uses there (Google, Microsoft, LinkedIn or email, depending on what is enabled for you). If you do not have a Dapta account yet, create one on the same screen: it is free.

> **⚠️ Note:** If you see **Something went wrong signing in. Please try again.**, reload forms.dapta.ai and click **Continue with Dapta** again. A sign-in that simply expired does not log you out of the Dapta app.

***

**Step 2:** You land on **Home**. On your first sign-in, Dapta Forms creates your Forms profile from your Dapta account:

* **Your workspace** is the Dapta workspace you belong to, shown at the top of the left menu. If you belong to several, the first one is selected and you can switch with the workspace switcher. The first person to open a workspace in Forms becomes its owner; everyone else keeps the role they have in the Dapta app.
* **Your handle** is derived from your name or email (for example `alex`). It becomes part of every public form URL: `forms.dapta.ai/{account code}/{handle}/{form slug}`.
* **Your profile** (name, email and avatar initial) sits at the bottom of the left menu.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-50d662fc4fd51d3515dcc7cc6b6d13c62b3712b8%2Fforms-sign-in-02-workspace.png?alt=media" alt="The Home screen after signing in, with the workspace switcher at the top of the left menu and the profile button at the bottom highlighted"><figcaption><p>After sign-in: your workspace at the top of the menu, your profile at the bottom.</p></figcaption></figure>

Nothing else is required. You can click **Create a form** right away, or read the [Dashboard tour](/dapta-forms/getting-started/dashboard-tour.md) first.

***

**Step 3:** To sign out, click your profile at the bottom of the left menu and choose **Log out**.

<figure><img src="https://3835013762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCy5rSNtQmtqYCGzJlNEB%2Fuploads%2Fgit-blob-e37b67cf4ccf0d32c47845ac6d4d2ca17d7c2081%2Fforms-sign-in-03-log-out.png?alt=media" alt="The profile menu open at the bottom of the left menu, with Workspaces, Brand kit, Notifications, Public page and Log out, and Log out highlighted"><figcaption><p><strong>Log out</strong> is the last item in the profile menu.</p></figcaption></figure>

> **⚠️ Note:** **Log out** ends your Forms session **and** the shared Dapta session, so you will also be signed out of app.dapta.ai in that browser. You land back on the **Sign in** card, where **Continue with Dapta** gets you in again.

***

## Reference: what is shared with the Dapta app

| Item                          | Shared with app.dapta.ai? | Notes                                                                                                                   |
| ----------------------------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Login                         | Yes                       | One identity, one sign-in screen. Logging out of Forms logs you out of both.                                            |
| Workspaces                    | Yes                       | Same workspaces, same names. Renaming a workspace in Forms renames it in the Dapta app too.                             |
| Members and roles             | Yes                       | Owner, admin and member map to the roles in the Dapta app. Ownership is transferred from the Dapta app, not from Forms. |
| Forms, submissions, brand kit | No                        | These live in Dapta Forms only.                                                                                         |
| Billing                       | Not needed                | Dapta Forms is free. The vanity slug in your public URL is the only perk tied to a Dapta AI subscription.               |

## What's next

* [Quickstart: your first form in 5 minutes](/dapta-forms/getting-started/quickstart-first-form.md)
* [Dashboard tour](/dapta-forms/getting-started/dashboard-tour.md)
* [Workspaces](/dapta-forms/account/workspaces.md) and [Members & roles](/dapta-forms/account/members-and-roles.md)


---

# 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/sign-in.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.
