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

# Aplikacja Sesami Forms

Twórz niestandardowe formularze zgłoszeniowe, aby zbierać informacje od klientów podczas procesu rezerwacji.

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

## Co możesz zrobić

* Dodawaj niestandardowe pytania i pola na stronie rezerwacji
* Oznaczaj pola jako wymagane lub opcjonalne
* Zbieraj informacje, takie jak historia zdrowia, preferencje, alergie lub specjalne prośby
* Wykorzystuj zebrane dane do przygotowania się do wizyt

{% hint style="info" %}
Aplikacja Sesami Forms jest dostępna przez **Panel administracyjny Sesami** i współpracuje z **Sesami Instant Booking** tylko.
{% endhint %}

## Konfiguracja formularzy

1. Przejdź do **Sesami Admin Portal > Apps**
2. Zainstaluj **Aplikacja Sesami Forms**
3. W sekcji **Formularze** utwórz swój formularz:
   * Dodaj nazwę formularza
   * Włącz go
   * Dodaj potrzebne pola i pytania
4. Połącz formularz z usługą

## Przykłady użycia

* **Salony** — zapytaj o typ włosów, alergie lub preferencje dotyczące stylu
* **Wellness** — zbieraj informacje zdrowotne przed sesją
* **Konsultacje** — zbieraj informacje ogólne, aby móc się przygotować
* **Wydarzenia** — zapytaj o ograniczenia dietetyczne lub potrzeby dotyczące dostępności
* **Zgody** — dodaj pole wyboru akceptacji warunków (zobacz [Zrzeczenie się odpowiedzialności i warunki](/pl/rezerwacja/booking-features/waiver-terms.md))

## Powiązane

* [Sesami Instant Booking](/pl/rezerwacja/booking-features/instant-booking.md) — wymagane dla formularzy
* [Zrzeczenie się odpowiedzialności i warunki](/pl/rezerwacja/booking-features/waiver-terms.md) — zbieraj akceptację warunków podczas rezerwacji


---

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