> 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/scheduling/confirming-appointments-manually.md).

# Confirming Appointments Manually

If you don’t utilize [text or email confirmations](/advanced-settings/appointment-confirmations-and-reminders.md), or for those who simply prefer to call their clients and personally confirm their appointments, manual confirmation works as so:

{% stepper %}
{% step %}

## Start on your **Schedule** screen

{% endstep %}

{% step %}

## Click on the client's appointment

{% endstep %}

{% step %}

## Click the **Confirm** button on the right

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-40-38-41-PM) ![confirm schedule](/files/eec43c5a84cf7e6a1959d7135b0fe28df269aa97)
{% endstep %}

{% step %}

## If upon calling to confirm the appointment, the client does not answer, click **Left Message** to record your attempt to contact them!

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-40-38-17-PM) ![left message](/files/6945ed0ecb6adc81c43ba0e2c3422ed38e9fa544)
{% endstep %}

{% step %}

## If you want to further note your attempt to contact the client for confirmation, we recommend adding an **Appointment Note** to record whether their mailbox is full, or if it's the wrong number, etc...

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-40-38-95-PM) ![setting appointment note](/files/fabc88c32c9c983e56cd2d58e07650e26952a3aa)
{% endstep %}
{% endstepper %}

Once confirmed, or left message, the client's appointment will change color to reflect the **Color Key** found on the left of your Schedule page.

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-40-38-63-PM) ![color key 1](/files/1223f13c3c81219c8aaf6909b93ef7aabee0bbfd)

[Learn how to adjust your Schedule Colors here!](/advanced-settings/editing-schedule-colors.md)


---

# 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/scheduling/confirming-appointments-manually.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.
