# Scheduling

1. Available appointment slots are represented by the white boxes.
2. The red line highlights the current date and time. Gray spaces represent non-working hours.
3. Gray spaces represent non-working hours.

<figure><img src="https://4172622803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgVesd8ZY64Ma68xMvD5D%2Fuploads%2FLGtbXvCHXTBQHptBea9R%2F1280X1280.PNG?alt=media&#x26;token=6ef7eda2-740b-468d-89e1-46b21ae942c9" alt=""><figcaption></figcaption></figure>

<figure><img src="https://bukkiiapp.sg.larksuite.com/space/api/box/stream/download/asynccode/?code=YmQzN2JjY2IyYjYwMDgzODg2OTI1ZjE5Mjg3MDAzZTBfR2RWUWFXeHdFbTI1MHF2MGhITDI2cEd3TzRPc3VnUDFfVG9rZW46RlU3VGJtVU9Sb3NPTGt4UmcxRGxjU1liZzNjXzE3MTMwMzQ0NTc6MTcxMzAzODA1N19WNA" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: If a customer schedules an appointment through your Booking Page, the details will automatically be added to your calendar. This way, you won't have any double bookings!
{% endhint %}

### Creating an Appointment

* Click anywhere on your calendar to create a new appointment.
* A detailed appointment window will appear. It includes the date and time, service, staff member, and a space to add notes. Click 'Continue' to assign a customer.
* You can add a new customer or search for an existing one. If the customer's information is already saved in Bukkii, it will be automatically filled in.
* Click 'Save,' and the appointment will appear in your calendar.


---

# 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/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.
