# Product Types

{% hint style="warning" %}
The distinction between **Regular** and **Detailed** products applies only within the POS. Regular products are added directly to the basket, while Detailed products trigger a customisation screen. Outside of the POS, they function in the same way.
{% endhint %}

## Regular

A Regular Product is a standard item that is added directly to the basket when selected. It does not trigger a customisation pop-up. (e.g., Coca-Cola)

## Detailed

A Detailed Product opens a customisation pop-up when selected. This allows the item to be modified with options such as toppings or add-ons. (e.g., Burger, Pizza)

## Meal/Combo

A Meal or Combo is made up of a combination of Regular and/or Detailed Products. A Meal/Combo must consist only of Regular and/or Detailed Products, and cannot include another Meal or Combo. The only difference between them is that a Combo displays the product names in brackets on the KDS.

## Splittable

Splittable products allow you to combine existing products into a single item that's divided into parts.&#x20;


---

# 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-types.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.
