# Stock Profile for Products with Customisation Options

For products that have customisation options, fixed ingredients that never change should be included in the product's stock profile.

> **Example:**
>
> For a Quarter Pounder Burger, the Stock Profile will include the Burger Buns and the Burger Patty.&#x20;

Variable ingredients that are used in the customisation should have their individual stock profiles configured. This ensures that when a customer adds an ingredient, the appropriate stock movement is recorded.

> **Example:**
>
> Individual Stock Profile for Cheese, Lettuce, Pickles, etc. must be configured.
>
> When a customer requests for a Quarter Pounder Burger with **No Pickles**, the system can accurately track that there should be no stock movement for Pickles.


---

# 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/stock/stock-profile/stock-profile-for-products-with-customisation-options.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.
