> 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/reserva/booking-features.md).

# Funcionalidades de reserva

Funcionalidades ao nível do serviço que melhoram a experiência de reserva e acrescentam capacidades especiais aos seus serviços.

## O que são Funcionalidades de Reserva?

As funcionalidades de reserva são capacidades opcionais que pode ativar por serviço para proporcionar melhores experiências aos seus clientes e mais controlo para o seu negócio.

## Funcionalidades Disponíveis

### Reserva Rápida

* [**Reserva Instantânea**](/pt/reserva/booking-features/instant-booking.md) - Ignorar o checkout da Shopify para reservas mais rápidas
* [**Compromissos de Grupo**](/pt/reserva/booking-features/group-appointments.md) - Permitir que vários clientes reservem o mesmo horário

### Reservas de Várias Sessões

* [**Reservas de Vários Dias**](/pt/reserva/booking-features/multi-day-bookings.md) - Serviços que abrangem vários dias
* [**Pacotes de Reserva**](/pt/reserva/booking-features/booking-packages.md) - Agrupar várias sessões num só pacote

### Gestão de Clientes

* [**Cancelamentos e Reagendamento**](/pt/reserva/booking-features/cancellations-rescheduling.md) - Permitir que os clientes gerenciem as suas próprias reservas
* [**Ligações para Reuniões Online**](/pt/reserva/booking-features/online-meeting-links.md) - Adicionar ligações para reuniões virtuais em marcações online
* [**Renúncia & Termos**](/pt/reserva/booking-features/waiver-terms.md) - Recolher os acordos dos clientes antes da reserva

## Como Funcionam as Funcionalidades

Cada funcionalidade é configurada ao **nível do serviço**, o que significa:

* Pode ativar diferentes funcionalidades para diferentes serviços
* As definições são independentes por serviço
* Algumas funcionalidades podem exigir planos específicos da Sesami (Pro ou Premium)

## Relacionado

* [Serviços](/pt/administracao/services.md) - Configurar serviços
* [Experiências de Reserva](/pt/reserva/booking-experiences.md) - Interface voltada para o cliente
* [Disponibilidade](/pt/reserva/availability.md) - Regras de disponibilidade


---

# 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/reserva/booking-features.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.
