> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/forms/managing-forms.md).

# Managing Forms

SimpleSpa features integrated forms, so you can quickly and easily add your own custom intake forms, questionnaires, and even consent forms with the ability capture your clients signature

## Adding a Form

Hit the Add Form button, and you will first need to enter the Name of the form you are creating and a description, please make sure the description is something that your client will understand what the form is about. Then hit the Save to go to the Form Editor

<figure><img src="/files/d8OD8llS1lrf2L3kvKWr" alt=""><figcaption><p>The Add Form button in the SimpleSpa Forms page</p></figcaption></figure>

<figure><img src="/files/bDgjXXlqbZ4ALmLIePym" alt=""><figcaption><p>Add Form prompt in SimpleSpa</p></figcaption></figure>

<figure><img src="/files/QPRWDlFngQi02iuqUxrj" alt=""><figcaption><p>Form Data Entry - The next step after completing the Add Form prompt</p></figcaption></figure>

## Editing a Form

At any point you can hit the pencil button next to the form and a window will appear where you can edit the Name, Description and also adjust the sorting and remove questions that you have added (click on the Edit on the top of the popup to expand the editor to adjust the name/description and form settings)

<figure><img src="/files/OlZd6iFABXOq9GHL3A0Q" alt=""><figcaption><p>Editing the main Form settings</p></figcaption></figure>

<figure><img src="/files/w30fT7NAPxB1IsBv8fdo" alt=""><figcaption><p>The Edit Form prompt showing the form field entries</p></figcaption></figure>

<figure><img src="/files/j80Z21Tam7vMqjrGB1G5" alt=""><figcaption><p>Form field editing in SimpleSpa</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplespa.net/simplespa-documentation/fundamentals/forms/managing-forms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
