# Configure Product

### **How to Access the Add Product Page**

1. Go to **Store → Products**
2. Click **+ Add new product** (top-right button)

This opens the product creation panel shown in the screenshot.

***

## **Add Product — Field-by-Field Breakdown**

This section describes each field available on the Add Product screen.

***

### **1. Product Title**

* Enter the product name.
* If left blank, the system automatically uses the **associated course title**.

**SEO Tip:**\
Include your primary keyword (e.g., *Data Science Course*, *Cyber Security Certification*).

***

### **2. Associated Course Category**

* Select the Moodle course category.
* Helps filter and organize your course list.

***

### **3. Associated Course**

* Select the course this product will represent.
* Required if you’re selling a Moodle course.
* Once selected, the system can auto-fill description and metadata if left blank.

***

### **4. Product Status**

* Options:

  * **Draft** (default)
  * **Published**

  Use **Draft** during setup; switch to **Published** once ready to sell

### **5. Product Label**

#### **a. Featured Product**

* Enable to show this product prominently on the store page.

#### **b. Custom Label**

* Add a custom tag like:
  * “Best Seller”
  * “New”
  * “Limited Seats”
* Overrides the default “Featured” label.
* Max 30 characters.

***

### **6. Upload Image**

* Upload the course/product thumbnail.
* Supported formats: `.bmp .jpg .jpeg .png .gif .svg .webp` and more.

**Recommended size:** 1200×630px for clean display.

***

### **7. Upload Video**

* Optional promo or introductory video.
* Drag-and-drop supported.
* Accepted formats: `.mp4 .mov .m4v .wmv .mpeg .ogg .webm` etc.

Great for increasing conversion rates.

***

### **8. Product Description**

* Rich text editor to describe the course/product.
* If left blank, the system uses the **Moodle course summary**.

**SEO Tip:**\
Add benefits, learning outcomes, and keywords naturally.

***

### **9. Product Type**

Three pricing modes:

#### **a. Free**

* No price set.
* Product appears with a **Free** badge.

#### **b. Paid**

* Allows setting:
  * Standard price
  * Discount price (optional)

#### **c. Paid Subscription**

* Enables multiple subscription plans.
* Perfect for recurring revenue.

***

### **10. Related Products**

* Search and select related courses/products.
* Displays recommendations on the product page for cross-sells.

***

### **11. Show/Hide Information**

Toggle visibility of:

* **Instructor details**
* **Ratings & reviews**
* **Enrolled learners**

These affect display on both the **product card** and the **product detail page**.

***


---

# 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://remui-docs.edwiser.org/edwiser-store/getting-started/post-installation/course-sync-as-product/configure-product.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.
