# Manage Bundles

The app dashboard is where you review, edit, duplicate, preview, analyze, and delete bundles.

## Bundle Dashboard

The dashboard shows:

* Total bundles
* Live bundles
* Draft bundles
* Bundle name
* Number of steps or options
* Last updated date
* Status
* Available actions

Use search and sorting to find bundles faster.

## Edit a Bundle

To edit:

1. Open the app dashboard.
2. Click the bundle name or edit action.
3. Update products, steps, status, discounts, or design.
4. Save changes.
5. Preview the bundle again.

Changes can affect the live storefront, so test important updates before promoting them.

## Duplicate a Bundle

Duplicate a bundle when you want to create a similar offer without starting over.

Good uses:

* Seasonal versions
* Region-specific bundles
* A/B testing different discount tiers
* Similar bundles for different collections

After duplicating, rename the new bundle and review every step before publishing.

## Delete a Bundle

Deleting a bundle removes it from the app and deletes its associated Shopify bundle product.

Before deleting:

* Confirm the bundle is not linked in navigation or campaigns.
* Confirm it is not part of an active promotion.
* Consider setting it to **Draft** first if you are unsure.

Deletion cannot be undone from the app.

## Update Bundle Status

Use statuses to control visibility:

* Use **Draft** while building.
* Use **Unlisted** for testing or private links.
* Use **Active** when ready for customers.

## Ongoing Maintenance Checklist

Review active bundles regularly:

* Remove out-of-stock or discontinued products.
* Check collection-based steps after major catalog changes.
* Confirm discounts still protect your margin.
* Review analytics after campaigns.
* Preview bundles after theme changes.


---

# Agent Instructions: 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:

```
GET https://docs.elitebundleapp.com/grow-and-manage/manage-bundles.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.
