> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/newsletter-popup.md).

# Newsletter Popup

Once customers visit the site, they can sign up a **newsletter popup** to receive a discount/promotion or information of New Arrivals.

![](/files/aIaresrwGFl1jIVCsaTW)

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Newsletter Popup.**

![](/files/fq00t0GYTOxtlbbCQ20U)

| Settings                     | Meaning                                                                                                                                                              |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Show Newsletter Popup?       | Toggle to show the Newsletter Popup.                                                                                                                                 |
| Show Again After (Days)      | Determine the time span between each automatical showing of the popup.                                                                                               |
| Delay Time (Seconds)         | Determine the delay time for the popup to automatically shows up.                                                                                                    |
| Show Newsletter Popup Image? | Toggle to show image on the popup.                                                                                                                                   |
| Image                        | Select an image for the popup.                                                                                                                                       |
| Newsletter Popup Image Link  | Specify the link for the image to redirects to on clicked.                                                                                                           |
| Title                        | Enter the title for the popup form.                                                                                                                                  |
| Description                  | Enter the description for the popup description.                                                                                                                     |
| Note                         | Enter the text for the decline.                                                                                                                                      |
| Select Button                | Select the behavior of the popup form button. The options are: Default (subscription is managed by Shopify server), Custom Link (to any URL that merchants specify). |
| Button Link                  | Specify the link for the Custom Link to redirect to.                                                                                                                 |


---

# 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://halosoft.gitbook.io/ella-documentation/~/changes/ya8CSeFxwPyu94dBt1WL/theme-settings/newsletter-popup.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.
