> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/it/apps-integrations/sesami-forms-app.md).

# App Sesami Forms

Crea moduli di acquisizione personalizzati per raccogliere informazioni dai tuoi clienti durante il processo di prenotazione.

{% embed url="<https://sesami.co/wp-content/uploads/2025/01/2024-unwrapped-sesami-forms-app.mp4>" %}

## Cosa puoi fare

* Aggiungi domande e campi personalizzati alla pagina di prenotazione
* Contrassegna i campi come obbligatori o facoltativi
* Raccogli informazioni come anamnesi, preferenze, allergie o richieste speciali
* Usa i dati raccolti per prepararti agli appuntamenti

{% hint style="info" %}
L’app Sesami Forms è disponibile tramite **Portale amministrativo di Sesami** e funziona con **Prenotazione istantanea di Sesami** solo.
{% endhint %}

## Configurazione dei moduli

1. Vai su **Portale amministratore Sesami > App**
2. Installa l'app **App Sesami Forms**
3. Nella sezione **Moduli** crea il tuo modulo:
   * Aggiungi un nome al modulo
   * Abilitalo
   * Aggiungi gli input e le domande di cui hai bisogno
4. Collega il modulo a un servizio

## Casi d’uso

* **Saloni** — chiedi informazioni sul tipo di capelli, allergie o preferenze di stile
* **Benessere** — raccogli informazioni sanitarie prima di una sessione
* **Consulenze** — raccogli informazioni di base così puoi prepararti
* **Eventi** — chiedi informazioni su restrizioni alimentari o esigenze di accessibilità
* **Liberatorie** — aggiungi una casella di controllo per l’accettazione dei termini (vedi [Liberatoria e termini](/it/prenotazione/booking-features/waiver-terms.md))

## Correlati

* [Prenotazione istantanea di Sesami](/it/prenotazione/booking-features/instant-booking.md) — richiesto per i Moduli
* [Liberatoria e termini](/it/prenotazione/booking-features/waiver-terms.md) — raccogli l’accettazione dei termini durante la prenotazione


---

# 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://help.sesami.co/it/apps-integrations/sesami-forms-app.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.
