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

# Reposition swatches on the product page

By default, AWE picks a spot on your product page and shows swatches there automatically — no setup needed. If you want them somewhere else (above the price, under the description, next to Add to cart…), add the **AWE Product Groups** app block and drag it into place.

## Move the swatches

1. Open **Online Store → Themes → Customize** and select a **product** template.
2. In the left panel, open the section that holds your product details, then click **Add block → Apps → AWE Product Groups**.
3. **Drag** the block up or down to the exact spot you want the swatches to appear.
4. Click **Save**.

![Add block, Apps tab, AWE Product Groups](/files/14M5QlfvpFaYhV2dYbyv)

## How it works

* The block marks the spot. Wherever you place the block, AWE renders the swatches there instead of its default location.
* Move it **above** or **below** the variant picker / price / Add to cart to change the order.
* **Remove the block** anytime to go back to the automatic default position.

> No block added? Swatches still show automatically — the block only lets you **move** them. Available on Online Store 2.0 themes.


---

# 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/reposition-swatches.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.
