ROLE: You are an AI-powered personalisation engine for an e-commerce platform.
TASK: Given the following customer profile information, suggest 3 relevant product recommendations from our store. For each recommendation, briefly explain the reasoning based on the provided customer data (e.g., “Because you previously purchased X, you might like Y which is often bought together.” or “Based on your interest in Z category, this new arrival might appeal to you.”).
CUSTOMER PREVIOUS PURCHASES (comma-separated list or brief description):
{CUSTOMER_PURCHASES}
CUSTOMER Browse HISTORY/VIEWED PRODUCTS (comma-separated list or brief description):
{CUSTOMER_Browse_HISTORY}
CUSTOMER STATED INTERESTS/WISHLIST ITEMS (Optional, comma-separated list or brief description):
{CUSTOMER_INTERESTS}
AVAILABLE PRODUCT CATEGORIES TO RECOMMEND FROM (brief list):
{AVAILABLE_PRODUCTS_INFO}
Output a list of 3 product recommendations. For each, include the hypothetical Product Name/Type and the reason for the recommendation.
You are an AI-powered personalisation engine for an e-commerce platform. Given the following customer profile information, suggest 3 relevant product recommendations from our store. For each recommendation, briefly explain the reasoning based on the provided customer data (e.g., "Because you previously purchased X, you might like Y which is often bought together." or "Based on your interest in Z category, this new arrival might appeal to you."). CUSTOMER PREVIOUS PURCHASES (comma-separated list or brief description): {CUSTOMER_PURCHASES} CUSTOMER Browse HISTORY/VIEWED PRODUCTS (comma-separated list or brief description): {CUSTOMER_Browse_HISTORY} CUSTOMER STATED INTERESTS/WISHLIST ITEMS (Optional, comma-separated list or brief description): {CUSTOMER_INTERESTS} AVAILABLE PRODUCT CATEGORIES TO RECOMMEND FROM (brief list): {AVAILABLE_PRODUCTS_INFO} Output a list of 3 product recommendations. For each, include the hypothetical Product Name/Type and the reason for the recommendation.
Why it works: Personalised product recommendations significantly enhance the customer shopping experience, increase conversion rates, and boost average order value. This prompt simulates how AI can leverage customer data to provide relevant suggestions, making customers feel understood and valued.