> 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/inventory/product-recommendations.md).

# Product Recommendations

Increase product sales by sending convenient Product Recommendation emails to your clients. Recommend any eligible eCommerce product you believe would benefit each specific client!

{% hint style="info" %}
You must have SalonInteractive eCommerce setup.
{% endhint %}

{% stepper %}
{% step %}

## Open SalonInteractive recommendations

Click on the **SalonInteractive** tab in the top, right corner.

Proceed to the **Recommendations** tab on the left of the screen.

![Salon Interactive](/files/1a6e3c8fea62b10fa17526e9f869159dd606ca27)
{% endstep %}

{% step %}

## Send recommendations to appointments

{% hint style="info" %}
You are only able to view and send your own Appointment(s) product recommendations.
{% endhint %}

Search for an appointment date using the calendar icon on the right of the date shown.

For appointments found in your Schedule on this date, click on the envelope icon in the right corner of their Appointment information box to be able to send a product recommendation.

![Recomendation](/files/0cae687668c96d8fee7e5c2d34e01802dfb4c726)
{% endstep %}

{% step %}

## Send a Product Recommendation to a specific client not on your schedule

Click on the **Send New Product Recommendation** button.

![product recommendation](/files/1aefec53f3e36f8f7c79d4a182eaa51a7f28ffcf)
{% endstep %}

{% step %}

## Search for the client

Once the search bar pops up, search the client’s first or last name, and select the client from the drop-down.

![Product Rec add Name](/files/bed874004e69c37a6a91abd4dca8a5dad783507a)
{% endstep %}

{% step %}

## Add products

The name of the client, the services they have scheduled *(if any)*, and a Product Search bar will pop up. Start searching a product/brand set to be sold in your eCommerce store by name or barcode. Select the product from the drop-down.

{% hint style="info" %}
You can add many products to a Product Recommendation email.
{% endhint %}

![Email with Product Rep](/files/04cd08f174d4f847461b116042e4388fdbce4afd)

If you need to delete a product you’ve added to your list, click the red minus button of the left of the product ![delete button](/files/e234013d3a8f65da9298de8e4bf5a69ed58d6cbf)
{% endstep %}

{% step %}

## Send the recommendation

Click **Send Recommendation** once you are done adding all the desired products.

After clicking the Send Recommendation button, you’ll get a blue message at the top of your screen:

![Email has been queued up](/files/5b6abd5eb7f8e7f054a2f7dcbd936a7a1959a809)

Your email will be sent within minutes after being launched!
{% endstep %}
{% endstepper %}

## Client will receive the Product Recommendation email

![Client email visual](/files/1928486e0e846d5ebe389edfd99abb2c97630dfd)


---

# 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/inventory/product-recommendations.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.
