# Managing Your Products

From the Vendor Dashboard you can view and manage all your product listings across three statuses.

## Product Statuses

| Status        | Visibility | Description                                               |
| ------------- | ---------- | --------------------------------------------------------- |
| **Draft**     | Hidden     | Work in progress. Not visible on the marketplace.         |
| **Published** | Public     | Live on the marketplace. Buyers can find and purchase it. |
| **Archived**  | Hidden     | Hidden from the marketplace without being deleted.        |

## Viewing Your Products

Go to **Vendor Dashboard → Products** to see all your listings grouped by status. Each listing shows the title, category, price, and current status.

## Editing a Listing

Click any product to open the edit page. You can update:

* Title, slug, and descriptions
* Category and product type
* Pricing
* Demo URL and version
* Uploaded screenshots and assets

Changes save immediately. If the product is published, the updated content goes live right away.

## Publishing a Draft

When your listing is ready, change the status from **Draft** to **Published** on the edit page. The product becomes visible on the marketplace immediately.

## Archiving a Product

Set a product's status to **Archived** to hide it from the marketplace without deleting it. Existing buyers retain access to their purchases. Archived products can be re-published at any time.

## Deleting a Product

Deleting a product is permanent. Existing orders and buyer access records are retained, but the listing is removed from the marketplace and cannot be recovered. Use **Archive** instead if you want to be able to restore the listing later.

## Managing Screenshots and Assets

Screenshots and downloadable assets are managed from the product edit page. See [Uploading Assets & Screenshots](/vendors/uploading-assets-and-screenshots.md) for details.


---

# 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.blocksmiths.tech/vendors/managing-your-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.
