# Products vs Recipes

*<mark style="background-color:yellow;">What is the difference between recipes & products?</mark>*

**PRODUCTS**

* Products are made up of recipes
  * Under products tab, these are called "Bill of Materials"
  * These can be&#x20;
* Products ***do*** have product specs & nutritional content
* Products have file attachments like artwork, photos, GS1 certifications etc

**RECIPES**

* Recipes use ingredients to build a list of ingredients
* Recipe is then added to a products "Bill of Materials"
* Recipes ***do not*** have product specs & nutritional content
* Recipes can become "sub-recipes" to add multiple recipes into 1 product (ie, Base cake and icing)

<figure><img src="/files/MxuhLNpR7aH1ZJ6ntlpI" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://help.superfoodapp.com.au/products-and-recipes/products-vs-recipes.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.
