# Product Prices

Product Prices determine the **pricing and availability** of a product **per service per provider**. This allows service-based pricing and service-based availability, as well as provider-based pricing and provider-based availability. VAT can also be configured in such a way that you can have different VAT rates depending on how the fulfilment is handled.

**Example 1**

A 12" Pepperoni Pizza can be set to cost differently based on the service and provider. The product can cost €13.00 for Table orders for POS and online, and it can cost €15.00 for Delivery orders for POS and online to cover additional packaging costs. The same 12" Pepperoni Pizza can cost €18.00 for Delivery orders via Integrations, to incorporate additional fees charged by Integrations.

| Product                 | Service  | Provider  | Price  |
| ----------------------- | -------- | --------- | ------ |
| **12" Pepperoni Pizza** | Table    | POS       | €13.00 |
| **12" Pepperoni Pizza** | Table    | Online    | €13.00 |
| **12" Pepperoni Pizza** | Delivery | POS       | €15.00 |
| **12" Pepperoni Pizza** | Delivery | Online    | €15.00 |
| **12" Pepperoni Pizza** | Delivery | Uber Eats | €18.00 |

**Example 2**

A Vanilla Ice Cream can be made unavailable to Delivery service. By not adding a pricing entry for Delivery service with any provider, this means that the product is not going to be available.

| Product           | Service    | Provider | Price |
| ----------------- | ---------- | -------- | ----- |
| Vanilla Ice Cream | Table      | POS      | €1.50 |
| Vanilla Ice Cream | Table      | Online   | €1.50 |
| Vanilla Ice Cream | Takeaway   | POS      | €1.50 |
| Vanilla Ice Cream | Takeaway   | Online   | €1.50 |
| Vanilla Ice Cream | Collection | POS      | €1.50 |
| Vanilla Ice Cream | Collection | Online   | €1.50 |


---

# Agent Instructions: 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:

```
GET https://docs.bossithq.com/menu/products/product-configurations/product-prices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
