> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/advanced-settings/appointment-confirmations-and-reminders.md).

# Appointment Confirmations and Reminders

## Minimize no-shows by sending appointment confirmations and reminders to your clients via text and email, and keep your employees in the loop by sending text alerts to them regarding schedule changes and client check-ins.

These messages are automated. You set it up once, and then the software takes over.

To start, head to **Manage** > **Advanced Settings** > **Manage** (**under Email & Text Communications**)

![Manage Advanced Settings](/files/1859a4840bc76f3064c2376de75f98a6321588d2)

**Email Confirmations:**

![](/files/12a3acce7a5d5a365b719e3b9461232263e93426)

Appointment confirmation emails are sent at 6 AM US/Central time however many days in advance they are set to

**Email Itinerary:**

![](/files/81f2c9c8d8f09c86469495277e452eae7ad58475)

Email itineraries will be received by clients 15-20 minutes after their appointment is initially scheduled

**Text Confirmations:**

![](/files/a250f74c6bfcf183aabdf4136bd1a8829fb41c18)

Text confirmations are sent to the client at the same time as their appointment however many days in advance you choose.

Confirmation text messages and Itinerary text messages are only available when the Client Connect Bundle is activated. [Click here to learn how to activate the Client Connect Bundle](/marketing/client-connect.md)

**Text Itinerary Message:**

![](/files/5ee165697780c069c39f1f6371b7ffcc73dd4e5a)

Text Itinerary messages are sent after an appointment has been scheduled. However, if the appointment is scheduled within the time frame of a confirmation text being sent out a text itinerary will not also be sent.

**Text Reminders:**

![](/files/5e1809d9309a5676bde5ca50a6de0db1028f45bd)

Text reminders are sent to the client however many hours before their appointment you choose ***(we highly recommend you do not set it for anything over 3 hours, in the case that the client's appointment is at an early time)***

## Setting up Employee Notifications

{% stepper %}
{% step %}

### Check the notification boxes

Check all 4 boxes at the bottom of the Email & Text Communications page, then click **Save**.

![Email and Text Comm Checkboxes](/files/9efe46ff0b5398db0bcc9ddb5a545473ffee3c63)
{% endstep %}

{% step %}

### Confirm notifications

You'll receive the pop-up below. Click **"Yes"**.

![Confirm notifications](/files/8d4a4d50d7db4373e0b882dcc41bfbfdc59ade7e)
{% endstep %}

{% step %}

### Open Employee Text Message Settings

Proceed to: **Manage** > **Advanced Settings** > **Email & Text Communications > Employee Text Message Settings**
{% endstep %}

{% step %}

### Update employee notification preferences

Update the notification preferences for each of your employees and click Save.

![](/files/5f7549e3bcd484c537b3f316e50eb9e75d5b7452)

*Note: This can also be updated under **Basic Settings > Employees > select the employee name > Basics***

![Text notification options](/files/fdb90fc04651c098b1eddc4905c902c20eaf0806)

We typically recommend "Only when within" is set to **No Time Limit**.

If you choose a Only when within: 3 Hours, for example, the employee will only receive these text notifications for schedule changes made *within* that time frame.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.rosysalonsoftware.com/advanced-settings/appointment-confirmations-and-reminders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
