# Formello

## English

- [Introduction](https://docs.formello.net/master.md): A Gutenberg form builder
- [Installation](https://docs.formello.net/installation.md)
- [Usage](https://docs.formello.net/usage.md): Learn how to create your first Formello form in WordPress
- [Form](https://docs.formello.net/usage/form.md): Usage of form block
- [Input field](https://docs.formello.net/usage/input.md): Input field block
- [Button](https://docs.formello.net/usage/button.md)
- [Admin area](https://docs.formello.net/admin.md)
- [Forms](https://docs.formello.net/admin/forms.md): Page with all your forms
- [Submissions](https://docs.formello.net/admin/submissions.md): Page to view all submissions
- [Settings](https://docs.formello.net/admin/settings.md): The settings page
- [Addons](https://docs.formello.net/addons.md): Formello comes with a bunch of addons that expand its functionality.
- [Popper](https://docs.formello.net/addons/popper.md): Popup builder
- [Inserter](https://docs.formello.net/addons/inserter.md): Automagically insert form on posts/pages
- [Exporter](https://docs.formello.net/addons/exporter.md): Export to Excel
- [Web Hooks](https://docs.formello.net/addons/web-hooks.md)
- [Mailchimp](https://docs.formello.net/addons/mailchimp.md): Addon to perform Mailchimp action
- [GetResponse](https://docs.formello.net/addons/getresponse.md)
- [SendinBlue](https://docs.formello.net/addons/sendinblue.md)
- [MailPoet](https://docs.formello.net/addons/mailpoet.md)

## Italiano

- [Introduzione](https://docs.formello.net/italiano-1/introduzione.md)
- [Come installare](https://docs.formello.net/italiano-1/come-installare.md)
- [Amministrazione](https://docs.formello.net/italiano-1/amministrazione.md)
- [Form](https://docs.formello.net/italiano-1/blocchi/form.md): Blocco Form Gutenberg
- [Campi input](https://docs.formello.net/italiano-1/blocchi/campi-input.md): Blocchi input Gutenberg


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.formello.net/master.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.
