# Create a Form

{% hint style="success" %}
Create a New Form\
\
In your preferred workspace, click the "Create Form" button (or choose a template). ⭐️
{% endhint %}

{% hint style="success" %}
Add Fields\
\
Using the drag-and-drop interface, add form questions such as text fields, checkboxes, and more. Customize each question's properties, including labels, validation rules, and placeholders. 🫐
{% endhint %}

{% hint style="success" %}
Customize Theme and Branding\
\
Customize your form by selecting your logo, background, colors, fonts, text and buttons.&#x20;
{% endhint %}

{% hint style="success" %}
Configure Settings\
\
Set up form-specific settings, including notifications, and submission behavior. Define actions to be taken upon form submission, such as sending confirmation emails or redirecting users to specific pages. ⚙️
{% endhint %}

{% hint style="success" %}
Preview and Publush\
\
Use the preview feature to see how it will appear to users. Once satisfied with your form, click the "Publish", and voilà!&#x20;
{% 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://help.formberry.io/help-center/create-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.
