> 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/analytics/bookings-report.md).

# Report delle prenotazioni

Esporta i tuoi appuntamenti e i dati delle prenotazioni come report, recapitato direttamente all’email di amministrazione del tuo negozio.

## Disponibilità del piano

L’esportazione dei report è disponibile nei piani **Pro** e **Premium** .

## Come esportare

{% stepper %}
{% step %}

#### Apri gli appuntamenti imminenti

Vai su **Sesami > Appuntamenti imminenti** nel pannello di amministrazione del tuo negozio.
{% endstep %}

{% step %}

#### Fai clic su Visualizza tutto

Apri l’elenco completo degli appuntamenti.
{% endstep %}

{% step %}

#### Scegli un filtro

Seleziona uno tra: **Imminenti**, **Tutti**, **Passati**, oppure **Intervallo di date**.
{% endstep %}

{% step %}

#### Fai clic su Esporta

Il report verrà inviato via email al tuo indirizzo del negozio entro pochi minuti.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Limite di frequenza:** È possibile richiedere un nuovo report circa ogni **10 minuti**.
{% endhint %}

## Cosa è incluso

Il report esportato include:

* ID appuntamento / ID ordine
* Membro del team (risorsa)
* Prodotto / Variante
* Durata / Data / Ora
* Nome ed email del cliente
* Stato del pagamento
* Link per la riprogrammazione
* Stato di check-in / assenza
* Quantità (per appuntamenti di gruppo)
* Posizione (solo Portale amministratore)
* Risorsa (solo Portale amministratore)

{% hint style="info" %}
In Sesami, **i membri del team sono un tipo di Risorsa** (le risorse possono essere anche stanze, attrezzature, ecc.). L’esportazione del Portale amministratore include tutti i campi completi relativi a risorse e posizioni.
{% endhint %}

## Correlati

* [Analisi](/it/analytics/analytics.md) — metriche e approfondimenti sulle prenotazioni
* [Appuntamenti di gruppo](/it/prenotazione/booking-features/group-appointments.md) — comprendere la quantità nelle esportazioni
* [Sedi](/it/amministrazione/locations.md) — report multi-sede


---

# 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/analytics/bookings-report.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.
