# Scheduling

- [Create your first appointment booking page](https://docs.aurinko.io/scheduling/create-your-first-appointment-booking-page.md): Create a personalized appointment booking page by connecting your Google or Office 365 calendar. Download scheduler.html for setup and API details.
- [Calendar Booking Page](https://docs.aurinko.io/scheduling/calendar-booking-page.md): Streamline scheduling with Aurinko's integrated calendar booking page, designed for seamless client interactions and effortless appointment management.
- [Booking API](https://docs.aurinko.io/scheduling/booking-api.md): The Aurinko Booking API automates meeting scheduling, enabling developers to access calendar availability and create booking profiles easily.
- [Group Booking API](https://docs.aurinko.io/scheduling/group-booking-api.md): The Group Booking API automates meeting scheduling for groups by gathering availability from multiple calendars and finding suitable time slots.


---

# Agent Instructions: 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:

```
GET https://docs.aurinko.io/scheduling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
