> 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-price-check.md).

# Product Price Check

This feature allows you to quickly check the price of a product or compare pricing of multiple products.

{% stepper %}
{% step %}

## Open Tickets

Open the **Tickets** drop-down menu.
{% endstep %}

{% step %}

## Select Product Price Check

Click **Product Price Check** from the Tickets drop-down.
{% endstep %}

{% step %}

## Find a product

Scan the product barcode or start typing the product name, then select the correct product from the drop-down box.
{% endstep %}

{% step %}

## Add additional products

If the client requests additional product prices or wants to compare multiple products, you may add as many items as you wish.
{% endstep %}

{% step %}

## Close the price check

When done, click **Cancel** or the **“X”**.
{% endstep %}
{% endstepper %}

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

![price check](/files/c58ddcb48642b08325944d0690e1fbfad3e6e1d4)

{% hint style="info" %}
If you need to check prices for inactive products, check the **“Include Inactive”** box before searching. This will generate a list for both active and inactive products.
{% 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/inventory/product-price-check.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.
