> 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/comecar/about-sesami.md).

# Sobre o Sesami

Sesami é a plataforma de agendamentos para o Commerce. O Sesami tem um app de agendamentos no Shopify que ajuda você a vender serviços (compromissos, aulas, locações, degustações etc.) diretamente da sua loja e gerenciar a disponibilidade em **recursos** como membros da equipe, salas e equipamentos.

## O que o Sesami ajuda você a fazer

* **Oferecer serviços reserváveis** vinculados a produtos do Shopify (assim, tudo continua conectado à sua loja)
* **Controlar a disponibilidade** por recursos e regras (intervalos, janelas de reserva, bloqueios)
* **Reduzir a troca de mensagens** com confirmações automatizadas, lembretes e eventos de calendário
* **Oferecer suporte a diferentes experiências de reserva**, incluindo fluxos na loja e assistidos por PDV

## Como ele se encaixa no Shopify

O Sesami funciona junto com o Shopify (clientes, produtos, pedidos). Dependendo da sua configuração, as reservas podem ser:

* **Reservadas sem exigir o checkout do Shopify**, ou
* **Reservadas com checkout do Shopify / criação de pedido** (útil quando você quer que o pagamento seja capturado online ou acompanhado como um pedido)

## Conceitos-chave (definições rápidas)

* **Serviço**: o que o cliente reserva (geralmente um produto do Shopify)
* **Recurso**: qualquer coisa necessária para prestar o serviço (um membro da equipe, sala, máquina etc.)
* **Tipo de recurso**: a categoria de um recurso (por exemplo, “Membro da equipe”, “Sala”, “Equipamento”)

## Próximos passos

* Configure sua conta: /setup/quickstart
* Configuração de recursos: /resources/resources-team-members-rooms-equipment
* Configuração e solução de problemas: [Guia de início rápido](/pt-br/comecar/quickstart.md)
* Sincronização com o Google Agenda: /integrations/google-calendar-integration


---

# 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/comecar/about-sesami.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.
