# Install and Setup WooCommerce

## Installing WooCommerce <a href="#installing-woocommerce" id="installing-woocommerce"></a>

{% hint style="success" %}

* Log in to your WordPress admin panel.
* Navigate to **Plugins** > **Add New Plugins**.
* In the search bar, type **WooCommerce**.
* Click **Install Now** next to the WooCommerce plugin.
* Once installed, click **Activate**.
  {% endhint %}

<figure><img src="/files/RYXpsBVSZlhgBzuxY6Oa" alt=""><figcaption></figcaption></figure>

### **WooCommerce Setup Wizard**

#### After activation, WooCommerce will guide you through its setup wizard:

1. **Store Setup** – Enter your store details (address, currency, industry).
2. **Payment Options** – Configure available payment methods.
3. **Shipping Settings** – Define shipping zones and rates.
4. **Recommended Features** – Choose optional WooCommerce extensions.
5. **Complete Setup** – Finalize and start adding products.

#### **Verify Installation**

To confirm WooCommerce is active:

* Go to **WooCommerce** in the WordPress dashboard.
* Ensure you see the WooCommerce settings and product options.

#### **Next Steps**

* Add your first product via **Products** > **Add New**.
* Customize your store appearance using a WooCommerce-compatible theme.
* Configure additional settings in **WooCommerce** > **Settings**.

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


---

# 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://buddhathemes-test.gitbook.io/chillout/woocommerce/install-and-setup-woocommerce.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.
