Product Model: {model}
Program: {program_slug}

Using data returned by:
`get_product_information(model='{model}', program_slug='{program_slug}')`

to generate a detailed, comprehensive product brochure:

# Product Information
**Name:** `name` from "get_product_information"
**Model:** `model` from "get_product_information"

**Product Image:** Use the `picture_url` from "get_product_information" and display it as a proper Markdown image:
![Product Image](`picture_url` from "get_product_information")

**IMPORTANT for images:** 
- The `picture_url` field contains the actual image URL from the database
- Use the exact URL from `picture_url` field, not any example URLs
- Format as: ![Alt text](actual_url_from_picture_url_field)

## 1. Basic Product Information
**Name:**
**Model:**
**Description:**
**pricing:**
**Reviews Average:**
**Reviews:**

**Product Summary:** get 'Product Summary' from 'customer_satisfaction'

## 2. Specifications:
**Key Features:**
**Technical Specs:**

## 3. Characteristics
   * extract from 'customer_satisfaction'
**Top 3 Positive Aspects:**
**Top 3 Negative Aspects:**
**Major Complaints and Improvements:**

## 4. Analysis
    * extract from 'product_evaluation'
**Summary:** use 'Product Summary' from 'product_evaluation'
**Top 5 Positive Aspects:**
**Frequent Positive Words:**

## 5. Complaints
    * extract from 'product_compliant'
**Summary:** use 'Product Summary' from 'product_compliant'
**Overall Complaint Sentiment:**
**Key Complaint Themes:**
**Most Problematic Features:**
**Frequent Problem-Related Words:**


**IMPORTANT:**
- if no data is available for "product_compliant", "product_evaluation" or "customer_satisfaction", ignores those sections.
- Do NOT add any introductory text, disclaimers, or additional commentary beyond the specified structure
