> For the complete documentation index, see [llms.txt](https://sayy-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sayy-ai.gitbook.io/docs/business-features/calendar-bookings.md).

# Calendar Bookings

Sayy makes it incredibly easy to accept and manage bookings right inside the chat. Whether you are a coach, consultant, creator, therapist, or service provider, your AImployee can handle your schedule while you stay focused on delivering value.

#### 🔧 Simple Calendar Setup

Connect your calendar directly from the dashboard. You can set available days, time slots, session durations, buffers between appointments, and even blackout dates. Whether you take one-on-one meetings or group sessions, the setup is flexible and takes only a few minutes.

#### 💸 Offer Paid Sessions

You can attach pricing to any calendar slot, making it effortless to offer paid consultations, coaching calls, audits, or live sessions. Your AImployee will manage the full booking and payment flow in a single conversation, eliminating the need for separate forms or tools.

#### 👤 Perfect for Experts and Service Providers

If your business involves scheduled interactions like coaching calls, live sessions, audits, or demos, this feature is built for you. Sayy is ideal for creators who offer paid calls, wellness professionals managing sessions, or consultants running hourly slots. You define how and when you work, and your AImployee handles the rest.

#### 🗓️ Centralized Booking Management

Every booking is tracked in your dashboard. You can view upcoming sessions, reschedule if needed, and keep your entire calendar organized from one place. Sayy syncs all actions instantly, so you never miss an opportunity.

#### 🔔 Automated Reminders

Your AImployee sends confirmation messages and automated reminders, helping reduce no-shows and keeping your customers informed every step of the way.


---

# 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://sayy-ai.gitbook.io/docs/business-features/calendar-bookings.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.
