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

# SalonInteractive Inventory

Continue reading below to discover how to Download, sync, update, and assign distributors to your SalonInteractive products!

## Downloading New Products

Proceed to: **Manage** > **Inventory** > **Products**

{% stepper %}
{% step %}

### Click **SalonInteractive Products**

![SalonInteractive Products](/files/6f944921924ca46183f39b4c70f46105091671cd)
{% endstep %}

{% step %}

### Select **Download New Products**

![SalonInteractive Download New Products](/files/332a4e40ea54b42188a520978cfc099d132d385e)
{% endstep %}

{% step %}

### Click on the name of the Brand you'd like to download

![Brands](/files/10de2483dc200a4e3ba33f3271181175c1d5c2ca)
{% endstep %}

{% step %}

### Filter and Choose the Products *within* the Brand you'd like to download

![Filter and choose products](/files/9ae6094e0226e764da62930f972517cb94ad278d)
{% endstep %}

{% step %}

### Select the Distributor

Scroll to the bottom of the Product list and select the Distributor you order your Products from.

{% hint style="info" %}
If you do not order your Products from any of our Integrated Distributors, select **None**.
{% endhint %}
{% endstep %}

{% step %}

### Click **Download Selected Products**

![Download Selected Products button](/files/e5ee1ea36fd210968268b717f7839d432cfe0cb9)
{% endstep %}

{% step %}

### Choose whether to download more Brands or complete the process

You will receive a pop-up letting you know how many Products were downloaded and asking whether you'd like to download more Brands or complete the process.

![Product downloads pop up](/files/693907fe872dfb567eeb7ba109252ce4d8a952b1)
{% endstep %}
{% endstepper %}

## Syncing Existing Products

*Product data that has changed from your Distributor OR the SalonInteractive Product Catalog can be synced to reflect updates in your Inventory list.*

Proceed to: **Manage** > **Inventory** > **Products**

{% stepper %}
{% step %}

### Click **SalonInteractive Products**

![SalonInteractive Products](/files/6f944921924ca46183f39b4c70f46105091671cd)
{% endstep %}

{% step %}

### Click **Sync Existing Products**

![SalonInteractive Sync Products](/files/8b279996b54f4a2bd7c4d984ae147d6b31964f4f)
{% endstep %}

{% step %}

### Select the Brand you'd like to update/sync

![Sync brands selection](/files/ff765e6bd96539cd9a3112f21f225d2d7f4c0414)
{% endstep %}

{% step %}

### Click **Synchronize**

![Synchronize button](/files/abfb8821cef35d8e4418c991e2731e3124434c15)
{% endstep %}

{% step %}

### Click **Done**

Once you receive this message at the bottom, you can click **Done** at the top.

![Synchronizing confirmation](/files/79cab73384e2d2dcd11f9779b7779fdd55d6a4fa)
{% endstep %}
{% endstepper %}

Data points that may be updated are:

* Name
* Size
* Barcode (UPC)
* Category
* Brand
* Active/Inactive
* Retail/Professional

## Assign Distributor

{% stepper %}
{% step %}

### Open SalonInteractive Products

If a Distributor is not currently assigned to your products from the time it was downloaded and you would like to assign one, navigate to **Manage > Inventory > Products** and click **SalonInteractive Products** at the top.
{% endstep %}

{% step %}

### Choose **Select Distributors**

{% endstep %}

{% step %}

### Select the product and preferred distributor

Check mark the product you would like to update. If the distributors above offer it, you will be able to select them as the preferred distributor.
{% endstep %}

{% step %}

### Click **Update Selected Products**

Once finished selecting your updates, scroll to the top and click **Update Selected Products**.

![Screenshot 2025-03-21 at 10.32.41 AM](/files/1dcf961c845daa03f8a07e122644f5e646d45711)
{% endstep %}
{% endstepper %}

## Updating Prices

Proceed to: **Manage** > **Inventory** > **Products**

{% stepper %}
{% step %}

### Click **SalonInteractive Products**

![SalonInteractive Products](/files/6f944921924ca46183f39b4c70f46105091671cd)
{% endstep %}

{% step %}

### Click **Update Prices**

![SalonInteractive Update prices](/files/7419b3f813398ac130e9ae213ace0780a5f04cde)
{% endstep %}

{% step %}

### Select the Distributor you typically order these products from

{% endstep %}

{% step %}

### Click **Obtain Distributor Prices**

![Obtain distributor prices button](/files/295d97304b8b8b39760f81e3c386464098c063a2)
{% endstep %}

{% step %}

### Accept the products

Click Accept All at the top, or click Accept next to each individual Product.

![Accept products](/files/17bd9cba603a0efca58113e2b07dc7825b42812c)
{% endstep %}

{% step %}

### Confirm **Accept All**

If you clicked "Accept All," you will receive this confirmation message. Click **Yes**.

![Accept all confirmation](/files/3f728ac323fa1a007a44eb6a4277e2d7d5f0c9f6)
{% endstep %}

{% step %}

### Verify the update

You should receive a green message saying "**Updated**" next to each product once done. If you receive a red **ERROR** message next to any Products, please contact Rosy Support.
{% 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/inventory/saloninteractive-inventory.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.
