# Usage

Once installed Formello, you will see a new menu on your dashboard.

![Formello menu](/files/-MkNB0wxqfilW-j799mu)

From this menu you can manage all your forms, create new ones, manage settings, view submissions and addons.

![Formello Submenu](/files/-MkNBrdr8dew89nXf9ci)

To start reating a y goes to "Add new" and a new empty screen will be created. From there you can simply choose  the form block from **block inserter** or typing `/form` in the editor.

Once a new form is added you have multiple choices:

* start with a blank form
* choose one of the form presets
* open library where you can choose from a variety of forms for multiple use cases.

![Add form from inserter](/files/-MkNFCMmIz1xhSI7gIZe)

Once you have your form in place, you can manage options or arrange and create fields. There are several blocks with many options:

* [Form](/usage/form.md): manage form actions, form general settings and display options.
* Input field: manage options for different input type (text, email, number, tel, date, range).
* Select field: allows you to create a dropdown select for choices or even multiselect.
* Textarea: allows you to display a large inpute field.


---

# 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://docs.formello.net/usage.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.
