# Edit

Users must have Edit permission to edit a form

{% hint style="info" %}
Learn more about [form permissions ](/userguides/appverse/apps/create-an-app/forms.md)
{% endhint %}

To Edit a form,&#x20;

{% stepper %}
{% step %}

#### Navigate to the Form

If you have Edit permissions, you will see the "Form Builder" as the second item in the bottom right corner.
{% endstep %}

{% step %}

#### Edit you form&#x20;

A form can be edited using either the form builder or an ODK-compatible XLS file.

* Edit a Field - To modify a field, click the "edit" icon next to it.
* Delete a Field - To delete a field, click the "delete" icon next to it.
* Modify the form structure - The form structure changes when a section, group, or field is moved to a new position. You can drag and drop any form field to change its placement.

{% hint style="info" %}
**Changing the placement of a form field**

Kindly refer to the section "Form Fields on Canvas - Dragging and dropping" of "[Create with Form Builder](/userguides/appverse/apps/create-an-app/forms/create/create-with-form-builder.md)".&#x20;
{% endhint %}
{% endstep %}

{% step %}

#### Save

Forms can be saved in draft mode or can be validated and saved.
{% endstep %}
{% endstepper %}

<figure><img src="/files/gDGhFtBdJdf30DzKHPvl" alt=""><figcaption><p>Edit a form</p></figcaption></figure>


---

# 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://viewzenlabsug.gitbook.io/userguides/appverse/apps/create-an-app/forms/edit.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.
