# WooCommerce

Simplio3D integrates with WooCommerce in two modes: **Redirect to Checkout**, which sends customers directly to checkout after configuration, and **Add to Basket**, which adds the configured product to the cart for further shopping or review before purchase.

## Installation

1. [**Redirect to Checkout**](/integrations/woocommerce/redirect-to-checkout.md)
2. [**Add to Basket**](/integrations/woocommerce/add-to-basket.md)


---

# 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.simplio3d.com/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.
