# Client confirmations

Client confirmations show whether a booking has been acknowledged by the client. Each appointment has a **Client confirmation** state: **Unconfirmed** or **Confirmed**. This is separate from **Attendance** (Arrived / Missed / Canceled).

***

## How clients confirm

* After booking, clients receive a confirmation message (email and/or SMS) with a link to confirm their appointment.
* The client taps the link to confirm. The appointment updates to **Confirmed** automatically.

**Where you’ll see it**

* **Appointment panel:** Confirmation toggle. If confirmed (by client or staff), you will see **Confirmed at: \[date, time]**.

<figure><img src="/files/M1mAi8oYHsTRs5Qtld5U" alt="" width="408"><figcaption><p>Appointment panel showing a confirmed appointment.</p></figcaption></figure>

> **Note:** The **“Awaiting”** status you see in the image above relates to the appointment **Attendance** status, not Client confirmation.

* **Calendar:** Confirmed appointments show a **single tick** icon.

<figure><img src="/files/KNxt4dpLxx2lpdzTu3h5" alt="" width="404"><figcaption><p>Confirmed booking shown with a single tick on the appointment.</p></figcaption></figure>

***

## Confirm (or unconfirm) manually

When to use: phone confirmations or front-desk confirmations.

You can set the confirmation state yourself from the appointment panel:

1. Open the appointment from **Calendar**.
2. In the appointment panel, turn **Client confirmation** **on** to mark **Confirmed**, or **off** to return it to **Unconfirmed**.

{% columns %}
{% column %}

<figure><img src="/files/ll8mjDxjCtDiB7jdwq90" alt="" width="491"><figcaption><p>Client appointment not confirmed.</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/M1mAi8oYHsTRs5Qtld5U" alt=""><figcaption><p>Confirmed appointment: “Confirmed at 15 Oct 2025, 2:39 pm”</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
**Tip:** See the [Schedule](/using-caspen/schedule.md) and use the **Unconfirmed** filter to focus on bookings still awaiting confirmation.<br>
{% 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://support.caspen.com/using-caspen/calendar/appointments/client-confirmations.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.
