> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/manage/products/your-products/related-products.md).

# Related Products

Assigning related products is a great way to upsell and promote similar items in your store.

### How do I assign a related product?

To assign related products to another product:

1. Log in to your control panel.&#x20;
2. Go to **Manage > Products > List All Products**.
3. Click **Edit** on the product you wish to assign related products to.
4. Scroll down the page until you see a panel labeled **Related Products** and expand the panel.
5. Either search for related products or search for them by browsing categories by clicking **Choose from Category.**
6. Once you are happy with the products you have added, click **Save.**

### **How do I remove a related product?**

To remove a related product:

1. Log in to your control panel.&#x20;
2. Go to **Manage > Products > List All Products**.
3. Click **Edit** on the product you wish to assign related products to.
4. Scroll down the page until you see a panel labeled **Related Products** and expand the panel.
5. You will see a list of products that are already set as related to this product. For each one, you would like to remove, click the **\[x]** next to the product name.
6. When you are happy with the products, **Save**.

### How do I assign a related product to a group of products?

To assign related products to a group:

1. Log in to your control panel.
2. Go to **Manage > Products > Groups**.
3. Click **Action** on the group you wish to add or remove a related product.
4. Hover **Select Action** and select **Add/ Remove Related Product** from the dropdown.
5. Search for the product you would like to add/ remove from this group.
6. Check **Add** or **Remove**.
7. Click **Apply** when you are happy.
8. Click **Save.**

This will then queue up the action for completion. Once it has finished, you will see that the selected product has been added as a related product to every item in the group.


---

# 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://help.freewebstore.com/manage/products/your-products/related-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.
