> For the complete documentation index, see [llms.txt](https://docs.elitebundleapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elitebundleapp.com/overview/key-features.md).

# Key Features

Elite Bundle Builder is designed to be a powerful Shopify bundle builder app for merchants who want flexible bundle logic, brand-matched design, and checkout-ready discounts.

## Build-Your-Own Bundle Builder

Create guided bundle flows where customers choose products step by step. This is ideal for mix-and-match offers, gift boxes, routines, trial packs, and curated sets.

Merchants can:

* Add multiple bundle steps
* Use specific products or collections
* Set minimum and maximum quantities
* Allow only one of each product
* Show variants as separate selectable products

## Multi-Option Bundle Builder

Create fixed combo bundles where each option can have selectable products or variants. This works well for outfits, kits, matching sets, and bundles where every option must be completed.

If products or variants go out of stock, unavailable choices are blocked. If all choices in a required option are unavailable, the bundle cannot be purchased until inventory is restored or the option is updated.

## Drag-and-Drop Bundle Design

Each bundle can have a custom storefront design. Use the visual editor to drag, reorder, and style layout, commerce, and content blocks.

Design controls include:

* Containers, columns, grids, and stacked layouts
* Product selection areas
* Side cart or selected-items sections
* Discount displays
* Headings, text, images, buttons, dividers, and videos
* Colors, typography, spacing, borders, shadows, and mobile behavior

## Mobile-Optimized Storefront Experience

Bundle pages are designed for customers shopping across desktop, tablet, and mobile. Merchants can preview layouts and adjust structure so customers can select products, review their bundle, and add to cart from any device.

## Automatic Bundle Discounts

Create tiered discounts that apply automatically at checkout. Customers do not need discount codes.

Supported discount approaches include:

* Percentage off
* Fixed amount off
* Fixed bundle price
* Amount off per item
* Quantity-based tiers
* Order-total-based tiers

## Shopify Storefront Publishing

Bundles publish through Shopify storefront pages and the Elite Embed Core app embed. Merchants can use product-page rendering for a native product-page experience or dedicated-page rendering for focused campaigns and landing pages.

## Designed for Live Storefront Traffic

Elite Bundle Builder is designed for real Shopify storefront use, including active product pages, campaign traffic, and mobile shoppers. Merchants should still preview bundles on their live theme before launch, especially after major theme or design changes.

## Bundle Analytics

Track how bundles perform with merchant-friendly analytics:

* Views
* Orders
* Revenue
* Conversion rate
* Average order value
* Views over time
* Orders over time
* Revenue over time
* Top bundles by revenue
* Top bundles by conversion rate

## Built for Real Store Operations

Elite Bundle Builder supports practical merchant workflows:

* Draft, unlisted, and active bundle statuses
* Duplicate bundles for campaigns or variants
* Preview before publishing
* Elite Embed Core app embed setup
* Settings and setup status checks
* Merchant support through in-app chat


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.elitebundleapp.com/overview/key-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
