> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/3rd-party-integration/woocommerce.md).

# WooCommerce

- [WooCommerce - How to integrate QLM with WooCommerce](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-integrate-qlm-with-woocommerce.md)
- [WooCommerce - How to create a simple product in WooCommerce](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-create-a-simple-product-in-woocommerce.md)
- [WooCommerce - How to use WooCommerce Subscriptions](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-use-woocommerce-subscriptions.md)
- [WooCommerce - How to create a maintenance plan product in WooCommerce](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-create-a-maintenance-plan-product-in-woocommerce.md)
- [WooCommerce Payment Providers Configuration](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-payment-providers-configuration.md)
- [WooCommerce - How to handle Downloadable products](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-handle-downloadable-products.md)
- [WooCommerce - How to map WooCommerce variations to QLM features](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-map-woocommerce-variations-to-qlm-features.md)
- [WooCommerce - How to map WooCommerce variations to product properties](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-map-woocommerce-variations-to-product-properties.md)
- [WooCommerce - How to process a manual order](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-process-a-manual-order.md)
- [WooCommerce - How to process manual subscriptions](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-how-to-process-manual-subscriptions.md)
- [WooCommerce - InApp Purchase](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-inapp-purchase.md)
- [WooCommerce - Sell an upgrade of a product](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/woocommerce-sell-an-upgrade-of-a-product.md)
- [WordPress - How to integrate the QLM Trial Registration form in WordPress](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/wordpress-how-to-integrate-the-qlm-trial-registration-form-in-wordpress.md)
- [WordPress- How to integrate the QLM Self Help in your WordPress Site](https://docs.soraco.co/docs/3rd-party-integration/woocommerce/wordpress-how-to-integrate-the-qlm-self-help-in-your-wordpress-site.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.soraco.co/docs/3rd-party-integration/woocommerce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
