> 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/readme.md).

# Help center

Help center for Elite Bundle Builder, the Shopify bundle app for build-your-own bundles, multi-option bundles, tiered discounts, upsells and analytics.

Elite Bundle Builder is a free Shopify app for build-your-own and multi-option bundles. Shoppers pick products step by step, tiered discounts apply at checkout with no codes, and every bundle page is styled in a live editor without touching theme code.

{% hint style="success" %}
**New here?** Install the app, enable one app embed, and publish a bundle in four screens. Start with [Getting started](/get-started/getting-started.md).
{% endhint %}

## Start here

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting started</strong></td><td>Install, enable the Elite Embed Core app embed, and check the setup status.</td><td><a href="/get-started/getting-started.md">Getting started</a></td></tr><tr><td><strong>Create your first bundle</strong></td><td>Name it, add steps or options, set rules and a discount, preview, go live.</td><td><a href="/create-bundles/create-your-first-bundle.md">Create your first bundle</a></td></tr><tr><td><strong>Choose a bundle type</strong></td><td>Build your own vs multi-option: what each does and where it appears.</td><td><a href="/overview/bundle-types.md">Bundle types</a></td></tr></tbody></table>

## Build and design

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Build your own bundle</strong></td><td>Steps, product sources, rules, custom data on cards, and the Offer tab.</td><td><a href="/create-bundles/build-your-own-bundle.md">Build your own bundle</a></td></tr><tr><td><strong>Multi-option bundle</strong></td><td>Fixed sets where shoppers pick a variant or product for every option.</td><td><a href="/create-bundles/multi-option-bundle.md">Multi-option bundle</a></td></tr><tr><td><strong>Pre-curated bundle</strong></td><td>A set of products sold as one product through Shopify's own bundles, with only the options you allow.</td><td><a href="/create-bundles/pre-curated-bundle.md">Pre-curated bundle</a></td></tr><tr><td><strong>Discounts</strong></td><td>Quantity or order-total tiers; percentage, fixed amount, bundle price or per item.</td><td><a href="/create-bundles/discounts.md">Discounts</a></td></tr><tr><td><strong>Design and customize</strong></td><td>Templates, product cards, variant pickers, steps, bundle cart, discount display, branding.</td><td><a href="/customize-and-publish/design-and-customize.md">Design and customize</a></td></tr><tr><td><strong>Publish on your storefront</strong></td><td>Where the bundle appears, statuses, preview and launch checklist.</td><td><a href="/customize-and-publish/publish-on-storefront.md">Publish on your storefront</a></td></tr><tr><td><strong>Upsells</strong></td><td>Show a bundle below Add to cart on other product pages, and track its clicks and sales.</td><td><a href="/grow-and-manage/upsells.md">Upsells</a></td></tr><tr><td><strong>Analytics</strong></td><td>Views, orders, conversion, revenue and AOV per bundle, and what to do about them.</td><td><a href="/grow-and-manage/analytics.md">Analytics</a></td></tr></tbody></table>

## Help and developers

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Troubleshooting</strong></td><td>Bundle not showing, products missing, discount not applying, theme changes.</td><td><a href="/help/troubleshooting.md">Troubleshooting</a></td></tr><tr><td><strong>FAQ</strong></td><td>Themes, embeds, statuses, stock, previews and support hours.</td><td><a href="/help/faq.md">FAQ</a></td></tr><tr><td><strong>Developer SDK</strong></td><td>Build a fully custom bundle UI on <code>window.eliteBundle.sdk</code>.</td><td><a href="/developer-sdk/dev-docs.md">Developer SDK</a></td></tr></tbody></table>

## Support

Open the app and click **Support** or **Chat now** from the dashboard or settings page. Typical response time is around 10 minutes during IST business hours, with a maximum wait of one business day. Email works too: <hi@elitebundleapp.com>.


---

# 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/readme.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.
