# Creating a Form

**Step 1:** Navigate to **Forms & Pages > Forms**&#x20;

**Step 2:** Click on the green '+' button on the top right of your screen to create a new form. In the pop-up that appears, either select a template to start off with or click on 'Start from scratch.'

<figure><img src="/files/NOKvow2F2gUMgPt8BBOz" alt="" width="375"><figcaption></figcaption></figure>

**Step 3:** Fill out the details under the 'Basic Info' and 'Configure' sections.&#x20;

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

**Step 4:** Under the 'Create' section, drag-and-drop fields from the list on the right over to the form on the left. When you hover over a field box in your form, you'll see 5 icons:

* The X icon will delete the field box form your form
* The ✎ icon will allow you to edit the label and placeholder text, indicate whether or not a field box is required, and edit other options
* The ❏ icon will allow you to duplicate the field box
* The ↑ icon will allow you to move the field box up one spot
* The ↓ icon will allow you to move the field box down one spot

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

**Step 5:** Once you are done creating the form, click the 'Save' button!


---

# 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://help.gleantap.com/forms/creating-a-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.
