> 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/employees/adjusting-service-prices.md).

# Adjusting Service Prices

**To change the price of a service for an individual employee:**

{% stepper %}
{% step %}

## Navigate to Employees

Navigate to: **Manage > Basic Settings > Employees**

Click on the name of the employee that performs the service.
{% endstep %}

{% step %}

## Assign services

Click **Assign Services** on the top right of the page.
{% endstep %}

{% step %}

## Find the assigned service

If the service you are trying to change has already been assigned to the employee, it will be listed in **Assigned Services**.
{% endstep %}

{% step %}

## Edit the service

You can edit the price and duration of the service for the individual employee, then click **Save**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If it is a NEW service and has not been assigned yet, it will be in the **Available Services** in the section below.

You can click on the tab for Available Services, and assign it to the employee by checking the box next to the service.
{% endhint %}

![](/files/91ea43a97a33b41ced6b0c0a2696e9ff486bd956)

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-40-24-90-PM)

**To change the price of a service for multiple employees:**

{% stepper %}
{% step %}

## Navigate to Services

Navigate to: **Manage > Basic Settings > Services**
{% endstep %}

{% step %}

## Select the service

Click on the name of the service you wish to change.
{% endstep %}

{% step %}

## Enter the new price

Enter the new **Default Price**.
{% endstep %}

{% step %}

## Update service providers

Check the "**Update all Service Providers with** *(old price)* **to this new Price**" box, in order to automatically update any service provider who's service price matches the previous default price.
{% endstep %}
{% endstepper %}

![Partial Highlights](/files/5f507d2c9d3a7133a164743a523d7653b20809c3)

![](https://support.rosysalonsoftware.com/hubfs/Knowledge%20Base%20Import/rtaImage-Aug-19-2022-12-40-24-65-PM)

{% hint style="info" %}
If a service provider has custom pricing to start with, the "**Update all Service Providers with** *(old price)* **to this new Price**" will not affect their pricing. You will need to follow the steps above to adjust their individual pricing.
{% endhint %}


---

# 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/employees/adjusting-service-prices.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.
