# Calendar View

* The default calendar interface allows you to view all your appointments for the day, week, or month.
* The calendar interface lists all your appointments.
* Tap on any appointment in the list to access the Appointment Details menu.

### Changing the Calendar View

To switch your calendar View, click the Calendar Interface button in the top left corner. Choose a day, week, or month.

### Understanding the Day, Week, and Month View

* In the Day view, your calendar displays all staff members and appointments for the day.
* In the Week view, the calendar shows all appointments for each staff member in the week. To view weekly appointments for a specific staff member, use the dropdown menu in the top left corner of the calendar and select a staff member.
* In the Month view, the calendar displays all month. To view appointments for specific days, click on the Month interface for the date you want to see, and all appointments for that day will be shown.


---

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