> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/release-notes/new-features/2025-new-features/may-2025-new-features/shop-the-look-content-part.md).

# Shop the Look Content Part

**What was added?**

A "Shop the Look" content banner is a visually engaging, interactive banner used on eCommerce homepages, category pages, or editorial content. Its purpose is to inspire customers with lifestyle imagery while allowing them to instantly shop the featured products directly from the scene.

**How is it useful to you?**

A Shop the Look section can significantly enhance the shopping experience and contribute to increased sales. By presenting multiple complementary products together, such as a complete outfit, a styled room setup, or a curated bundle, it encourages customers to purchase complete sets rather than individual items. This naturally increases the average order value (AOV), as customers are more inclined to add multiple items to their cart when they see how well the products complement each other.

Additionally, Shop the Look helps reduce decision fatigue by eliminating the need for customers to search for matching products themselves. Instead, it offers a ready-made, professionally styled solution that simplifies the decision-making process. This approach is particularly beneficial for shoppers who are short on time or those who may not feel confident putting together cohesive looks on their own. Streamlining the shopping journey makes the path to purchase faster and more intuitive.

**How to Access the Shop the Look Content Part**

1. In the back office, click your Store Name.
2. Click on any of the Content options. I.e. Pages, blogs, news or zones.
3. Edit an existing content item or create a new one.
4. When you are in a content page, click edit in the top right corner.
5. Make sure Parts are selected and then open the Catalogue.
6. Drag and drop the Shop the look content part onto the page.


---

# 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://support.storefront.co.za/release-notes/new-features/2025-new-features/may-2025-new-features/shop-the-look-content-part.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.
