# WooCommerce

This page describes how to set up your WooCommerce connection. Click on the WooCommerce data source, and then "Create a New Connection".

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

You'll need to enter the Store URL. Please do not enter the /shop postfix of the URL. You'll also need to generate a consumer key and secret from your WooCommerce API settings.

Once you have the requisite information, you can choose one of five streams to pull: Customers, Products, Orders, Coupons and Categories. You can also add any custom parameters from the WooCommerce API documentation for each of these streams.

{% hint style="info" %}
We would recommend only adding custom parameters if you're an advanced user.
{% endhint %}


---

# 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.phiona.com/data-sources/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.
