> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/product/using-peakcommerce/products-and-bundles.md).

# Products & Bundles

Your sellable products live in the **Product Catalog** (**Commerce → Product Catalog**) — either **Synced** from your billing provider, created as **Internal** PeakCommerce products, or assembled as a **Bundle** that sells several products as one item. Group products into **Product Sets** to control what buyers see in storefronts and journeys.

This section covers:

* [Products Overview](/product/using-peakcommerce/products-and-bundles/products-overview.md) — the catalog model and product types
* [Managing Products](/product/using-peakcommerce/products-and-bundles/managing-products.md) — find, filter, sync, and edit products
* [Product Bundles Overview](/product/using-peakcommerce/products-and-bundles/product-bundles-overview.md) — when and why to bundle
* [Creating a Product Bundle](/product/using-peakcommerce/products-and-bundles/creating-a-product-bundle.md) — build a bundle step by step
* [Offers & Discounts](/product/using-peakcommerce/products-and-bundles/offers-and-discounts.md) — promo codes and retention discounts, the offer page, and the offer editor


---

# 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.peakcommerce.com/product/using-peakcommerce/products-and-bundles.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.
