> For the complete documentation index, see [llms.txt](https://docs.myalice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myalice.ai/myalice-ecommerce/woocommerce/connect-woocommerce-customer-information.md).

# Connect Your Customer Information on WooCommerce

WooCommerce lets anonymous users make an order. In that case, the customer information section remains blank, even though you may have encountered the user before on other channels. How do you solve this issue?

1\. Ask for the customer's email address.

![](/files/-MhqWpJJ0rtC-dVU5zMt)

2\. Click on the WooCommerce icon on top of your Customer Information in your Inbox.

![](/files/-MhqXPs-Fyu09cLhlD4o)

3\. Search for the email address and select the customer's email. If there is no associated email, they might be a brand new user.

![](/files/JO3TPEaSlMuLZVDLOT9R)

Once the email address has been verified, the WooCommerce customer profile will sync with the customer information from the other platform.

![](/files/-Mhqb3MejUbQ0rcVGmRx)

{% hint style="success" %}
You can now deliver a consistent experience across all channels.
{% 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.myalice.ai/myalice-ecommerce/woocommerce/connect-woocommerce-customer-information.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.
