> ## Documentation Index
> Fetch the complete documentation index at: https://docs.formizee.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create your first form

> Get started with Formizee.

## 1. Create your Formizee account

The first step to using Formizee is to create an account. You can do this by visiting [dashboard.formizee.com](https://dashboard.formizee.com) or by clicking the Dashboard button in the top right of your screen.

<Frame caption="Create your account">
  <img className="block dark:hidden" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/1-light.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=475a2996d0c0a41195a2e674fb38d913" alt="Signup Page for Formizee" width="2836" height="1732" data-path="assets/guides/create-your-first-form/1-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/1-dark.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=ad9b6ee636db3539ed9d21568e778eec" alt="Signup Page for Formizee" width="2836" height="1732" data-path="assets/guides/create-your-first-form/1-dark.png" />
</Frame>

## 2. The Dashboard

As soon as you create your account, you will be redirected to the main workbench of Formizee, the Dashboard.
Here you can build, design and and monitorize all your forms and data.

<Info>If you are more of a terminal style user (btw), you can also use the **API**, it's fully featured to work with.</Info>

<Frame caption="The Dashboard">
  <img className="block dark:hidden" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/2-light.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=a6bab1e252c8abe72b682ba6d0ee03fe" alt="Dashboard Page for Formizee" width="2836" height="1732" data-path="assets/guides/create-your-first-form/2-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/2-dark.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=f78cfd560b21c438358786c3fac1a4ca" alt="Dashboard Page for Formizee" width="2836" height="1732" data-path="assets/guides/create-your-first-form/2-dark.png" />
</Frame>

## 3. Create your first form

Now that we are inside the dashboard, we will click on the "New" button on the top of the sidebar.
This will show a dialog to create your form.

<Frame caption="Create your form">
  <img className="block dark:hidden" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/3-light.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=9ad730c404a9a4b4516e3211be42adf7" alt="Create your form" width="2836" height="1732" data-path="assets/guides/create-your-first-form/3-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/3-dark.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=3dfe3485caa1dd3b028a37752a6b6f03" alt="Create your form" width="2836" height="1732" data-path="assets/guides/create-your-first-form/3-dark.png" />
</Frame>

## 4. Your form is ready

Now you can see your brand new form, customize the appearance is you want *(icon, colors...)*
If you look closer, in the first section appears your `Endpoint URL`, this is used to integrate the form within your app.

<Frame caption="Create your form">
  <img className="block dark:hidden" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/4-light.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=b55fde396456fe0e6c922274ad981bd0" alt="Create your form" width="2836" height="1732" data-path="assets/guides/create-your-first-form/4-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/formizee/UMqC5saRDgjM1LWR/assets/guides/create-your-first-form/4-dark.png?fit=max&auto=format&n=UMqC5saRDgjM1LWR&q=85&s=b51ccc832716fea43cc4650fa0ddfe15" alt="Create your form" width="2836" height="1732" data-path="assets/guides/create-your-first-form/4-dark.png" />
</Frame>

<Tip>You can also see the Endpoint ID on the settings tab under "Formizee ID"</Tip>

## 5. Next steps

Now that your form is created, we recommend our quickstart templates for your framework of choice.

<CardGroup cols={2}>
  <Card icon="link" href="/introduction" title="See Quickstarts" horizontal={true} />
</CardGroup>
