# Appointments

The Appointment section allows you to check and manage all the appointments booked on the site.&#x20;

<figure><img src="/files/mbHPlZ98UsMAAptkbGW7" alt=""><figcaption><p>A screenshot showing the Bookster's Appointments section</p></figcaption></figure>

**(1).** Key features include:

* **Pending Approval:** This allows you to review appointments that require confirmation before they are finalized.&#x20;
* **All Appointments:** This gives you a comprehensive view of all scheduled appointments, enabling easy monitoring and management.&#x20;
* **Cancelled Appointments:** This gives you access to a list of all appointments that have been cancelled, helping to keep track of changes and adjustments.&#x20;

You also have a robust filtering option to search through all appointment types, allowing you to sort appointments by date, agents, and services.

**(2). New Appointment:** This button allows you to manually create a new appointment from the backend.

#### **(3). Edit a Booked Appointment**

You can edit a Booked appointment by clicking on the pencil icon as shown in the screenshot below, so that you can now customize some of the options as you want:

<figure><img src="/files/AX6u8ukldEupALpaXJnq" alt=""><figcaption></figcaption></figure>


---

# 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.yaycommerce.com/bookster/records/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.
