# Create a Form

In the App Editor, go to the **`Pages & Forms`** tab and use the :heavy\_plus\_sign:**`New`** icon to add a new page to your App.&#x20;

<div align="left"><figure><img src="/files/pM7VI695hryrHvuQMlrP" alt="Zingy App Editor - New Page button" width="380"><figcaption><p>Zingy App Editor - New Page button</p></figcaption></figure></div>

Select **Form** as the type and provide a unique ID for your page.&#x20;

{% hint style="warning" %}
Please note that the **ID of your form cannot be changed**, but you can change the display name for the page.

The ID is used internally to refer to the form. The ID also gets used as the default name in the page's URL when you publish the form. You are allowed to change the name in the form's URL. See [Page Publishing](/app-editor/page-settings.md#publishing) for more information.
{% endhint %}

<div align="left"><figure><img src="/files/YbEQzng7ADOSouOFs3Iu" alt=""><figcaption></figcaption></figure></div>

Once the App editor creates your form, it will be shown amongst the list of pages and forms.

<div align="left"><figure><img src="/files/gWWnkPbkKuHoVX1k4vQG" alt="" width="563"><figcaption></figcaption></figure></div>

See [Working with Forms](/app-editor/page-editor/working-with-forms.md) for information about designing to your form.


---

# 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://docs.zingy.ai/app-editor/pages-and-forms/create-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.
