# Manage Appointments

## Create an appointment from the backend

Create an appointment manually in the backend for customer who already have an account.

Go to **Appointments -**> click **Add Appointment**

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

* **Customer:** select customer(s) from the customer dropdown list
* After selecting the customer, you set the order status and the number of people that the customer brings
* **Status**: Approved / Pending
* **Service**: select the service to book in the dropdown
* **Select variant**: if any
* **Select Employee**: if any
* **Select Location**: if any
* Pick up **Date** and **Time** that the appointment is taking place
* Tick on **Send email notification to the customers** and add **Note** if you want

## Approve an appointment

1. Go to **Appointments**, click on the pending appointment you want to approv**e**
2. From **Edit Appointment** window -> **Status**
3. Select **Approved**
4. Click **Save**

## Set pending for an appointment

1. &#x20;Go to **Appointments**, click on the appointment you want to reschedule
2. From **Edit Appointment** window -> **Status**
3. Select **Pending**
4. Click **Save**

## Set reject for an appointment

1. Go to **Appointments**, click on the appointment you want to reject
2. From **Edit Appointment** window -> S**tatus**
3. Select **Reject& Not refund**
4. Click **Save**

## Delete an appointment

1. Go to **Appointments**, click on the appointment you want to remove
2. From **Edit Appointment** window, click **Delete** icon at the bottom
3. Confirm to delete it


---

# 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://apm-guide.storeify.app/manage-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.
