> 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/se/apps-integrations/sesami-forms-app.md).

# Sesami Forms-app

Skapa anpassade intake-formulär för att samla in information från dina kunder under bokningsprocessen.

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

## Vad du kan göra

* Lägg till anpassade frågor och fält på bokningssidan
* Markera fält som obligatoriska eller valfria
* Samla in information som sjukdomshistorik, preferenser, allergier eller särskilda önskemål
* Använd den insamlade datan för att förbereda inför möten

{% hint style="info" %}
Sesami Forms-appen finns tillgänglig via **Sesami Admin Portal** och fungerar med **Sesami Instant Booking** endast.
{% endhint %}

## Konfigurera formulär

1. Gå till **Sesami Admin Portal > Appar**
2. Installera **Sesami Forms App**
3. Under **Forms** avsnittet skapar du ditt formulär:
   * Lägg till ett formulärnamn
   * Aktivera det
   * Lägg till de inmatningsfält och frågor du behöver
4. Koppla formuläret till en tjänst

## Användningsområden

* **Salonger** — fråga om hårtyp, allergier eller stilpreferenser
* **Välmående** — samla in hälsoinformation före ett pass
* **Konsultationer** — samla in bakgrundsinformation så att du kan förbereda dig
* **Evenemang** — fråga om kostrestriktioner eller behov av tillgänglighet
* **Ansvarsfriskrivningar** — lägg till en kryssruta för godkännande av villkor (se [Ansvarsfrihet & villkor](/se/bokning/booking-features/waiver-terms.md))

## Relaterat

* [Sesami Instant Booking](/se/bokning/booking-features/instant-booking.md) — krävs för Forms
* [Ansvarsfrihet & villkor](/se/bokning/booking-features/waiver-terms.md) — samla in godkännande av villkor under bokningen


---

# 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/se/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.
