> For the complete documentation index, see [llms.txt](https://docs.awecommerce.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awecommerce.net/product-groups/create-a-product-group.md).

# Create a product group

A **product group** links separate products together as swatches. When a shopper clicks a swatch, they're taken to that product's page. Use it when each color / material is its own product instead of a variant.

## Steps

1. In the AWE app, open **Product groups** in the left menu.

   ![Open Product groups](/files/5zAe2pR5AqQ22TYLwpla)
2. Click **Create group**.

   ![Create group](/files/2h5M9lmGVll24taAtG1K)
3. Fill in the group:
   * **Group name** — only for you, to find the group in the app (e.g. `Summer tee colors`).
   * **Option name** — the label shoppers see on the store (e.g. `Color`).
4. Under **Choose option styles**, pick how the swatches look:
   * **Style on product page** — the swatch style shown on product pages.
   * **Style on Collection page** — the style shown on collection pages (choose **No show** to hide them there — see [Show swatches on product but not collection](/tips/show-swatches-on-product-not-collection.md)).
5. Click **Add products** and select the products to link. **A group needs at least 2 products.** Drag to reorder — that's the order swatches appear in.
6. *(Optional)* Click **Configure** next to a style to set a custom color or image per product.
7. Click **Save**.

![The Create group form](/files/7DQKErdL2ZUAWJyB7CzM)

## On your store

Once saved, the linked products show as swatches on each product's page. Clicking a swatch takes the shopper to that product. To move where they appear, see [Reposition swatches](/product-groups/reposition-swatches.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 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.awecommerce.net/product-groups/create-a-product-group.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.
