> For the complete documentation index, see [llms.txt](https://en-ascent.webvista.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-ascent.webvista.studio/popups/event-popup.md).

# Event popup

The **Event Popup Section** is designed to display specific promotional or important notification information to users when the page loads. It can include images, countdowns, text descriptions, social media links, and more, helping merchants effectively communicate promotions or critical updates.

#### Key Features and Settings:

1. **Disable for Logged-in Users**:
   * When selected, logged-in users will not see the popup. This option is not available in edit mode.
2. **Delay Time**:
   * Set the number of seconds after page load when the popup appears. This feature is unavailable in edit mode.
3. **Display Frequency**:
   * Configure how often the popup appears, such as every visit or once every 7 days.
4. **Color Scheme**:
   * Choose and edit the popup’s color scheme to match the overall style of the website.
5. **Text Alignment**:
   * Adjust the text alignment within the popup (left, center, or right) to suit different design needs.
6. **Image Settings**:
   * Upload and set the image displayed within the popup. You can adjust the image’s transparency and positioning.

#### Block Types You Can Add:

* **Title**: Set the popup’s title with customizable text styles.
* **Text**: Add detailed explanations or descriptions in rich text format.
* **Discount Code**: Display a specific discount code to users.
* **Countdown**: Add a countdown to show the time remaining until the event or promotion ends.
* **Subscription Form**: Include a form for users to subscribe, making it easier to collect email addresses.
* **Social Media List**: Display social media icons to encourage users to follow your social media accounts.
* **Button**: Add a clickable button with customizable text and link settings.

This popup section can be a powerful tool for increasing user engagement, promoting offers, and building a direct communication channel with your audience.


---

# 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://en-ascent.webvista.studio/popups/event-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.
