# Product Pricing and Availability by Service

Each product can be tailored per service type.

### Service-Based Pricing

A product can have different prices depending on the selected service.  VAT can also be adjusted depending on the service type.

> For example, a Pepperoni Pizza may cost €12 for Table, but €13.50 for Delivery to cover packaging fees.

### Service-Based Availability

Products can be unavailable for specific services.

> For example, Chocolate Ice Cream may be available for Table and Takeaway, but disabled for Delivery.

### Removing Product Availability for a Service

If you want to make a product **unavailable** for a specific service, you can either **delete** or **deactivate** its pricing entry for that service.

1. In the [**Admin Portal**](https://admin.gobossit.com/), navigate to **Menu >** **Products**.
2. Select the product.
3. Go to the **Prices** tab.
4. Select the pricing entry and click on **Delete** if you want to delete it, or untick the **Active?** box to deactivate it.


---

# 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/services/product-pricing-and-availability-by-service.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.
