> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/overlay/newsletter/popup.md).

# Popup

This is a full-size newsletter signup popup designed to grab attention with a bold layout. Ideal for collecting emails through attractive visuals and engaging copy. You can customize the image, heading, description, form fields, colors, and button style.

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

<table><thead><tr><th width="212.74566650390625">Setting</th><th width="142.22137451171875" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Image</td><td align="center"><code>image_picker</code></td><td>Optional. Recommended size: 1400×1400px.</td></tr><tr><td>Subheading</td><td align="center"><code>text</code></td><td>Optional small text shown above the main heading.</td></tr><tr><td><strong>Typography</strong></td><td align="center"></td><td></td></tr><tr><td>Heading</td><td align="center"><code>text</code></td><td>Main title of the popup.</td></tr><tr><td>Description</td><td align="center"><code>richtext</code></td><td>Descriptive content for the popup.</td></tr><tr><td><strong>Newsletter</strong></td><td align="center"></td><td></td></tr><tr><td>Show newsletter</td><td align="center"><code>checkbox</code></td><td>Toggle visibility of the newsletter form.</td></tr><tr><td>Show name field</td><td align="center"><code>checkbox</code></td><td>Option to show a name field in the form.</td></tr><tr><td>Button text</td><td align="center"><code>text</code></td><td>Customize the subscribe button text.</td></tr><tr><td>Show arrow</td><td align="center"><code>checkbox</code></td><td>Add a decorative arrow to the button.</td></tr><tr><td>Show reCAPTCHA terms</td><td align="center"><code>checkbox</code></td><td>Recommended if spam protection is enabled.</td></tr><tr><td><strong>Button</strong></td><td align="center"></td><td></td></tr><tr><td>Color</td><td align="center"><code>select</code></td><td>Button color: <code>Black</code>, <code>White</code>, <code>Primary</code>, or <code>Secondary</code>.</td></tr><tr><td>Size</td><td align="center"><code>select</code></td><td>Button size: <code>Small</code>, <code>Medium</code>, or <code>Large</code>.</td></tr><tr><td>Style</td><td align="center"><code>select</code></td><td>Button style: <code>Solid</code>, <code>Outline</code>, or <code>Text</code>.</td></tr><tr><td><strong>Colors</strong></td><td align="center"></td><td></td></tr><tr><td>Background</td><td align="center"><code>color</code></td><td>Custom background color.</td></tr><tr><td>Text</td><td align="center"><code>color</code></td><td>Custom text color.</td></tr></tbody></table>

{% embed url="<https://broadcast.presidiocreative.com/overlay/aditional-settings>" %}


---

# 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://broadcast.presidiocreative.com/overlay/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.
