> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/bonnita-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/bonnita-documentation/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)

#### General

| Setting                      | Description                                                                                     |
| ---------------------------- | ----------------------------------------------------------------------------------------------- |
| Show Newsletter Popup?       | Toggle to show newsletter popup.                                                                |
| Show Again After (Days)      | Determine how many days the newsletter popup will show again after the viewer closes the popup. |
| Delay Time (Seconds)         | Determine the delay time to show the newsletter popup after the page loads.                     |
| Show Newsletter Popup Image? | Enable to show the image on newsletter popup. Note that the image will be hidden on mobile      |
| Image                        | Upload/Choose an image for the Newsletter Popup.                                                |
| Newsletter Popup Image Link  | Enter the link to redirect viewer if he/she clicks the newsletter popup image.                  |
| Title                        | Enter the title of the Newsletter Popup                                                         |
| Description                  | Enter the description content of the Newsletter Popup                                           |
| No, thanks                   | Enter the text for the subscription decline checkbox                                            |

#### Newsletter Button

| Setting       | Description                                                                                     |
| ------------- | ----------------------------------------------------------------------------------------------- |
| Select Button | Select the Newsletter Popup Button to be either default or custom link.                         |
| Button Link   | Enter the link the Newsletter Popup button if the custom link is selected on the above setting. |


---

# 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/bonnita-documentation/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.
