# Create Form

Video Link: <https://youtu.be/LKM0pjOoqcU>

1. To input data from your pages and retrieve it, you need to **create form** within the pages. To create forms, click on three dots on a page's right side and select the **View Forms** option.

<figure><img src="/files/QbZOXnEaiQPzzSai42oc" alt=""><figcaption></figcaption></figure>

2. Click on **Create Form** to create a form for your page.

<figure><img src="/files/CFOAiQRjpfCzYO78s99B" alt=""><figcaption></figcaption></figure>

3. Fill in all the necessary details, and your form will be created.

{% hint style="info" %}
We support two type of form types:

1. NexaFlow: We will store the data in our servers, and retrieve it to you, whenever required.
2. HubSpot: You can also integrate your HubSpot account, to save your data in their servers.
   {% endhint %}

<figure><img src="/files/iqwSLYfCpBs9fncwTc6R" alt=""><figcaption></figcaption></figure>

4. Once a form is created, you can add multiple fields in the form by using the **Add field** button. And you can save the form by clicking on **Save Form** button.

<figure><img src="/files/rEBJ2YS8d1Tlxlf9g4vE" alt=""><figcaption></figcaption></figure>

5. If you wish to see the code, click on the 3 dots in the Form Name's right, and choose the **View Code** option.

<figure><img src="/files/cahedQ6iJQ077IJrvc3U" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/k5EW9e5LLtHYZwgA0Zj6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once responses are recorded. User can also download response in CSV format.
{% endhint %}

{% hint style="info" %}
You can get the Form Id by click on the ⓘ button on right side of form name.\
![](/files/vanzDdhcqrjZh3ycgSfJ)
{% endhint %}

{% content-ref url="/pages/glWXOf2mAd55VaTDnHKX" %}
[Submit a form](/nexaflow/developer-apis/submit-a-form.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://nexaflow.gitbook.io/nexaflow/dashboard/create-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
