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

# Introdução à Central de Ajuda

<h2 align="center">Como podemos ajudar você a encontrar?</h2>

<p align="center">Aprenda e domine a <strong>plataforma de agendamentos Sesami</strong>. Navegue pelos tópicos abaixo ou use o assistente de IA do Sesami Help para perguntar qualquer coisa com que você precise de ajuda.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Pergunte ao Sesami AI</button> <a href="/pages/706f6e22caac3da1172c32d3f9d97ba91d5c72d7" class="button secondary">Contatar o Suporte</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/63d392dffc7926aff9a0cd2fa96fd72887e6406e"><strong>Começar</strong></a></td><td>Obtenha ajuda com o básico</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/f58100e8ad28578aeef19def9ba2d177ae57e744"><strong>Agendamentos</strong></a></td><td>Junte-se à nossa comunidade</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/57e2864e026dbfb7ed7cc85fefd3d37af3f62d39"><strong>Notificações</strong></a></td><td>Envie e-mails de confirmação</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/1a294ff70d270ac71f49442b0ad34ffa4b3fc4ef"><strong>Portal do Admin</strong></a></td><td>Gerencie a plataforma</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/c9ab947fcf6dfee7c8d0e203f2d9cb894d1947da"><strong>Aplicativos e Integrações</strong></a></td><td>Amplie sua stack</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/87a06c85b3db4eb348e16ab394caa3e3142b0a03"><strong>Automações</strong></a></td><td>Crie e gerencie fluxos de trabalho</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/f12a08e9bfb4b0a921cd3a18a9b8337b3ae96ef3"><strong>Pagamentos</strong></a></td><td>Configure pagamentos/checkout</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/428414064e15e071aeedada7bfd0231b2c328713"><strong>Análises e Relatórios</strong></a></td><td>Acompanhe seu sucesso</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/4c1f692ecb661c3d80b20a7a2668cdb628051bc1"><strong>Gestão de Conta</strong></a></td><td>Obtenha ajuda com sua cobrança</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Avaliações do 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/pt-br/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.
