> 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/product-theme-blocks/popup.md).

# Popup

The **Popup** block allows you to display additional product-related information in a modal triggered by a clickable link.

<figure><img src="/files/kpnQHgMq2BA8bzUGe21i" alt="Picture depicting the Popup block of the product pages section"><figcaption></figcaption></figure>

<table><thead><tr><th width="194.72918701171875">Settings</th><th width="147.2803955078125" align="center">Type</th><th>Description</th></tr></thead><tbody><tr><td>Link text</td><td align="center"><code>text</code></td><td>The clickable text that triggers the popup.</td></tr><tr><td>Text</td><td align="center"><code>richtext</code></td><td>Rich text content that appears inside the popup.</td></tr><tr><td>Page</td><td align="center"><code>page</code></td><td>Optionally load content from a page instead of using the rich text field.</td></tr><tr><td>Icon</td><td align="center"><code>select</code></td><td>Choose an icon to display alongside the link.</td></tr><tr><td>Alternative icon/image</td><td align="center"><code>image_picker</code></td><td>Upload a custom icon (recommended size: 160x160px SVG). Overrides the selected icon.</td></tr><tr><td>Size</td><td align="center"><code>range</code></td><td>Sets the size of the icon/image.</td></tr><tr><td>Icon color</td><td align="center"><code>color</code></td><td>Customize the icon color.</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Adds spacing below the block.</td></tr></tbody></table>

## Notes

* Use Popup Blocks to avoid overwhelming the product page with too much information.
* The Page setting is helpful for managing reusable content through Shopify’s Pages admin.
* You can match your store’s style using the icon color, image upload, and size 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/product-theme-blocks/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.
