# Creating, Updating & Deleting Forms

<figure><img src="/files/fn2Pp7dREGgnq9veOk80" alt=""><figcaption><p>Forms Page</p></figcaption></figure>

## Creating Forms

<figure><img src="/files/XMFAaMec8pzkRctfPszx" alt=""><figcaption><p>Create Form Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to create Forms to perform the steps below.
{% endhint %}

1. Visit the Create Form Page at <https://customdomain.com/admin/forms/create.&#x20>;
2. Fill out the necessary fields including the new Form's title, public ID, department, and query parameter setting.
3. Create Form Pages and Form Blocks. You can refer to [Contents of a Form](/docs/forms/contents-of-a-form.md) for more information on how these settings affect your Form's behavior.
4. Click "Create Form".
5. Confirm the action on the dialog popup.

{% hint style="info" %}
Previewing a Form through the Form's Page allows you to fill out fields, navigate all the pages, and click submit without it creating a Form Response.
{% endhint %}

## Updating Forms

{% hint style="warning" %}
You must have permission to update Forms to perform the steps below.
{% endhint %}

1. On the Forms Page, click the "Edit" icon in the row of your chosen Form. Alternatively, you can go to the Form's own page and click the "Edit" icon in the upper-right corner.

<figure><img src="/files/lTpBMhO8j7Zjeajp2zPX" alt=""><figcaption><p>Edit Form Icon on the Forms Page</p></figcaption></figure>

2. Update the settings and/or the Form Pages and Form Blocks you wish to change.
3. Click "Save Edits".
4. Confirm the action on the dialog popup.

## Deleting Forms

{% hint style="warning" %}
You must have permission to delete Forms to perform the steps below.
{% endhint %}

1. On the Forms Page, click the "More" icon in the row of your chosen Form.&#x20;

<figure><img src="/files/cASuuTB0VIsZHrPvZeJ7" alt=""><figcaption><p>Delete Form Button on the Forms Page</p></figcaption></figure>

2. Click "Delete Form". Alternatively, you can go to the Form's own page and click the "Delete" icon in the upper-right corner.
3. Confirm the action on the dialog popup.

## Restoring Forms

Forms are only ever soft deleted so you can always restore previously deleted Forms. Proceed to the following instructions to learn how:

<figure><img src="/files/mYjqAKWv2NHTq0SPCFD4" alt=""><figcaption><p>Viewing Deleted Forms on the Forms Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to delete Forms to perform the steps below.
{% endhint %}

1. On the Forms Page, click "Show Deleted" in the upper left corner.
2. Find the Form by scrolling through the list or using the available filters.
3. Click the "More" icon in the row of your chosen Form.&#x20;

<figure><img src="/files/vFrvFe35vdMhbO2kpmvd" alt=""><figcaption><p>Restore Form Button on the Forms Page</p></figcaption></figure>

4. Click "Restore Form". Alternatively, you can go to the Form's own page and click the "Restore" icon in the upper-right corner.&#x20;
5. Confirm the action on the dialog popup.


---

# 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://meetbit.gitbook.io/docs/forms/creating-updating-and-deleting-forms.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.
