# Booking Overlapping Appointments

* By default, Bukkii does not allow multiple appointments for the same time slot. However, if you want this option, simply activate the overlapping appointment feature.
* You can schedule a new appointment at a time when you already have a confirmed appointment.

{% hint style="info" %}

Note:

* Overlapping appointments do not extend to your Booking Page. Customers cannot book appointments in an already occupied time slot.
* Overlapping appointments do not apply to recurring appointments.
  {% endhint %}


---

# 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://help.bukkii.io/getting-started/calendar/booking-overlapping-appointments.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.
