> 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/additional-questions-form-editor.md).

# Additional Questions (Form Editor)

SimpleSpa supports rich text editing so you can customize your form header, descriptions and questions to look any way you like; After you have added a form on SimpleSpa the next step is to add questions for your clients to respond to, SimpleSpa Forms offers the following fields

<figure><img src="/files/3eYr64NkucRh1qa02vnu" alt=""><figcaption><p>The Add Question/Form Field button</p></figcaption></figure>

<figure><img src="/files/dGWEbsgNTLV2Q80oiwFR" alt=""><figcaption><p>The Add Form Field prompt</p></figcaption></figure>

## Header

A header section clearly depicts what questions you will be asking

## Description

General information about the form that will be displayed

## Short Answer

Customer input field, that is most commonly used; i.e. What is your name?

## Date

This field accepts a date with a date-picker; i.e. Enter your birthday?

## Checkbox

Here you should ask a simple question; i.e. Are you over 18?

## Yes/No

If you require an explicit Yes/No reply, this field will show a radio button with those two options

### Range/Scale

A radio list of a selectable option from 0-10 i.e. How likely are you you use this product?

## Terms

Here you can write terms that will need to be accepted by the respondent

## Signature

Accept a digital signature from your client, here your client will have a space to draw their signature

Any field can be set as required so a form will not be submitted until the field has been answered


---

# 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/additional-questions-form-editor.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.
