# WooCommerce

WooCommerce is the favorite eCommerce platform for WordPress users, and one of the most popular apps in general. Integrating WooCommerce into GearPlug lets you keep your records updated and automate your virtual store’s management.

{% hint style="info" %}
**Can't see the action you need?**

[Contact us](https://www.gearplug.io/en/contact)! Select "Suggest Action," tell us the action you need, and we'll evaluate how to add it.
{% endhint %}

### As a source

<figure><img src="https://lh6.googleusercontent.com/7pEUxfVbX2vqMHmHaXxBdvXYttbJoQ6mFxM844f2S-54LoVKZTBCYA2sdDlIJr2WYnE59bwLmfqBpy8Mr92lBvVw2P3mJjwYRC1dy_abhZzTnr6_dmJ4IDE-L2IhXEcCsR-3oQiAipPti0sbWOEj9g" alt=""><figcaption></figcaption></figure>

As a source, WooCommerce offers 3 actions:

* **Get customer**: Extracts data from new customers recorded in your account.
* **Get new order**: Extracts data from new orders recorded in your account.
* **Get new product**: Extracts data from new product recorded in your account.

### As a target

<figure><img src="https://lh4.googleusercontent.com/LhVTuJyPJmRGKrXOxHdNsghB8nhEt7un7p1tKQcvmlMYO7fDZ05UU_nEVbLL6Uxpo6aagRFFJKc0JEABTo3yF_gf2EPc_kFM3AwfAMOqLF2zKUGYAj5BGhqWplC_2enYf4mAdJIGRC13Eg-CP06Fow" alt=""><figcaption></figcaption></figure>

As a target, WooCommerce offers 3 actions:

* **Create customer**: Creates new customers with information from other apps.
* **Create order**: Creates new orders with information from other apps.
* **Create product**: Creates new products with information from other apps.


---

# 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.gearplug.io/english/set-up-your-integrations/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.
