# Linked products

**Flow Retail supports linking various types of products to a specific product, like accessories or spare parts.**

This is super-handy for remembering to recommend relevant accessories to the customer.

With the Auto-Add link type you can also *automatically* add a product to the order based upon another product. This is extra handy when selling for example soda/drinks and wanting to add a bottle deposit fee product, or some other type of fee related to a specific product, like enviromental fee, etc.

## How do I add linked products to a product?

Simply go to the relevant product in Backoffice, and find the <kbd>Linked products</kbd> tab. Here you can add the various linked products as you want.

## What are the different product link types?

<table><thead><tr><th width="163.3515625">Linked product type</th><th>Description</th></tr></thead><tbody><tr><td>Accessories</td><td><p>Linked accessories appears once a product is being added to an order.</p><p>One can any number of accessories to an order.</p><p>Accessories will be kept on the order even though the original product is being removed.</p></td></tr><tr><td>Services</td><td>Linked service products can be anything from assembling to delivery.</td></tr><tr><td>Insurance</td><td><p>Linked insurance products will appear once a product is being added to an order.</p><p>One can only select one insurance product to the order.</p><p>If the relevant product is being removed from the order, the insurance product is also automatically removed.</p></td></tr><tr><td>Spare parts</td><td>Linked spare parts are mainly used in the Service system to display relevant spare parts to a specific product.</td></tr><tr><td>Auto-add</td><td>Linked auto-add products are automatically added to the order based upon the original product being actually added. These products are also automatically removed once the original product is being removed.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.flowretail.com/docs/day-to-day-operations/products/linked-products.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
