# Popups, Timers & Exit Intents

In many of our Kit PowerUps, there are sections that include popups, countdown timers and exit intents. Each of these Kit features are explained here and work the same no no matter Kit section is using them *(unless otherwise noted).*

* [<mark style="color:orange;">**Popup Visibility Settings**</mark>](/kit-usage-guides/popups-timers-and-exit-intents/popup-visibility-settings.md) - these settings control when a popup is displayed
* [<mark style="color:orange;">**Exit Intents**</mark>](/kit-usage-guides/popups-timers-and-exit-intents/exit-intents.md) - in this guide, we discuss what an exit intent is and how they work inside of Kit
* [<mark style="color:orange;">**Countdown Timers**</mark>](/kit-usage-guides/popups-timers-and-exit-intents/using-a-countdown-timer.md) - in this guide, we discuss how to configure your Kit countdown timers


---

# Agent Instructions: 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-kit.superpowerups.com/kit-usage-guides/popups-timers-and-exit-intents.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.
