# Complementary product offer

## Use case description

🎯 Goal:

Promote complementary products with an offer and boost the revenue.

Email customers who viewed a specific product and offer them a discount on a complementary product (example: buy a projector and get a discount on a projector screen).

🔧 Complexity: 2/5

💰 ROI: High

## Use case setup

Step 1: create a segment ‘viewed product X’ or ‘viewed product category X’ and no order

Step 2: create a stream to send users in segment previously created to an emailing solution


---

# 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://doc.commandersact.com/use-cases/data-activation/increase-revenue/complementary-product-offer.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.
