# Creating a form

{% hint style="danger" %}
**Important:** Before creating your first form, please read the [**First time setup**](/quick-start/first-time-setup.md) article in full. It contains important information about some of the core Super Forms functionalities which shouldn't be overlooked. Especially understanding the [differences between Global settings and Form settings](#h_01evm3d182pegrfy3r2zxyvka0) and the configuration of [Secure file uploads](/quick-start/secure-file-uploads.md).
{% endhint %}

To create a new form navigate to **Super Forms > Create Form**.

<div align="left"><figure><img src="/files/hYbKAKs2MXft7Ifsf0bX" alt="Create a new WordPress form"><figcaption><p>Create a new WordPress form</p></figcaption></figure></div>

{% hint style="info" %}
If you don't want to build a form from scratch you can checkout many of the available demo forms under **Super Forms > Demos** menu. Use them as a starting template or to simply learn about the possibilities of the plugin.
{% endhint %}

If this is the first time you create a form, you will see a walkthrough guide. Don't skip it, just follow along until you finished it. When you finished come back to this guide and continue reading below.

If you previously created a form you will now see the Form setup wizard where you will be able to review the most important form settings based on your global settings.

Change them accordingly when necessary and click on the **Save settings** button. If not, you can proceed by clicking the **Skip wizard** button.

<div align="left"><figure><img src="/files/CaR7uvq0JVonBQKUbYVT" alt="WordPress form setup wizard"><figcaption><p>WordPress form setup wizard</p></figcaption></figure></div>

This will create a new form from scratch with the settings based on your [**Global Settings**](/quick-start/first-time-setup.md#h_01evm3ctsvapkbst5j5kq9bk3y) with the selected settings defined during the wizard.

{% hint style="warning" %}
**Note:** The [**Global Settings**](/quick-start/first-time-setup.md#h_01evm3ctsvapkbst5j5kq9bk3y) will never affect previously created form settings if they do not share the same values. It is good practice to change settings on the form itself after creating one.
{% endhint %}


---

# 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.super-forms.com/quick-start/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.
