> 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/promotions.md).

# Promotions

Here’s a win/win feature. Promotions are an easy way to help your clients maintain the “salon look” or treatment at home *and* increase your retail sales!

The Promotions in our software refer to offering products for particular services that are received.

To set up promotions, proceed to: **Manage** > **Advanced Settings** > Manage (under **Promotions**)

{% stepper %}
{% step %}

## Select the service

Select the service from the drop-down box.
{% endstep %}

{% step %}

## Select a product

Select a product to be promoted with this service.
{% endstep %}

{% step %}

## Create the promotion

Click **Create Promotion**.

![Create promotion](/files/0efb41405761766f7dfb8c75fdbcc05f6ac3b042)
{% endstep %}

{% step %}

## Add additional products

You may promote more than one product for the same service. You'll just have to set up separate Promotions in that case.
{% endstep %}

{% step %}

## Discontinue a promotion

To discontinue a promotion, click the red minus button next to it.

![Discontinue promotion](/files/1726fb90323c8e791560f43cf6eb83cfc8d3ea23)
{% endstep %}
{% endstepper %}

The Product Recommendation for the Promotion will show at the top of the sales ticket when the client receives one of the services set up!

* Click the green plus button next to the Product if the client is interested in purchasing.

![Promotion sales ticket](/files/75cb5c325e7a4b4ddaecc5dfd0e33bdf9b06f9b5)


---

# 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/promotions.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.
