> For the complete documentation index, see [llms.txt](https://docs.personaldiscount.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.personaldiscount.io/woocommerce-and-magento/add-a-mailchimp-pop-up-to-your-woocommerce-store.md).

# Add a Mailchimp pop-up to your WooCommerce store

In this tutorial you will learn how to add an email subscription pop-up to your WordPress website. It does not require installing any plugin.

### Set up the pop-up in Mailchimp

* Log in to your Mailchimp account
* Open **Audience** from the top menu

![](/files/-Lqh8x4bTgX9XHEFWUoD)

* Click on **Manage Audience** drop-down and select **Signup forms**

![](/files/-La_NA_rhpV7wimZn2dG)

* Click on the **Select** button next to **Subscriber pop-up**

![](/files/-La_NvSdUGaQl59UQLr_)

* Design your pop-up and click on **Generate Code**

![](/files/-La_PzreLcEoczUJ0d-F)

* Copy the code snippet to clipboard

![](/files/-La_QdrXZHNqdLYwDznK)

### Add the pop-up code snippet to your website

* Log in to your WordPress admin panel
* From the side menu hover on **Appearance** and select **Theme Editor**

![](/files/-La_SoaMxGq2tI1PAs0i)

* Open Theme Footer file (footer.php)
* Scroll down to the bottom of the file and paste the pop-up code snippet right above the closing \</body> tag

![](/files/-La_UzjUCWsQvO9yA2Kw)

* Update the file and you're done. The popup should appear on your website.

![](/files/-La_VECdjtN9Fs2anY_T)

{% hint style="success" %}
Test how it works on our [demo store](https://demo.personaldiscount.io/)
{% 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.personaldiscount.io/woocommerce-and-magento/add-a-mailchimp-pop-up-to-your-woocommerce-store.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.
