> 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/troubleshooting/troubleshooting-communications-with-clients.md).

# Troubleshooting Communications with Clients

If a client reports that they did not receive a text/email confirmation or reminder from your business, follow these recommended steps:

{% stepper %}
{% step %}

## Check your Advanced Settings are Setup Correctly

**Manage** > **Advanced Settings** > Manage (under **Email & Text Communications**)

![notifications & reminders](/files/deccf4a8024efcaf99427780374a4df7974c3d41)

{% hint style="info" %}
If you do not have the [Client Connect Bundle](/marketing/client-connect.md), you will not have access to turn on the Text Confirmations.
{% endhint %}
{% endstep %}

{% step %}

## Check the Guest's Preferred Communications in their Client Log

**Manage** > **Clients** > Search & select the client

![Search Client](/files/d15067a0954df8258f12b7dbf553fd5f98bbd178)

*What is a* [*Client Log*](/clients/client-log-overview-video.md)*?*
{% endstep %}

{% step %}

## Check the Client's Appointment Log for the Service they are Speaking Of

**Schedule** > Click on the client's Service in question > **Appointment Log**

![client appointment log](/files/b9b123e184ac06c2572f373a937b1d4fd2910cdb)

(Pay close attention to the time the client's service was Scheduled or Re-scheduled!)
{% endstep %}

{% step %}

## Run the [Enhanced Text Messaging Report](/reports/enhanced-text-messaging-report.md)

{% endstep %}

{% step %}

## Checking for Unsubscribed Clients

* Clients have the ability to unsubscribe from any texts being sent to them by replying “Stop” or "Cancel"! If they did this on accident, or want to re-subscribe, they will need to reply "Start" to that same number.
* If they have deleted the number they unsubscribed from, you can find the number they will need to text by navigating to their Client Log. You will find the number in red under the **Communications** section.
  {% 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/troubleshooting/troubleshooting-communications-with-clients.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.
