# Elite Bundle Documentation

## Elite Bundle Docs

- [Welcome to Elite Bundle Builder](https://docs.elitebundleapp.com/readme.md): Merchant help center for Elite Bundle Builder, a Shopify bundle builder app for build-your-own bundles, multi-option bundles, drag-and-drop bundle pages, automatic discounts, and bundle analytics.
- [Introduction](https://docs.elitebundleapp.com/overview/introduction.md): Learn what Elite Bundle Builder is, who it is for, and how Shopify merchants use it to create customizable product bundles.
- [Key Features](https://docs.elitebundleapp.com/overview/key-features.md): Key features of Elite Bundle Builder for Shopify, including build-your-own bundles, multi-option bundles, drag-and-drop design, automatic discounts, mobile optimization, and analytics.
- [Bundle Types](https://docs.elitebundleapp.com/overview/bundle-types.md): Compare Build Your Own Bundle, Multi-Option Bundle, and coming subscription bundle options in Elite Bundle Builder for Shopify.
- [Getting Started](https://docs.elitebundleapp.com/installation-and-requirements/getting-started.md): Install Elite Bundle Builder, set up theme integration, and launch your first bundle in your Shopify store.
- [Requirements and Compatibility](https://docs.elitebundleapp.com/installation-and-requirements/requirements-and-compatibility.md): Requirements and compatibility notes for using Elite Bundle Builder with Shopify stores and Online Store 2.0 themes.
- [Settings](https://docs.elitebundleapp.com/installation-and-requirements/settings.md): Configure Elite Bundle Builder settings, setup status, product-page or dedicated-page bundle display, and support options.
- [Create Your First Bundle](https://docs.elitebundleapp.com/create-bundles/create-your-first-bundle.md): Step-by-step guide to creating your first bundle in Elite Bundle Builder, including naming, product selection, discounts, preview, and launch checklist.
- [Build Your Own Bundle](https://docs.elitebundleapp.com/create-bundles/build-your-own-bundle.md): Complete guide to creating Build Your Own Bundles in Elite Bundle Builder, including steps, products, discounts, design customization, and FAQ.
- [Multi-Option Bundle](https://docs.elitebundleapp.com/create-bundles/multi-option-bundle.md): Complete guide to creating Multi-Option Bundles in Elite Bundle Builder, including options, single-product mode, discounts, design customization, and FAQ.
- [Set Up Discounts](https://docs.elitebundleapp.com/create-bundles/discounts.md): Configure automatic Shopify bundle discounts with quantity tiers, order-total tiers, percentage discounts, fixed amount discounts, fixed price bundles, and per-item discounts.
- [Design and Customize](https://docs.elitebundleapp.com/customize-and-publish/design-and-customize.md): Use the drag-and-drop bundle page editor in Elite Bundle Builder to customize Shopify bundle layouts, product grids, discounts, buttons, images, videos, and mobile design.
- [Publish on Your Storefront](https://docs.elitebundleapp.com/customize-and-publish/publish-on-storefront.md): Publish Elite Bundle Builder bundles on Shopify using the core app embed, optional app blocks, product-page display, dedicated bundle pages, preview links, and active or unlisted statuses.
- [Manage Bundles](https://docs.elitebundleapp.com/grow-and-manage/manage-bundles.md): Manage Shopify bundles in Elite Bundle Builder, including editing, duplicating, deleting, previewing, changing status, and maintaining active bundle offers.
- [Read Bundle Analytics](https://docs.elitebundleapp.com/grow-and-manage/analytics.md): Understand Shopify bundle analytics for views, orders, revenue, conversion rate, average order value, and top-performing bundles in Elite Bundle Builder.
- [Troubleshooting](https://docs.elitebundleapp.com/help-and-support/troubleshooting.md): Troubleshoot Shopify bundle display, products, add to cart, discounts, theme embed, analytics, and setup issues in Elite Bundle Builder.
- [FAQ](https://docs.elitebundleapp.com/help-and-support/faq.md): Frequently asked questions about Elite Bundle Builder, Shopify core app embeds, discounts, inventory behavior, previews, design changes, and support.
- [Overview](https://docs.elitebundleapp.com/developer-docs/dev-docs.md)
- [Getting Started](https://docs.elitebundleapp.com/developer-docs/getting-started.md)
- [Global Object](https://docs.elitebundleapp.com/reference/globals.md)
- [BYOB SDK](https://docs.elitebundleapp.com/reference/byob.md)
- [MOB SDK](https://docs.elitebundleapp.com/reference/mob.md)
- [Events](https://docs.elitebundleapp.com/reference/events.md)
- [Custom BYOB UI](https://docs.elitebundleapp.com/guides/custom-byob-ui.md)
- [Custom MOB UI](https://docs.elitebundleapp.com/guides/custom-mob-ui.md)
- [Using with React](https://docs.elitebundleapp.com/guides/react.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.elitebundleapp.com/readme.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.
