> For the complete documentation index, see [llms.txt](https://en-ascent.webvista.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-ascent.webvista.studio/pages/main-product/complementary-products.md).

# Complementary Products

The complementary products feature enhances the customer shopping experience by providing thoughtful pairing suggestions, helping customers quickly find related items and save selection time. It also increases the practicality and perceived value of product combinations, boosts store sales, and showcases the brand's professionalism and deep understanding of customer needs.

### Install the Shopify Search & Discovery App

<figure><img src="/files/8L0wcLcSfqQRIGDmE1eh" alt=""><figcaption><p>Shopify Search &#x26; Discovery App</p></figcaption></figure>

* Log in to your Shopify admin.
* Go to the **Shopify App Store**.
* Search for the **Shopify Search & Discovery** app.
* Click **Add App** and complete the installation.

### Open the App and Access Product Recommendation Settings

<figure><img src="/files/rYw3utejxbFlMo6SJp4G" alt=""><figcaption></figcaption></figure>

* In your Shopify admin, go to **Apps > Search & Discovery**.
* Click on **Recommendations** in the left-hand menu.

### Select Products and Link Complementary Products

<figure><img src="/files/bVTPEiR8DkqQXdcGMjeA" alt=""><figcaption></figcaption></figure>

* On the **Recommendations** page, click **Manage Recommendations**.
* Search for or select the main product for which you want to set complementary products.
* Click to enter the recommendation configuration page for that product.

### Add a Complementary Products Block in the Template Editor

<figure><img src="/files/ubEwr8YZMq9XBuhxv0at" alt=""><figcaption></figcaption></figure>

* Navigate to **Online Store > Customize** in your Shopify admin.
* Select the **Product Template** from the dropdown menu.
* As shown in the image, add a **Complementary Products Block** to the product page template.
* Save your changes to ensure the block is displayed on the product 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://en-ascent.webvista.studio/pages/main-product/complementary-products.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.
