# Publishing products

### Understanding Product Status

Products are created in **draft** status by default. They must be published before customers can purchase them.

#### Draft vs. Published

| Status        | Visibility              | Purchases              | When to Use                                        |
| ------------- | ----------------------- | ---------------------- | -------------------------------------------------- |
| **Draft**     | Only visible to you     | Cannot be purchased    | While testing, setting up, or making major changes |
| **Published** | Visible to all learners | Available for purchase | When ready to sell                                 |

***

### Publishing a Product

{% stepper %}
{% step %}

### How to Publish

* Find your product in the products list
* Click the **"Publish"** button on the product card
* Confirm the publishing action
* The status changes from "Draft" to "Published"
  {% endstep %}

{% step %}

### Before You Publish - Checklist

Make sure everything is ready:

* ✅ Product name is clear and professional
* ✅ Description accurately represents what's included
* ✅ Image looks high-quality and appealing
* ✅ Features list is complete
* ✅ Price is correct
* ✅ Course content is complete and deployed
* ✅ You've tested the product (if possible)

{% hint style="info" %}
Tip: Once published, your product is immediately available for purchase. Make sure everything is perfect first!
{% endhint %}
{% endstep %}
{% endstepper %}

***

### Unpublishing a Product

#### When to Unpublish

Unpublish a product when you need to:

* Make major updates or changes
* Temporarily stop selling
* Review and revise content
* Update pricing structure
* Fix issues or errors

{% stepper %}
{% step %}

### How to Unpublish

* Click the **"Unpublish"** button on a published product
* Confirm the action
* The product returns to draft status
  {% endstep %}

{% step %}
{% hint style="info" %}
Important: Unpublishing does NOT affect learners who already purchased. They retain their access and continue using the product normally.
{% endhint %}
{% endstep %}
{% endstepper %}

***

### Editing Products

#### What Can Be Edited

You can update most product details after creation:

* Product name
* Description
* Images
* Features list
* Pricing (affects future purchases only)

{% stepper %}
{% step %}

### How to Edit

* Click the **edit icon** on the product card
* Modify the fields you want to change
* Click **"Save Changes"**

![](/files/qktyTQHyb28cg6kRZHz7)
{% endstep %}

{% step %}

### Important Notes About Editing

{% hint style="warning" %}
Editing a product does NOT affect existing customers. Only new purchases will use the updated information.
{% endhint %}

#### Changing Prices

* New price applies to future purchases only
* Existing customers keep their original pricing
* Consider your current customers before big price increases
* You may want to create a new product instead for major price changes

#### Editing Published Products

* You CAN edit published products without unpublishing
* Changes take effect immediately
* Learners see updated information right away
* Consider unpublishing for major overhauls
  {% endstep %}
  {% endstepper %}

***

### Deleting Products

#### When to Delete

Delete a product when:

* You're permanently discontinuing it
* It was created by mistake
* You're consolidating product offerings
* The course is no longer available

{% stepper %}
{% step %}

### How to Delete

* Click the **trash icon** on the product card
* Confirm the deletion
* The product is permanently removed
  {% endstep %}

{% step %}
{% hint style="danger" %}
Warning:

* Deleting a product is permanent and cannot be undone!
* Existing customers retain their access (deletion doesn't revoke access)
* You won't be able to restore the product
* Consider unpublishing instead if you might want it back later
  {% endhint %}
  {% endstep %}
  {% endstepper %}

***

### Managing Multiple Products

#### Viewing All Products

{% stepper %}
{% step %}

### How to View All Products

* Navigate to **"Monetization"** in the sidebar
* Scroll to the **"Products"** section
* Select a course from the dropdown to view its products

{% endstep %}

{% step %}

### Refreshing Products List

* If you don't see a recently created product:
  * Click the **refresh icon** at the top of the products section
  * The list will reload with the latest data

    <figure><img src="/files/4antzidLTK4wnfFwFdM9" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

***

### Viewing Transactions

{% stepper %}
{% step %}

### How to View Transactions for a Product

* Find your product in the products list
* Click **"View Transactions"** on the product card
* See a list of all purchases for that product
  {% endstep %}
  {% endstepper %}

***

What's next: ✅ Your product is published and ready for sale!

Now let's understand what happens after a learner makes a purchase:

👉 [Continue to After Purchase →](/monetization/after-purchase.md)


---

# 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.myvega.ai/monetization/publishing-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.
