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

# Create a bundle

> Group multiple products together into a single sellable bundle

A bundle lets you package multiple products into a single item that your sales team can add to quotes. You can set bundle-level pricing, define product quantities, and apply rules to control configuration.

<Note>
  You must have the **Admin** role to create and manage bundles.
</Note>

## Access the bundle creation screen

<Steps>
  <Step title="Navigate to Products & pricing">
    In the left side menu, click **Products & pricing**.
  </Step>

  <Step title="Open Bundle">
    Click **Bundle** in the submenu.
  </Step>

  <Step title="Create a new bundle">
    Click **+ New** to open the bundle creation form.
  </Step>
</Steps>

## Configure the bundle

<Steps>
  <Step title="Fill in general information">
    In the **General Information** section:

    * **Name** (required): Enter a descriptive name for the bundle (e.g., `Starter Pack`, `Enterprise Suite`)
    * **Reference**: Add an internal reference code to identify the bundle
    * **Description** (optional): Add details about what the bundle includes
  </Step>

  <Step title="Add products to the bundle">
    In the **Bundle** section, use the available buttons to add content:

    * Click **+ Product section** to add a section of standard products
    * Click **+ Plan section** to add a section of plan-type products
  </Step>

  <Step title="Set bundle pricing" />

  <Step title="Associate the bundle with catalogs">
    In the **Bundle used in** section, use the **Catalogs** field:

    1. Click to open the catalog selector
    2. Select one or more catalogs where this bundle should be available
    3. The selected catalogs appear as tags

    <Info>
      A bundle must be associated with at least one catalog to appear in quote templates.
    </Info>
  </Step>

  <Step title="Configure external identifiers (optional)">
    If you integrate with external systems, enter the corresponding identifiers:

    * **CRM ID**: Bundle identifier in your CRM
    * **ERP ID**: Identifier in your ERP system
    * **Accounting ID**: Identifier in your accounting software
  </Step>

  <Step title="Set status and API name">
    In the right-hand side panel:

    * **Status** (required): Set to **Active** to enable the bundle or **Inactive** to disable it
    * **API Name** (required): Automatically generated technical identifier

    <Warning>
      The **API name** can only be changed at creation. Once saved, it cannot be modified to ensure integration stability.
    </Warning>
  </Step>

  <Step title="Save the bundle">
    Click **Save** at the top right to create the bundle.
  </Step>
</Steps>

## What happens next

Once saved, the bundle appears in the bundles list and becomes available in any associated catalogs. Sales reps can add the bundle to quotes using templates that reference those catalogs.

The **Activity** panel in the side area tracks all changes made to the bundle, including creation, modifications, and status changes.

## Troubleshooting

<AccordionGroup>
  <Accordion title="The bundle doesn't appear in my quote template">
    Verify that the bundle is associated with the same catalog as the template. Check that the bundle status is set to **Active** and that validity dates include the current date.
  </Accordion>

  <Accordion title="I can't modify the API name">
    The API name is locked after the first save to protect integrations. If you need a different API name, create a new bundle and archive the old one.
  </Accordion>

  <Accordion title="Product quantities aren't editable in quotes">
    By default, bundle products use fixed quantities. To allow sales reps to adjust quantities, enable quantity overrides in the bundle configuration rules.
  </Accordion>
</AccordionGroup>

## Related resources

<CardGroup cols={2}>
  <Card title="Manage products" icon="box" href="/user-guide/catalog/how-tos/manage-variants">
    Create and configure individual products
  </Card>

  <Card title="Manage catalogs" icon="books" href="/user-guide/catalog/how-tos/manage-variants">
    Organize products into catalogs
  </Card>

  <Card title="Configure pricebooks" icon="tags" href="/user-guide/catalog/how-tos/create-pricebook">
    Set up pricing rules for catalogs
  </Card>

  <Card title="Product Configurator" icon="sliders" href="/user-guide/catalog/how-tos/product-configurator">
    Build configurable products with rules
  </Card>
</CardGroup>
