> For the complete documentation index, see [llms.txt](https://jrystudio.gitbook.io/manual-woocommerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jrystudio.gitbook.io/manual-woocommerce/set-up-products/add-and-managing-products.md).

# Add and Managing Products

{% embed url="<https://www.youtube.com/watch?ab_channel=WooCommerce&index=25&list=PLHdG8zvZd0E575Ia8Mu3w1h750YLXNfsC&v=sFtXa00Jf_o>" %}

## Adding a product

Before adding your first product, let’s get familiar with how product categories, tags, and attributes work.&#x20;

### Product Categories

Product categories and [tags](#product-tags) work in much the same way as the primary way to group products with similar features. There are two ways to manage product categories:

<details>

<summary><a href="/pages/aYBY6XfP2g0ConThFyhb"><strong>Products > Categories</strong></a> <strong>from the left Main Menu</strong></summary>

Categories are managed from the **Products > Categories** screen. You can **add, delete, and edit** product categories here.

</details>

<details>

<summary><a href="#product-categories-1">Taxonomies > Product categories</a> from Add New Product Panel</summary>

Alternatively, you can go to **Products > Add Product** directly, and select **Add New Product Category**.

</details>

### Attributes

These can be added per product, or you can set up global attributes for the entire store to use.

{% hint style="info" %}
To learn more, see: [Managing Product Categories, and Attributes](/manual-woocommerce/set-up-products/managing-product-categories-and-attributes.md)
{% endhint %}

### Product Types

When adding a product, the first thing to decide is what type of product it is.

* [**Simple**](#adding-a-simple-product) – covers the vast majority of any products you may sell. Simple products are shipped and have no options. For example, a book.
* [**Grouped**](#adding-a-grouped-product) – a collection of related products that can be purchased individually and only consist of simple products. For example, a set of six drinking glasses.
* [**Virtual**](#adding-a-virtual-product) – one that doesn’t require shipping. For example, a service. Enabling this, disables all shipping related fields such as shipping dimensions. A virtual product will also not trigger the shipping calculator in cart and checkout.
* [**Downloadable**](#adding-a-downloadable-product) – activates additional fields where you can provide a downloadable file. After a successful purchase, customers are given a downloadable file as a link in the order notification email. This is suitable, for example, for a digital album, PDF magazine, or photo.
* [**External** or **Affiliate**](#adding-an-external-affiliate-product) – one that you list and describe on your website but is sold elsewhere.
* [**Variable**](#adding-a-variable-product) – a product with variations, each of which may have a different SKU, price, stock option, etc. For example, a t-shirt available in different colors and/or sizes.

### SKU <a href="#sku" id="sku"></a>

SKU, or *Stock Keeping Unit* number, is a unique number assigned to a product for, amongst other things, the purpose of keeping track of inventory.

## Adding a simple product

1. Go to **WooCommerce > Products > Add Product**.
2. Enter a product **Title** and **Description**.
3. Go to the **Product Data** panel, and select **downloadable** (digital) or **virtual** (service) if applicable.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/05/Creating-a-produc-in-WooCommerce.png?w=950" alt=""><figcaption><p>Single product page</p></figcaption></figure>

Note: Virtual products don’t require shipping — an order with virtual products won’t calculate shipping costs.

#### **Product data** <a href="#product-data" id="product-data"></a>

The Product Data meta box is where the majority of important data is added for your products.

<figure><img src="https://woocommerce.com/wp-content/uploads/2022/08/simple-product-data.png" alt=""><figcaption><p>Product data - Simple product</p></figcaption></figure>

### **General section**

* **Price**
  * **Regular Price** – Item’s normal/regular price
  * **Sale Price** – Item’s discounted price that can then be scheduled for certain date ranges. The sale expires at 11:59pm of the specified end date
* **Tax**
  * Tax status – Taxable / Shipping only / None
  * Tax class – Choose which tax class should be applied

### **Inventory section**

The inventory section allows you to manage stock for the product individually and define whether to allow back orders and more. It enables you to sell products and allow customers to add them to the cart to buy.

When **stock management at product level** is **disabled**, you are responsible for updating the **Stock Status**.

<figure><img src="https://woocommerce.com/wp-content/uploads/2023/05/image-180.png?resize=768,361" alt=""><figcaption></figcaption></figure>

Options when **Manage stock level (quantity)** is **enabled**.

* Enter the **Stock Quantity**, and WooCommerce auto-manages inventory and auto-updates **Stock Status** as Stock, Out of Stock or On Backorder.
* Select whether to **Allow Backorders**.
* **Low stock threshold** – Enter a number upon which you are notified.
* Tick the Sold Individually box to limit the product to one per order.

#### Allow backorders

Select whether to allow **Backorders** from the dropdown, if you are managing stock on a product. You must check **Manage stock** to allow backorders.

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/back-order-setting.png?resize=958,324" alt=""><figcaption></figcaption></figure>

When **Managed stock** is checked, there are three dropdown options for under **Allow backorders**:

* **Allow**. This will allow backorders without any notice if the product is out of stock
* **Do not allow**. There will be a notice on the product page that product is out of stock. If Stock notifications is checked, customers will be able to leave their email address to get notified.
* **Allow, but notify customer**. There will be a notice “Available on backorder” on the product page.

<div><figure><img src="https://woocommerce.com/wp-content/uploads/2022/02/allow-backorder.png" alt=""><figcaption><p><em>Allow</em></p></figcaption></figure> <figure><img src="https://woocommerce.com/wp-content/uploads/2022/02/notify-when-out-of-stock.png" alt=""><figcaption><p><em>Do not allow, stock notifications checked</em></p></figcaption></figure> <figure><img src="https://woocommerce.com/wp-content/uploads/2022/02/allow-but-notify.png" alt=""><figcaption><p><em>Allow, but notify customer</em></p></figcaption></figure></div>

To allow backorders, the Stock status must be set to **In Stock** even though the Stock Quantity is 0 or less.

When backorders are allowed, stock quantity can go below 0 following backorder purchase.

{% hint style="danger" %}
Please note that in order to fulfill backorders for your shop and **prevent any missed orders**, it would be recommended to integrate certain tools (which would require a separate purchase) from the web developer.
{% endhint %}

### **Shipping section**

* **Weight** – Weight of the item.
* **Dimensions** – Length, width and height for the item.
* **Shipping Class** – Shipping classes are used by certain shipping methods to group similar products.

<figure><img src="https://woocommerce.com/wp-content/uploads/2022/08/simple-product-shipping-section-1.png" alt=""><figcaption></figcaption></figure>

### **Linked Products section**

Using up-sells and cross-sells, you can cross promote your products. They can be added by searching for a particular product and selecting the product from the dropdown list:

<figure><img src="https://woocommerce.com/wp-content/uploads/2022/08/simple-product-linked-products.png" alt=""><figcaption></figcaption></figure>

**Up-sells** are displayed on the product details page. These are products that you may wish to encourage users to upgrade, based on the product they are currently viewing. For example, if the user is viewing the coffee product listing page, you may want to display tea kettles on that same page as an up-sell.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/09/WooCommerce-Product-Up-Sells.png" alt=""><figcaption><p><em>Up-sells products are displayed on the product details page.</em></p></figcaption></figure>

**Cross-sells** are products that are displayed with the cart and related to the user’s cart contents. As an example, if the user adds a Nintendo DS to their cart, you may want to suggest they purchase a spare stylus when they arrive at the cart page.

### **Attributes section**

A third and important way to group products is to use attributes. Product attributes allow customers to filter products based on the selected attribute in variable product.&#x20;

To create a variable product, an attribute must first be defined for the product. These attributes can then be used to make a distinction between different variations. More info at: [Variable Products](/manual-woocommerce/set-up-products/add-and-managing-products/variable-products.md).

You will see a select box containing [global attribute](/manual-woocommerce/set-up-products/managing-product-categories-and-attributes.md) sets you created (e.g., platform).

### **Advanced section**

* **Purchase note** – enter an optional note to send the customer after they purchase the product.
* **Menu order** – custom ordering position for this item.
* **Enable Reviews** – enable/disable customer reviews for this item.

### Product short description

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/productshortdescription.png" alt=""><figcaption></figcaption></figure>

Add an excerpt. This typically appears next to product imagery on the details listing page, and the long description appears in the Product Description tab.

### Taxonomies

#### Product categories

On the right-hand side of the Add New Product panel, there are product categories in which you can place your product, similar to a standard WordPress post. You can also assign product tags in the same way.<br>

<div><figure><img src="https://woocommerce.com/wp-content/uploads/2013/09/WooCommerce-Product-Categories-and-Tags.png" alt=""><figcaption><p>Parent product category</p></figcaption></figure> <figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/productcategory.png" alt=""><figcaption><p>Subcategory under parent product category</p></figcaption></figure></div>

Chooses a **Parent** from the main product categories if you want to list a subcategorised product. You can create a new parent/subcategorised product by keying the product title, and select **Add New Product Category**.

{% hint style="info" %}
You can **add, delete, and edit** product categories from the **Products > Categories** screen. More at: [Managing Product Categories and Attributes](/manual-woocommerce/set-up-products/managing-product-categories-and-attributes.md).
{% endhint %}

#### Product tags&#x20;

Product tags are another way to relate products to each other.

For example, if you sell clothing, and you have a lot of cat prints, you could make a tag for “cat.” Then add that tag to the menu or sidebar so cat lovers can easily find all t-shirts, hoodies, and pants with cat prints.

#### How to add/edit product tags

Tags can be added similarly to adding product categories and work in exactly the same way as post tags.

## Product images

WooCommerce uses three types of Product Images for different locations and purposes:

* **Single Product Image** is the largest image and refers to the main/featured image on your individual product details page.
* **Catalog Images** are medium-sized images appearing in product loops, such as the Shop page, Product Category pages, Related Products, Up-sells, and Cross-sells.
* **Product thumbnails** are the smallest images used in the Cart, Widgets, and (optional) Gallery thumbnails underneath the Single Product Image.

<details>

<summary><strong>What is the ideal image size to use with WooCommerce website?</strong></summary>

We recommend a minimum size of 800 x 800 pixels, width, and height. This renders well for the main/featured image, catalog image, and thumbnail image. Images that are larger are even better, especially if you’re selling items with great detail.

</details>

#### **Adding product images and galleries**

Adding product images and galleries are options available on the right-hand side when adding or editing a product in your store from **WooCommerce > Products**.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/product-image-galleries-settings-e1519338144700.png" alt=""><figcaption></figcaption></figure>

### Single Product Image

The **Single** **Product Image** is the main image for your product and is reused in different sizes across your store.

Select **Set Product Image.**

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/set-productimage.png?w=596" alt=""><figcaption></figcaption></figure>

Select an existing image in your Media Library or Upload a new one.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/productimages-1.png" alt=""><figcaption></figcaption></figure>

**Remove and Edit** the product image if you’d like to change it, as needed.

Adding, removing and editing a product image is done in the same way as featured images for posts and pages.

### Product Galleries

{% tabs %}
{% tab title="Add images" %}
**Add images to the Product Gallery**

Product galleries display all images attached to a product through the Product Gallery meta box.

Create a **Product Gallery** using the same method as adding a Product Image, but using the Product Gallery meta box.

<div data-full-width="true"><figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/productimages-2.png" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Reorder images" %}
**Reorder images in the product gallery**

Images in the product gallery can be re-ordered easily via drag and drop. Simply reorder your images by moving them around.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/productimages-6.png" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove images" %}
**Remove images from the product gallery**

To remove an image from the product gallery, hover over the image and click on the red “x.”

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/productimages-5.png" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### **Customer View**

Once a product image and gallery have been added, customers can see them in your store.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/productimages-4.png" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Zoom in" %}
It’s also possible to **Zoom** and see a closeup of the image by hovering over it.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/hover-zoom-image.gif?w=896" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Magnifying Glass+" %}
Or customers can click the **Magnifying Glass+** option in the upper right corner.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/lightbox-zoom.png?w=746" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Lightbox" %}
And a **Lightbox** pops up so customers can see a highlighted closeup of the image against a dark background and, if there is one, view the Gallery as a slideshow.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/05/zoom-lightbox.gif?w=950" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### **Setting Featured Product**

You can also set whether the product is promoted in product categories, up-sells, related products as a **Featured Product**. For example, you could tick the Featured box on all bundles you sell.

<div align="center"><figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/catalog-featured-image.png?w=507" alt="" width="375"><figcaption></figcaption></figure></div>

Other ways to set as Featured are described in the below section: **Mark a product as Featured**.

## Adding a Grouped Product

A grouped product is created in much the same way as a Simple product. Grouped products are like lists of other products in your shop, and as a result, do not have prices or stock numbers of their own. To create one, select **Grouped Product** from the Product Type dropdown.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/05/Grouped-Product-General.png" alt=""><figcaption><p><em>To create your parent product select ‘Grouped’ from the Product Type dropdown.</em></p></figcaption></figure>

### Create the Grouped Product

1. Go to: **WooCommerce > Products > Add New**.
2. Enter a **Title** for the Grouped product, e.g., Back to School set
3. Scroll down to Product Data and select **Grouped** from the dropdown. The price and several other fields disappear. This is normal because a Grouped Product is a collection of ‘child products’, which is where you add this information.
4. **Publish**.

The Grouped product is still an empty group. To this Grouped product, you need to:

* Create products and add them
* Add existing child products from the listing

Having the choice to first create Simple products and add them to a Grouped product later; or first create a Grouped product and add Simple products later gives you flexibility to add Simple products to more than one Grouped product.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/05/Grouped-Product-Linked.png?w=736" alt=""><figcaption></figcaption></figure>

### **Add products to the Group**

1. Go to: **WooCommerce > Products > Add New**.
2. Select the **Grouped** product you wish to add products to.
3. Scroll down to Product Data and go to **Linked Products**.
4. Select **Grouped Products**, and search for the product by typing
5. Click the products you wish to add.
6. **Update**
7. You can drag and drop to reorder the Grouped Products. Once you press **Update**, the new order will be shown on the product page.

## Adding a virtual product

When adding a **Simple** product, you can tick the **Virtual** checkbox box in the product type panel.

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/simple-product-virtual.png" alt=""><figcaption></figcaption></figure>

With **Variable** products this checkbox is moved to each variation.

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/variable-product-virtual.png" alt=""><figcaption></figcaption></figure>

Once enabling this, it will disable all shipping related fields such as shipping dimensions. A virtual product will also not trigger the shipping calculator in cart and checkout.

## Adding a downloadable product

When adding a simple product, you can select the **Downloadable** checkbox box in the product type panel. This adds two new fields:

* File path — Path or url to your downloadable file.
* Download limit – Limit on number of times the customer can download file. Left blank for unlimited downloads.

For maximum flexibility, downloadable products also incur a shipping cost (if, for example, you were offering both a packaged and a downloadable version of a product, this would be ideal). You can also check the Virtual box if the downloadable product is not shippable.

## Adding an external/affiliate product

Select ‘External/Affiliate’ from the product type dropdown. This will change the Product data metabox a bit. It first removes the shipping section from the left side. It then adds two new fields in the General section, the Product URL and Button text fields. The Product URL field is the destination where users can purchase this product. Then the Button text lets you change the normal Add to cart button text to your preferred text.

<div><figure><img src="https://woocommerce.com/wp-content/uploads/2021/05/WooCommerce-External-Affiliate-Product-Creation.png?w=950" alt=""><figcaption></figcaption></figure> <figure><img src="https://woocommerce.com/wp-content/uploads/2021/05/WooCommerce-External-Affiliate-Product-Frontend.png?w=950" alt=""><figcaption></figcaption></figure></div>

## Adding a variable product

Variable products are one of the more complex of product types. They let you define variations of a single product where each variation may have a different SKU, price or stock level.

{% hint style="info" %}
See our [Variable Products](/manual-woocommerce/set-up-products/add-and-managing-products/variable-products.md) for a guide on creating a product with variations.
{% endhint %}

## Duplicating a product

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/09/duplicate.png" alt=""><figcaption></figcaption></figure>

To save time, it’s possible to use a product and duplicate it to create similar products with variations and other qualities.

Go to **WooCommerce > Products** and look through the list for a product you wish to replicate, then click Duplicate.

## Deleting a product

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/delete-product-woocommerce.png" alt=""><figcaption></figcaption></figure>

To delete a product:

1. **Go to: WooCommerce > Products**.
2. **Find** the product you wish to delete.
3. **Hover** in the area under the Product name and **click Trash**.

## Editing products

### Quick Editing

Quick editing is similar to Bulk editing, but applies to ***one product*** only. To access Quick editing, hover over a particular product to reveal its links, and then select **Quick editing**.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/03/bulk-editing-products-02-1.png?w=950" alt=""><figcaption><p><em>Quick Editing a Product</em></p></figcaption></figure>

#### **Quick Editing Fields**

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/03/bulk-editing-products-07.png?w=950" alt=""><figcaption><p><em>Quick Editing Fields</em></p></figcaption></figure>

<details>

<summary>Fields Details</summary>

**Product Categories** – a list of your product categories that can be ticked or unticked to assign or remove them from the selected products.

**Comments** – can be set to either ***Allow*** and ***Do not allow***

**Status –** reflecting the product’s published status, options include ***Published, Private, Pending Review,*** or ***Draft***

**Product Tags** – once you start typing, existing product tags are offered as options to click. Otherwise, add one or more new tags, separated by commas.

**Price** – options include ***Change to, Increase existing price by (fixed amount or %),*** or ***Decrease existing price by (fixed amount or %)**.* After an option is selected, an additional ***Enter Price ($)*** field is added to which you can add the number reflecting your choice.

**Sale** *–* option are ***Change to, Increase existing sale price by (fixed amount or %), Decrease existing sale price by (fixed amount or %)***, or ***Set to regular price decreased by (fixed amount or %)***. Selecting any of the options reveal an additional ***Enter sale price ($)*** field.

**Tax status** – can be ***Taxable, Shipping only*** or ***None***.

***Tax class*** – options will show the default ***Standard rates***, plus whatever else you have configured under WooCommerce > Settings > Tax > Tax Options > Additional tax classes, which normally includes ***Reduced rate rates***, and ***Zero rate rates***.

**Weight** – only has one option; ***Change to***. When selected, an additional field is added with which to adjust the weight.

**L/W/H** – Should the ***Change to*** option be selected, 3 additional fields for *Lenght, Width* and *Height* respectively, are added.

**Shipping class** – options will include **No Shipping**, plus whichever classes have been configured under WooCommerce > Settings > Shipping > Shipping Classes.

**Visibility** – in reference to the product visibility in store, the option are ***Catalog & search, Catalog, Search***, and ***Hidden***.

**Featured** – simply ***Yes*** or ***No***.

**In stock** – options are ***In stock, Out of Stock*** or ***On backorder***.

**Manage Stock** *– **Yes*** or ***No**.*

**Stock Qty** – option are ***Change to, Increase existing stock by***, or ***Decrease existing stock by***.

**Backorders?** – can be set to ***Do not allow, Allow but notify the customer***, or ***Allow***.

**Sold individually?** – options are either ***Yes*** or ***No***.

</details>

### Bulk Editing

To access its power, navigate to **Products > All Products**, tick ***two or more products*** from the list, and select **Edit** from the **Bulk Actions** menu at the top or bottom of the list, and click **Apply** to enter the world of bulk editing.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/03/bulk-editing-products-01.png?w=950" alt=""><figcaption><p><em>Bulk Editing more than one product</em></p></figcaption></figure>

An edit screen with the following fields are revealed, a change to which will affect all the selected products once you hit the **Update** button, visible to the bottom-right of the edit window. Click the *x* to remove a particular product from the active bulk edit session.

#### Bulk Editing Fields

It’s exactly the same as Quick Editing, except that because only one product is involved, the product’s current values are shown in the fields instead of **– No Change –** as is the case when bulk editing.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/03/bulk-editing-products-03.png?w=950" alt=""><figcaption><p><em>Bulk Editing Fields</em></p></figcaption></figure>

{% hint style="warning" %}
Bulk editing works best with Simple products, and cannot edit the complexities of variable, grouped, or other complicated products.
{% endhint %}

## Mark a product as Featured

To mark a product as featured, go to **Products > All Products** and select the **Star** in the featured column. Alternatively, select **Quick Edit** and then the **Featured** option.

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/Setting-A-Featured-Product.png?resize=958,776" alt=""><figcaption><p><em>Setting a Featured Product in Product Listings</em></p></figcaption></figure>

## Filter products <a href="#filter-or-sort-products" id="filter-or-sort-products"></a>

Use the **Filter** function to get a product count, view products by type, or see which products are On Backorder or Out of Stock.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/03/bulk-editing-products-05.png?w=950" alt=""><figcaption></figcaption></figure>

1. Go to: **WooCommerce >** **Products**.
2. Select a **Category**, **Product Type** and/or **Stock Status**, or any **combination** of the three.
3. Click **Filter**.

## Sorting products <a href="#sorting-products" id="sorting-products"></a>

Sorting is different than Filtering, in that you can drag and drop products to re-order them.

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/sorting-products.png" alt=""><figcaption></figcaption></figure>

1. Go to: **WooCommerce >** **Products**.
2. Select **Sorting**.
3. Select a **Category**, **Product Type** and/or **Stock Status**, or any **combination** of the three.
4. Click **Filter**.

You can now drag and drop products in an order to your liking.

<figure><img src="https://woocommerce.com/wp-content/uploads/2016/06/sort-drag-drop.gif" alt=""><figcaption></figcaption></figure>

**Sort products by column ascending or descending** by clicking on hyperlinked column headings. By default Name, SKU, Price and Data (published) columns can be used for this type of sorting.

<figure><img src="https://woocommerce.com/wp-content/uploads/2021/03/bulk-editing-products-06.png?w=950" alt=""><figcaption></figcaption></figure>

## Product ID

A WooCommerce Product ID is sometimes needed when using shortcodes, widgets, and links.

To find the ID, go to **Products** and hover over the product you need the ID for. The product ID number is displayed.

<figure><img src="https://woocommerce.com/wp-content/uploads/2013/09/woo-product-id.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jrystudio.gitbook.io/manual-woocommerce/set-up-products/add-and-managing-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.
