> For the complete documentation index, see [llms.txt](https://docs.pushpushgo.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pushpushgo.company/pop-up/overview.md).

# Overview

**Pop-ups** are interactive on-screen elements that appear on top of a webpage's main content. They are typically used to capture attention, deliver messages, or encourage specific actions from users. They are highly versatile tools that can be triggered based on user behavior, time on site, scroll position, or exit intent.

Use cases:

* promoting newsletter subscriptions
* highlighting featured articles or content
* offering premium memberships or gated content
* announcing sales, discounts, or limited-time offers
* reducing cart abandonment with exit-intent offers
* upselling or cross-selling products

All types of websites, from news portals and blogs to e-commerce retailers, as well as travel, finance, and other online services, can benefit from them.&#x20;

Pop-ups can be customized in appearance, timing, and targeting to ensure they feel relevant and non-intrusive to the user experience. When used thoughtfully, they are a powerful tool to boost conversions, grow your audience, and increase user interaction.

<figure><img src="/files/6Fv9fq5Pm69jqCb262Hr" alt=""><figcaption></figcaption></figure>

If you do not have this feature enabled and you would like to test it, please contact us on <support@pushpushgo.com>.


---

# 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:

```
GET https://docs.pushpushgo.company/pop-up/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
