> 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/setting-up-packages-w-video.md).

# Setting up Packages w/ Video ►

Packages are discounted services “bundled” together into an incentive package that’s to be used within a certain time period (for instance, three facials for the price of two or a discounted price for two services booked together such as a cut and highlight). Packages can be used to give clients an incentive to try new services that you want to promote, or encourage them to come back weekly or monthly by offering multiple use of a service at a discounted price.

{% hint style="info" %}
**The total cost of the package is prepaid at the time it is purchased. The software will keep track of usage. Packages will only be applied to services.**
{% endhint %}

Instructions for applying and processing payment for Packages at Checkout can be found in Packages: [Selling/Redeeming Packages](/tickets/selling-redeeming-packages.md)

## How to Create a Package

Proceed to: **Manage>Advanced Settings> Packages**

![Create package](/files/1aa15b97d1933ff3f8332127ad00f85dcbb936b0)

{% stepper %}
{% step %}

### Give your package a name

{% endstep %}

{% step %}

### Choose your Packages type

* **Series:** which is your traditional package type, a bundle of services
* **Day Package:** These are packages that are designed to be used at a single client check-in
* **Client Choice:** Lets you set the number of services your client may choose from, but give them a larger list of possible choices
  {% endstep %}

{% step %}

### Choose how to pay commission

* **Full Employee Service Prices:** This is the price that the employee would normally charge for the service
* **Discounted Package Prices:** This will automatically discount the service on the ticket to reflect the package price.
  {% endstep %}

{% step %}

### Enter an expiration date in days

This is the time period during which the entire package must be used by the client in order to qualify for the special price or **No Expiration**.
{% endstep %}

{% step %}

### Enter tax, if any

{% endstep %}

{% step %}

### Set the Sort Order

This is the order that the packages will show when you sell a package.
{% endstep %}

{% step %}

### Set ecommerce availability

If you have ecommerce set up, and would like your package to show online set this to yes.
{% endstep %}

{% step %}

### Create

{% endstep %}
{% endstepper %}

## When you choose to use Full Employee Pricing

{% stepper %}
{% step %}

### Choose services

Choose from the list of Available Services to add to your package.

![List Available Services](/files/4a718abf06adc1a278c99606543ede24a59c03a2)
{% endstep %}

{% step %}

### Enter service quantity

Enter the quantity of the services for this package.

![Enter Service Quantity](/files/6e647a131a53d3c013de93f901217767b07392c4)
{% endstep %}

{% step %}

### Enter Package Price

This will be the cost to your client.
{% endstep %}

{% step %}

### Set Status

If you are ready to sell your package make it Active.
{% endstep %}

{% step %}

### Save

{% endstep %}
{% endstepper %}

## When you choose to use Discounted Package Pricing

![Discounted Package Pricing](/files/bb7446943c857c740da375a099c095921189f5ac)

{% stepper %}
{% step %}

### Choose services

Choose from the list of Available Services to add to your package.

![List Available Services](/files/4a718abf06adc1a278c99606543ede24a59c03a2)
{% endstep %}

{% step %}

### Enter quantity and discounted price

Enter the quantity and **discounted** price per service.

![Discounted Services 2](/files/b65484c1f05090509a4eacc00f8fbed6be2e4d39)

{% hint style="info" %}
**Note**: Total Service Price is the total discounted amount to pay commission on.
{% endhint %}
{% endstep %}

{% step %}

### Enter Package Price

This will be the cost to your client.
{% endstep %}

{% step %}

### Set Status

If you are ready to sell your package make it Active.
{% endstep %}

{% step %}

### Save

{% endstep %}
{% endstepper %}

## When you choose to use Client Choice and with Discounted Pricing

**Client Choice:** Will let you set the number of services your client may choose from, but give them a larger list of possible choices.

![Client Choice Discounted Pricing](/files/c594c4451b44649b283d6aca926b9c7b645995b4)

{% stepper %}
{% step %}

### Choose services

Choose from the list of Available Services to add to your package.

![List Available Services](/files/4a718abf06adc1a278c99606543ede24a59c03a2)
{% endstep %}

{% step %}

### Enter the discounted price

Enter the **discounted** price for the services.

![Client Choice Services price](/files/5ac8e9adfc73267cc43cde4248b36f23746ec085)
{% endstep %}

{% step %}

### Limit services

This is the amount of services that will be sold for this package.

{% hint style="info" %}
**Note**: Total Service Price is the total discounted amount to pay commission on.
{% endhint %}
{% endstep %}

{% step %}

### Enter Package Price

This will be the cost to your client.
{% endstep %}

{% step %}

### Set Status

If you are ready to sell your package make it Active.
{% endstep %}

{% step %}

### Save

{% 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/setting-up-packages-w-video.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.
