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

# Introducción a la ayuda

<h2 align="center">¿Qué podemos ayudarte a encontrar?</h2>

<p align="center">Aprende y domina el <strong>la plataforma de reservas de Sesami</strong>. Explora los temas a continuación o usa el asistente de IA de ayuda de Sesami para preguntar lo que necesites.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Pregúntale a la IA de Sesami</button> <a href="/pages/c90c9f50ff1233d09ef639295934c95947322898" class="button secondary">Contactar con soporte</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/4de84adb4622260c5945fc726e8c4b6381c6e878"><strong>Comenzar</strong></a></td><td>Obtén ayuda con lo básico</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/4c70a064fcd71ce8fedc9969ed78f7d6f3989ed5"><strong>Reservas</strong></a></td><td>Únete a nuestra comunidad</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/df453204d52f4b04e227147d6a172abde83014d5"><strong>Notificaciones</strong></a></td><td>Envía correos electrónicos de confirmación</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/35181e7cd4b1f59eab244d4f312fe59758b57d29"><strong>Portal de administración</strong></a></td><td>Gestiona la plataforma</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/9e0e64ca422c1e7076872da4426eaa1fdc47a456"><strong>Aplicaciones e integraciones</strong></a></td><td>Amplía tu stack</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/5f4e35d55aa0214c49194761706e35b424dff4ea"><strong>Automatizaciones</strong></a></td><td>Crea y gestiona flujos de trabajo</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/4c39b7c25f9aaa0af0a0d0f842ec22ee3817d648"><strong>Pagos</strong></a></td><td>Configura pagos/checkout</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/f2f51e58117574e84e3692a427df53890a982a9d"><strong>Analíticas e informes</strong></a></td><td>Supervisa tu éxito</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/7f3ae6f01f0387c40c77a4f0c8a795899fea395e"><strong>Gestión de la cuenta</strong></a></td><td>Obtén ayuda con tu facturación</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Reseñas de 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/es/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.
