# Step 1: Publish a Product

1. From Admin Dashboard, Go to **WooCommerce > Products > Add Product**.&#x20;
2. In the **Product data > General section**, choose the **Product type:** Simple product / Variable Product / External Product ...&#x20;
3. Enter an amount in the **Regular price** field.
4. In the **Product image** panel in the right-hand column, click the **Set product image** link.&#x20;
5. Select the image you want to use and click  the **Set product image** button.
6. Click the **Publish** button in the **Publish** panel.
7. Click the **View product** link at the top of the screen to view the newly created product.

**See more:**

Single Product:

{% embed url="<https://woocommerce.com/document/managing-products/add-product/#adding-a-simple-product>" %}

Variable Product:

{% embed url="<https://woocommerce.com/document/variable-product/>" %}


---

# 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://wpt.wordpify.com/readme/step-1-publish-a-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.
