> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/menu/customisations/setting-up-customisation-options.md).

# Setting Up Customisation Options

{% stepper %}
{% step %}

### Create the Department&#x20;

Begin by creating a Department to group related ingredients, such as a *Toppings Department* or *Sauces Department*. Ensure the **Shown individually?** property is disabled so the Department itself does not appear as a menu item.

[Creating a Department](/menu/departments/creating-a-department.md)
{% endstep %}

{% step %}

### Create the Products

Once the Department has been created, create new products for each individual ingredient (e.g., for Toppings: Pepperoni, Bacon, Olives; for Sauces: Tomato, Barbecue, White sauce). Disable **Sold individually** property so these ingredients are not shown as standalone menu items.

[Creating a Product](/menu/products/creating-a-product.md)
{% endstep %}

{% step %}

### Create the Customisation

This will allow the ingredients to appear as selectable options when a customer chooses a Detailed Product, such as a pizza or burger.

[Creating a Customisation](/menu/customisations/creating-a-customisation.md)
{% endstep %}

{% step %}

### Assign the Customisation to the Product

Once the Customisation is created, assign it to the relevant product. This makes the options available during the order process, allowing staff to add or adjust ingredients as required.

[Assigning Customisations to a Product](/menu/products/product-configurations/product-customisations/assigning-customisations-to-a-product.md)
{% 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://docs.bossithq.com/menu/customisations/setting-up-customisation-options.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.
