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

# WooCommerce (WordPress)

## ⬇️[ Download WordPress Plugin](https://thedex.cloud/cms/thedex-woocommerce-plugin.zip)

## Installing Thedex cryptocurrency payment gateway for WordPress

1. Make sure the WooCommerce plugin is installed and activated.
2. Navigate to the Plugins → Add plugin tab in your WordPress admin dashboard.<br>

   <figure><img src="/files/MMYmPMcbd2ijOTiVd0xV" alt=""><figcaption></figcaption></figure>
3. Upload a plugin and click Install Now.<br>

   <figure><img src="/files/Oggn4lpYfUdivDdf6iYO" alt=""><figcaption></figcaption></figure>
4. Activate plugin<br>

   <figure><img src="/files/q1xled5UHS0qPwssxLAe" alt=""><figcaption></figcaption></figure>
5. Go to Plugins → Installed Plugins, find Thedex plugin, and press “Configure”.<br>

   Configuration Steps:

   1. Enable the plugin by checking the Enabled box.
   2. Fill in the following fields using credentials from your Merchant Cabinet:
      * Merchant API Key
      * Merchant Secret Key
      * Merchant ID
   3. Click Save changes to apply the configuration.<br>

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

      <figure><img src="/files/AB0doiq9ci2tFMB1lst3" alt=""><figcaption></figcaption></figure>
6. To ensure successful callback processing:
   1. Go to Settings → Permalinks
   2. Select the “Post name” option as the permalink structure
   3. Click Save Changes
7. Thedex payment gateway is ready to use.


---

# 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.thedex.cloud/e-commerce-plugins/woocommerce-wordpress.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.
