> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/integrations-guide/woocommerce/how-to-add-woocommerce-as-an-additional-integration.md).

# How to Add WooCommerce as an Additional Integration

If your Pipedrive/ any other platform account is already connected to Mercuri, you can still integrate WooCommerce without any hassle.&#x20;

Mercuri allows you to manage both platforms from a single unified dashboard, giving you complete visibility and control over your customer communication.

***To connect WooCommerce from your Mercuri dashboard, follow these steps:***

1. Go to **Settings → Integrations** in your Mercuri dashboard.
2. From the list of available integrations, find **WooCommerce** and click **Connect**.

<figure><img src="/files/zkGmIDEZv0yEWkESHqVB" alt="" width="563"><figcaption></figcaption></figure>

1. You will be prompted to enter your **WooCommerce website URL**.

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

1. Enter your store URL and click **Connect** to proceed.
2. After clicking **Connect**, you’ll be redirected to a WooCommerce login screen where Mercuri is requesting permission to connect to your store.

   On this page:

   1. Enter your **WooCommerce admin username or email address.**
   2. Enter your **password.**
   3. Click **Login** to proceed.

   <figure><img src="/files/ec7ILYHdSOJuCO7UmVWx" alt="" width="368"><figcaption></figcaption></figure>

   6. WooCommerce will show a screen requesting access permissions for Mercuri.\
      Click **Approve**.

   <figure><img src="/files/TUPqSkM9WLnPlOad6983" alt="" width="350"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** After connecting WooCommerce, please **sign out and sign back into the Mercuri** app to ensure all changes are applied correctly.
{% endhint %}


---

# 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.mercuri.cx/integrations-guide/woocommerce/how-to-add-woocommerce-as-an-additional-integration.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.
