> 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/readme.md).

# Introduzione alla documentazione di aiuto

<h2 align="center">Come possiamo aiutarti a trovare ciò che cerchi?</h2>

<p align="center">Impara e padroneggia la <strong>piattaforma di prenotazione Sesami</strong>. Esplora gli argomenti qui sotto oppure usa l'assistente Sesami Help AI per chiedere qualsiasi cosa su cui ti serve aiuto.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Chiedi a Sesami AI</button> <a href="/pages/251d12ead0dc702f4f3f0037326912d95c96f379" class="button secondary">Contatta l'assistenza</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><a href="/pages/4f7428c73e95648a499e3c3271f54b3a9b8789de"><strong>Inizia</strong></a></td><td>Ricevi aiuto con le basi</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/da1dfe090480dd3c2ad41447670574014f17420a"><strong>Prenotazione</strong></a></td><td>Unisciti alla nostra community</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/f543c7ba806c40c5fd5a3f5e2a5bacb81b802c13"><strong>Notifiche</strong></a></td><td>Invia email di conferma</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/634ef76584c1549f01e2d515ff86d1472451f4b2"><strong>Portale amministratore</strong></a></td><td>Gestisci la piattaforma</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/82f8cb0b672e6fa600a04bdef20a0ad65fa077e7"><strong>App e integrazioni</strong></a></td><td>Espandi il tuo stack</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/1d9c24826d34ca8fb2408a4c158e9ef005cf61c6"><strong>Automazioni</strong></a></td><td>Crea e gestisci i flussi di lavoro</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/60c0784565ec48fbab532e72df8c551f879c9f0e"><strong>Pagamenti</strong></a></td><td>Configura pagamenti/checkout</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/4916b220e8283c05d7f8d81b378c32d8d817021c"><strong>Analisi e report</strong></a></td><td>Tieni traccia del tuo successo</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/c12103a6b58b9f76d6a4d2082d7d75642b0476a0"><strong>Gestione dell'account</strong></a></td><td>Ricevi aiuto con la fatturazione</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Recensioni di Sesami**](https://apps.shopify.com/sesami/reviews?ratings%5B%5D=5)
{% endhint %}


---

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