> ## Documentation Index
> Fetch the complete documentation index at: https://support.dripos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started with Supply Chain

> An introductory guide to setting up and using the Supply Chain feature

Set up your Dripos Supply Chain in three steps:

<CardGroup cols={3}>
  <Card title="1. Create Units" icon="tally" href="/operations/supply/supply-basics#create-an-unit" />

  <Card title="2. Create Ingredients" icon="bread-slice" href="/operations/supply/supply-basics#create-an-ingredient" />

  <Card title="3. Build Recipes" icon="sandwich" href="/operations/supply/supply-basics#build-a-recipe" />
</CardGroup>

In this guide, we’ll walk through an example of creating units and ingredients for a latte recipe.

<Tip>For a complete instructional video guide with our Dripos Support team, please watch [here](https://www.loom.com/share/ba4521bf440a42048351b2c0e11836bf?sid=0fe84f16-2b83-4a25-b08f-62e983e4e5c7).</Tip>

***

## Create a Unit

Every ingredient will be measured with units. Dripos provides standard units of measurement that are preset and ready for use. If the unit you need is not a standard unit, you may create a custom unit!

<AccordionGroup>
  <Accordion title="Standard Units">
    A ready-to-use set of standard units — like grams, milliliters, and count — plus their built-in unit conversions.

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/XIV7IG0ASEtW419o/images/orders/stand.png?fit=max&auto=format&n=XIV7IG0ASEtW419o&q=85&s=a17a31f7c2df4cad86c60fe4646b9081" width="2850" height="1420" data-path="images/orders/stand.png" />
    </Frame>
  </Accordion>

  <Accordion title="Custom Units">
    For an ingredient not using a standard unit of measurement, create a custom unit linked to a standard unit.

    **Create a Custom Unit**

    *In this example, we will create a custom unit for **Case - 16 oz. cups**, where **1 Case = 50 cups** and **Chocolate Sauce - 64oz**, where **1 case = 64 fluid oz***.

    <iframe frameborder="1" className="rounded-xl w-full aspect-video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen src="https://www.loom.com/embed/73b4baa501ac40d2bc688f39de7a81c2?sid=d944bc85-24e7-487c-bf56-4da4c8de4448" />

    <Steps>
      <Step title="">
        Navigate to the **Units** page > click **Create a Custom Unit** in the top-right corner.

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/1Z0OJcXF-diU_CPF/images/orders/customunit.png?fit=max&auto=format&n=1Z0OJcXF-diU_CPF&q=85&s=6ff69bcdd3d6bfd548328e308695e7ad" width="2959" height="1256" data-path="images/orders/customunit.png" />
        </Frame>
      </Step>

      <Step title="">
        Fill out the following fields and click **Add**

        <CardGroup>
          <Card title="Case of Cups">
            <Frame>
              <img src="https://mintcdn.com/frostbytetechnologiesinc/qhDv7Y4J3v4JDInZ/images/orders/u1.png?fit=max&auto=format&n=qhDv7Y4J3v4JDInZ&q=85&s=1019c7b332400cbdf85039d92d61970a" width="882" height="700" data-path="images/orders/u1.png" />
            </Frame>
          </Card>

          <Card title="Chocolate Sauce">
            <Frame>
              <img src="https://mintcdn.com/frostbytetechnologiesinc/qhDv7Y4J3v4JDInZ/images/orders/u3.png?fit=max&auto=format&n=qhDv7Y4J3v4JDInZ&q=85&s=2c7e8ebec58c084eecc85aaa73fe230d" width="872" height="704" data-path="images/orders/u3.png" />
            </Frame>
          </Card>
        </CardGroup>

        * **Name**, *i.e. Case - 16oz cups, Chocolate Sauce - 64oz*

        * **Abbreviation:** A short code (2–3 letters) for your own internal tracking or labeling

        * **Linked Unit:** The relational unit used to convert this custom unit, *i.e. count, fluid oz*

        * **Linked Unit Quantity:** How much of the relational unit goes into one of the custom units, *i.e. 50, 64*
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>

***

## Create an Ingredient

Ingredients make up a product's recipe. For example, a latte will be made up of espresso, various milk types, various cup sizes, various syrups, and so forth.

These are the goods that you will track the quantity of in your supply chain system.

<Steps>
  <Step title="">
    On the dashboard, click **Supply Chain** > **Ingredients** > **Create ingredient**

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i1.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=745b21960d5e7d91ae3b880decd9cae0" width="2866" height="1098" data-path="images/orders/i1.png" />
    </Frame>
  </Step>

  <Step title="">
    Complete the following fields:

    <Frame>
      <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i2.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=f0d1778c612e71b3aca3fdcf62bd1df9" width="2280" height="956" data-path="images/orders/i2.png" />
    </Frame>

    <CardGroup cols={1}>
      <Card title="Name">
        Espresso, Whole Milk, Vanilla, Chocolate Sauce, 16oz Cups, Bacon
      </Card>

      <Card title="Calculation Type">
        * **Standard (Default):** Any stocking event will add/subtract from this ingredient’s stock directly.
        * **Consume Sub-Recipes:** When a sub-recipe is linked to the product, stock adjustments will apply both to this ingredient and to the ingredients included in the sub-recipe.
          <Note> This option will only appear if the ingredient has a sub-recipe attached. Click here to learn about sub-recipes.</Note>
      </Card>

      <Card title="Unit">
        How the ingredient will be measured in a recipe. *i.e. milk = fluid ounces, espresso = oz, blueberry muffin = count, syrup = milliliters*

        <Note>
          **Custom Units**

          16 oz cups = custom unit of Case - 16 oz cups

          Chocolate Sauce = custom unit of Chocolate Sauce - 64oz
        </Note>
      </Card>

      <Card title="Default Cost (optional)">
        Cost of one unit of this ingredient. This cost will be used to calculate the cost of recipes, stocking events, and waste events.

        *i.e., \$0.10 per ml of syrup, \$3 per count of blueberry muffin, \$0.30 per oz of espresso*

        <Note>If sub-recipes exist, this is not configurable and is calculated based on the sub-recipe costs and quantities.</Note>
      </Card>

      <Card title="Par (optional)">
        Baseline inventory quantity you want to have in stock at any given time.
        <Note>This is for your own internal tracking and will not hinder supply chain usage.</Note>
      </Card>

      <Card title="Expiration Time (optional)">
        If added, stock added of an ingredient will expire (and therefore, decrease) after the set amount of minutes
      </Card>

      <Card title="Groups (optional)">
        The ingredient group that the ingredient should be added to
        <Note>Learn how to create ingredient groups here. Only existing groups will appear in the selection menu.</Note>
      </Card>
    </CardGroup>
  </Step>

  <Step title="Example Ingredients">
    <CardGroup>
      <Card title="Whole Milk">
        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i7.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=1558ebb290942b86a1a142a0ac187a72" width="2286" height="952" data-path="images/orders/i7.png" />
        </Frame>
      </Card>

      <Card title="Espresso">
        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i3.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=695bc1f30b141a3de5a380a5fa1b61b5" width="2292" height="960" data-path="images/orders/i3.png" />
        </Frame>
      </Card>

      <Card title="Vanilla Syrup">
        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i5.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=2259e027d05f92b80abb328bd168a6e1" width="2284" height="958" data-path="images/orders/i5.png" />
        </Frame>
      </Card>

      <Card title="Blueberry Muffin">
        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i9.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=05ebbcba3f10e216045a2de1b3288673" width="2284" height="960" data-path="images/orders/i9.png" />
        </Frame>
      </Card>

      <Card title="16 Oz Cup (custom unit)">
        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i4.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=353373e3a5d72fb3f5b13091fd57254a" width="2280" height="952" data-path="images/orders/i4.png" />
        </Frame>
      </Card>

      <Card title="Chocolate Sauce (custom unit)">
        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/i8.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=b4c9bb83485b82d676fdfbb758d83189" width="2268" height="946" data-path="images/orders/i8.png" />
        </Frame>
      </Card>
    </CardGroup>
  </Step>
</Steps>

***

### Ingredient Groups

Organize your ingredients into groups to easily filter and manage your ingredient view.

<Accordion title="Create an Ingredient Group">
  <Steps>
    <Step title="">
      On the ingredients page, click **View Ingredient Group** > Add a “New Group Name” > Click **Add New Group**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/ig1.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=35bc60c54ca51cb99f0391afcd9f2dc3" width="2782" height="1210" data-path="images/orders/ig1.png" />
      </Frame>
    </Step>

    <Step title="">
      To add an ingredient to an ingredient group, click **edit** on the ingredient to include > select the group

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/ig2.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=eefba06ec1f9b63e83de87f908399603" width="2382" height="1100" data-path="images/orders/ig2.png" />
      </Frame>

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/ig3.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=a0136173969263393d5aa4d1c6620011" width="2284" height="966" data-path="images/orders/ig3.png" />
      </Frame>
    </Step>

    <Step>
      Filter your ingredients by groups for easy viewing

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/ig5.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=e8338157603d4e5300af65cf26841416" width="2480" height="750" data-path="images/orders/ig5.png" />
      </Frame>
    </Step>
  </Steps>
</Accordion>

***

### Activity Logs

**Track your Inventory History**

View all activity related to your ingredients:

✅ Sales   | ✅ Quick Stock adjustments
\| ✅ Waste   | ✅ Inventory Counts   | ✅ Purchase Orders

<Frame caption="On the Dashboard go to Supply Chain > Ingredients > View an ingredient > at the bottom of the page is the Activity Logs tab. To edit an activity, click on the quantity or cost of any line item to edit the value > click Save Edits">
  <img src="https://mintcdn.com/frostbytetechnologiesinc/_vW0ud9fWPPqKmbY/images/orders/al1.png?fit=max&auto=format&n=_vW0ud9fWPPqKmbY&q=85&s=51e844f473ca93e8f5b9f9ea8e4e0b4e" width="2432" height="1422" data-path="images/orders/al1.png" />
</Frame>

***

### Rules

**Automate ingredient restocking**

Set up automatic restocking schedules for individual ingredients—perfect for ingredients you receive or make on a regular basis.

<Accordion title="Create an Ingredient Rule">
  <iframe frameborder="1" className="rounded-xl w-full aspect-video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen src="https://www.loom.com/embed/f7171c923aca4154bb89e0c4bdf5384e?sid=2c7dafcd-a7d3-4fdf-a3de-2d5382b92139" />

  <Steps>
    <Step title="">
      On the Dashboard > Supply Chain > Ingredients > click **view** on an ingredient > **Rules** > **Create Rule**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rule1.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=8619952b9a24f9303231cb3fe56251a4" width="2444" height="1260" data-path="images/orders/rule1.png" />
      </Frame>
    </Step>

    <Step title="">
      Fill in the following fields:

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rule2.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=441f4b733b5d74b8b1ce2f97aed9f3d1" width="1214" height="878" data-path="images/orders/rule2.png" />
      </Frame>

      <CardGroup cols={1}>
        <Card title="Stocking Type">
          **Reset**: The current inventory will be set to the selected quantity

          * ***Record Waste**: If selected, surplus stock will be designated as waste, and a corresponding waste event will be logged.*

          **Add**: The selected quantity will be added to the current inventory count
        </Card>

        <Card title="Quantity">
          The number of units that should be automatically stocked for that given rule
        </Card>

        <Card title="Unit">
          The unit to stock
        </Card>

        <Card title="Day(s) & Time">
          Select a minimum of one day when the rule will be automatically triggered and the time
        </Card>
      </CardGroup>
    </Step>
  </Steps>
</Accordion>

***

### Sub Recipes

**Track ingredients composed of other ingredients by creating sub-recipes.**

Do you make your syrups in-house? Are your breads made fresh daily? Use subrecipes to track ingredients used to make those ingredients attached to products for sale.

Learn how to stock sub-recipe ingredients and their corresponding ingredients properly with **Production Events**.

<Accordion title="Create a Sub Recipe">
  In this example, we will create a subrecipe for house-made vanilla syrup.

  <iframe frameborder="1" className="rounded-xl w-full aspect-video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen src="https://www.loom.com/embed/8be73f3f63e34e1aa0ab6f47aef665be?sid=fc0cd78b-f727-4cf1-a4d3-9aa00cdeb1c0" />

  <Steps>
    <Step title="">
      Create the ingredients that will be used to make the final ingredient (*i.e. vanilla syrup will be made up of two ingredients: simple syrup and vanilla extract*).

      <Tip>The process to make these ingredients is the same as any other ingredient!</Tip>
    </Step>

    <Step title="">
      Create the sub recipe within the ingredient page.

      Navigate to **Ingredients** > **view** the ingredient.

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/XIV7IG0ASEtW419o/images/orders/sr1.png?fit=max&auto=format&n=XIV7IG0ASEtW419o&q=85&s=cbb97a17d7758b51edce0478075e473e" width="2448" height="1074" data-path="images/orders/sr1.png" />
      </Frame>
    </Step>

    <Step title="">
      Click the **Sub-Recipe** tab > **Add Ingredient**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/XIV7IG0ASEtW419o/images/orders/sr2.png?fit=max&auto=format&n=XIV7IG0ASEtW419o&q=85&s=0ab1a4acce80368508735e6babe777a6" width="2402" height="1394" data-path="images/orders/sr2.png" />
      </Frame>
    </Step>

    <Step>
      Add the ingredients one by one.

      <Tip>
        This ingredient of Vanilla Syrup is measured in fluid ounces. The sub recipe will consist of the quantity of ingredients needed to make 1 fluid ounce of Vanilla Syrup.

        For this example, let's say that to make 1 fluid ounce of Vanilla Syrup, 10ml of vanilla extract and 20 ml of simple syrup are needed.
      </Tip>

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/XIV7IG0ASEtW419o/images/orders/sr4.png?fit=max&auto=format&n=XIV7IG0ASEtW419o&q=85&s=9068d6ea120f4b3e137ae01b0c5d261a" width="1624" height="982" data-path="images/orders/sr4.png" />
      </Frame>

      View your sub-recipe below and edit the sub-recipe at any time

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/XIV7IG0ASEtW419o/images/orders/sr5.png?fit=max&auto=format&n=XIV7IG0ASEtW419o&q=85&s=7fd4fd9133586010ff7d8cce2eed35be" width="2408" height="958" data-path="images/orders/sr5.png" />
      </Frame>
    </Step>
  </Steps>
</Accordion>

<Accordion title="Create a Production Event">
  Have you just finished making a fresh batch of house-made syrup?

  Use a production event to decrease the stock of the ingredients used in the sub recipe and in turn, restock the final ingredient.

  <Steps>
    <Step title="">
      Navigate to **Ingredients** > **view** the ingredient to stock (in this example, Vanilla Syrup)

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/XIV7IG0ASEtW419o/images/orders/sr1.png?fit=max&auto=format&n=XIV7IG0ASEtW419o&q=85&s=cbb97a17d7758b51edce0478075e473e" width="2448" height="1074" data-path="images/orders/sr1.png" />
      </Frame>
    </Step>

    <Step title="">
      Click **Create Production Event**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/wCUzhnN5fuj5BySZ/images/orders/pe1.png?fit=max&auto=format&n=wCUzhnN5fuj5BySZ&q=85&s=3a1e4c34207f8d47973c1e2e1a5f448c" width="2462" height="1258" data-path="images/orders/pe1.png" />
      </Frame>
    </Step>

    <Step title="">
      Stock the amount of the ingredient you've made (*i.e., 16oz of Vanilla Syrup*)

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/wCUzhnN5fuj5BySZ/images/orders/pe2.png?fit=max&auto=format&n=wCUzhnN5fuj5BySZ&q=85&s=47cd847d0fe63b1117b8a7ff2a75af1d" width="2066" height="1042" data-path="images/orders/pe2.png" />
      </Frame>
    </Step>

    <Step title="">
      The stock of your ingredient has just increased, and the stock of the sub-recipe ingredients have subsequently decreased by the quantity used.

      View the activity logs of your sub-recipe ingredients to see the production event history.

      <CardGroup cols={2}>
        <Card title="Vanilla Extract">
          <img src="https://mintcdn.com/frostbytetechnologiesinc/wCUzhnN5fuj5BySZ/images/orders/pe3.png?fit=max&auto=format&n=wCUzhnN5fuj5BySZ&q=85&s=d03d22539871b0534b349c4547cdc6cf" width="2456" height="1549" data-path="images/orders/pe3.png" />
        </Card>

        <Card title="Simple Syrup">
          <img src="https://mintcdn.com/frostbytetechnologiesinc/wCUzhnN5fuj5BySZ/images/orders/pe4.png?fit=max&auto=format&n=wCUzhnN5fuj5BySZ&q=85&s=385216670a524f73704d2563a2f0d57f" width="2473" height="1550" data-path="images/orders/pe4.png" />
        </Card>
      </CardGroup>
    </Step>
  </Steps>
</Accordion>

***

## Build a Recipe

Every product in your menu has a recipe ready to build upon in Dripos Supply Chain.

When a product is sold on any Dripos platform, the stocks of ingredients linked to its recipe are automatically reduced by the amount used.

### Customizable Products

Follow these steps to create a recipe for a customizable product that relies on modifier options for ordering (i.e. espresso drinks, breakfast sandwiches, etc.)

<Accordion title="Create Recipe for Customizable Products">
  <iframe frameborder="1" className="rounded-xl w-full aspect-video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen src="https://www.loom.com/embed/129d1b3f8cda4cffac0b5020cca6bd0f?sid=e6b46869-3aef-4a72-9fe7-3fc28b613f72" />

  <Steps>
    <Step title="">
      On the Dashboard, navigate to **Operations** > **Supply Chain** > **Recipes** > select **Create** next to the desired product

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/9D-DNP_EiKWuhNmc/images/orders/rec1.png?fit=max&auto=format&n=9D-DNP_EiKWuhNmc&q=85&s=3d5c684f7b58f098b3bd4ecb2d3e28f2" width="2896" height="1090" data-path="images/orders/rec1.png" />
      </Frame>
    </Step>

    <Step title="Understanding Variants">
      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rec2.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=ac3a0050820b11a9df133aa6bc7d16cf" width="1440" height="1050" data-path="images/orders/rec2.png" />
      </Frame>

      **Variant**: A variant is your product's pricing model. If the quantity of an ingredient used varies by size or price, you’ll need to select a variant when adding that ingredient to a recipe.

      *i.e., a 12oz latte will use 2oz of espresso, a 16oz will use 6oz of espresso*

      <Warning>If an ingredient's quantity used in a recipe **will be the same** regardless of the product size/price (i.e., 1 cup sleeve, 2 bread slices), a variant does not need to be selected prior to adding an ingredient.</Warning>
    </Step>

    <Step title="Add Ingredient to Variant">
      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rec4.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=5a8d39116367415fe93a7ef672bdfe99" width="1868" height="1050" data-path="images/orders/rec4.png" />
      </Frame>

      To add, for example, the ingredient espresso to different latte sizes, select the variant (12oz) > add the **recipe ingredient** > enter the quantity to use (2oz) > click **Add**. Repeat the action for other variants with their corresponding ingredient quantity.
    </Step>

    <Step title="Add Ingredient to Variant and Modifier">
      For example, a 12oz and 16oz latte will use different amounts of milk. To add the ingredient of whole milk to each variant, select the variant (12oz) > select the modifier **Milk** > select the whole milk **option** > add the recipe ingredient > enter the quantity to use (2oz) > click **Add**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rec5.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=db7d676e477e13ab6e7874007737acbe" width="1854" height="968" data-path="images/orders/rec5.png" />
      </Frame>

      <Tip>
        Ensure you are using the right unit of measurement! Click the drop down next to the ingredient to select the correct unit. You want to add fluid ounces of milk to a latte, not gallons!
      </Tip>
    </Step>

    <Step title="View Recipes Ingredients">
      All added ingredients and their corresponding variants (if applicable) and modifiers will be listed at the bottom of the recipe page.

      Ingredients cannot be edited. Remove the ingredient and make a new ingredient to make changes.

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rec6.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=edef403ea5b0fa534130389481d25d56" width="2550" height="1008" data-path="images/orders/rec6.png" />
      </Frame>
    </Step>
  </Steps>
</Accordion>

***

### Grab & Go Products

Use supply chain to track quantity of simple inventory products such as bakery items and canned beverages.

<AccordionGroup>
  <Accordion title="Single Product">
    Use these steps if you have a stand alone product for sale, *i.e. water bottle, croissant*

    <Steps>
      <Step title="Create Ingredients">
        Create a singular ingredient for the product (i.e., water bottle)

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/qhDv7Y4J3v4JDInZ/images/orders/w1.png?fit=max&auto=format&n=qhDv7Y4J3v4JDInZ&q=85&s=3e187c5103a7f7e996f2bae36d5dd093" width="2282" height="956" data-path="images/orders/w1.png" />
        </Frame>
      </Step>

      <Step title="Add Ingredients to Recipe">
        Navigate to **Recipes** > find product and click **Create Recipe**

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/qhDv7Y4J3v4JDInZ/images/orders/w2.png?fit=max&auto=format&n=qhDv7Y4J3v4JDInZ&q=85&s=3bbb5dd87e84a293bb0e6d18ce261ea2" width="2062" height="862" data-path="images/orders/w2.png" />
        </Frame>

        Set the ingredient quantity to 1 so that each sale reduces the ingredient stock by one unit.

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/qhDv7Y4J3v4JDInZ/images/orders/w3.png?fit=max&auto=format&n=qhDv7Y4J3v4JDInZ&q=85&s=22ab49308f6a89f291ee333995e59389" width="2568" height="920" data-path="images/orders/w3.png" />
        </Frame>
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Product with Modifier Options">
    Use these steps if you have a product with modifier options acting as a singular flavor/type/choice, *i.e. product is muffins and has various flavor option modifiers*

    <Steps>
      <Step title="Create Ingredients">
        Create a singular ingredient for each modifier choice (i.e., an ingredient for each muffin flavor)

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/lDb9jwLuXNS3vCaq/images/orders/ig7.png?fit=max&auto=format&n=lDb9jwLuXNS3vCaq&q=85&s=1ad2b8a5354348e05ce01ff884e7f2f5" width="2266" height="960" data-path="images/orders/ig7.png" />
        </Frame>
      </Step>

      <Step title="Add Ingredients to Recipe">
        Navigate to **Recipes** > find product and click **Create Recipe**

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rec7.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=65ea3abdc9f6deb567fc72bad177268a" width="2030" height="868" data-path="images/orders/rec7.png" />
        </Frame>

        Click the **modifier type** > select the modifier **option** > add the **recipe ingredient**.

        Set the ingredient **quantity to 1** so that each sale reduces the ingredient stock by one unit.

        <Frame>
          <img src="https://mintcdn.com/frostbytetechnologiesinc/tyTkA1Oqpp07KNXm/images/orders/rec8.png?fit=max&auto=format&n=tyTkA1Oqpp07KNXm&q=85&s=3300fd9c4d8f1592009c3cc43a431e0c" width="1758" height="1018" data-path="images/orders/rec8.png" />
        </Frame>
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>

***

### Modifier Recipes

**Attach an ingredient to a global modifier**

For example, all iced drinks use one straw. Add the ingredient of one straw to the **Temperature = Iced** modifier.

<Accordion title="Create Modifier Recipe">
  <iframe frameborder="1" className="rounded-xl w-full aspect-video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen src="https://www.loom.com/embed/23a5c97c51a24302b61a851871384bd1?sid=478e3be9-b2c4-4e71-ac49-61797f617762" />

  <Steps>
    <Step title="">
      Click **Modifier Recipes** in the top right corner of supply chain > recipes

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/BQdcLoSppoBn1ck7/images/orders/mr1.png?fit=max&auto=format&n=BQdcLoSppoBn1ck7&q=85&s=823b9cc1429c786ac075eec17d4d8d62" width="2955" height="1172" data-path="images/orders/mr1.png" />
      </Frame>
    </Step>

    <Step title="">
      Select the modifier and the modifier option (Temperature > Iced)

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/BQdcLoSppoBn1ck7/images/orders/mr3.png?fit=max&auto=format&n=BQdcLoSppoBn1ck7&q=85&s=140b16ae39cb69d7db4af293d49548d0" width="2572" height="1130" data-path="images/orders/mr3.png" />
      </Frame>
    </Step>

    <Step>
      Choose the sizing variant (optional) and input the ingredient and the respective quantity to use > click **create**

      <Frame>
        <img src="https://mintcdn.com/frostbytetechnologiesinc/BQdcLoSppoBn1ck7/images/orders/mr4.png?fit=max&auto=format&n=BQdcLoSppoBn1ck7&q=85&s=37b033f26ad325cce4247d89a378443a" width="2598" height="1128" data-path="images/orders/mr4.png" />
      </Frame>
    </Step>
  </Steps>
</Accordion>
