> For the complete documentation index, see [llms.txt](https://docs.cryptoix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptoix.io/plugins/woocommerce.md).

# WooCommerce

### Before You Install

Before you begin the installation process, ensure you have the following:

1. **A Cryptoix Account:** You need an active account with a Cryptoix instance.
2. [**Gateway**](https://cryptoix.io/dashboard/gateways)**:** You will need to generate a gateway or API key from your Cryptoix merchant dashboard. Navigate to the API key or gateway settings area in your dashboard to create or retrieve these.
3. **Webhook Configuration (Recommended):** For real-time payment status updates, you'll need to configure webhooks. This involves providing your store's unique webhook URL to Cryptoix and ensuring your store is set up to receive these notifications. The exact URL and configuration method will depend on your e-commerce platform and the specific Cryptoix plugin.

### Connect Your Store to Cryptoix

The connection process involves installing the appropriate plugin for your e-commerce platform and then configuring it with your Cryptoix credentials.

**General Steps:**

1. **Download the Plugin:** Obtain the correct plugin file for your e-commerce platform from the Cryptoix website or your merchant dashboard.
2. **Install the Plugin:** Follow the standard installation procedure for your specific e-commerce platform. This usually involves uploading the plugin files via your platform's admin panel or using a package manager.
3. **Configure Plugin Settings:**
   * Navigate to the plugin's settings page within your e-commerce platform's administration area.
   * Enter your **Cryptoix Gateway/API Key** into the designated field.
   * Enter your **Cryptoix Instance URL** (e.g., `https://your-cryptoix-instance.com`).
   * If your plugin requires a **Callback/Webhook URL**, copy it from the plugin's settings and register it in your Cryptoix merchant dashboard's webhook or gateway settings. Alternatively, some plugins may handle this configuration automatically.
   * Configure any other platform-specific settings as required by the plugin.
4. **Save Changes:** Ensure you save all your configuration settings.


---

# 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.cryptoix.io/plugins/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.
