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

# How to Create an Extra To a Product

Learn how to create product options and modifiers in Munchi, add suboptions, and assign them to products so customers can customize their orders.

Product options — also known as Extras — let customers personalize their orders.

<Steps>
  <Step title="Create a new product option">
    To build a new option from scratch, click **Add product option** and give it a name.

    > **Note:** This name is internal and not visible to customers. Use it to help you tell options apart in the dashboard — for example, "extra toppings pizza" or "extra toppings burgers".
  </Step>

  <Step title="Define your option's details">
    Click on the newly created option to configure it:

    * **Name visible to you** — The internal label you set in the previous step.
    * **Name visible to customers** — The label customers will see on the ordering platform. Use customer-friendly language such as "Choose one side" or "Add extras".
    * **Suboptions** — These are the individual choices within the option (e.g., "Extra cheese" or "Spicy"). To add a suboption, click **Add suboption**, type the suboption name, and click the **+** icon. Repeat for each choice you want to offer.

    <Tip>
      All changes to product options are saved automatically — there is no separate save button to click.
    </Tip>
  </Step>

  <Step title="Confirm the option is assigned to the product">
    Before leaving the product editor, double-check that the checkmark next to your option is selected. If the checkbox is empty, the option will not appear for that product on any ordering channel.
  </Step>
</Steps>
