# Display and Stop Timing Settings

## Display and Stop Timing Settings

> **SUCCESS**
>
> **Display and Stop Timing**
>
> Avoid displaying popups immediately after users arrive on a web page, or displaying popups too frequently or ones that are difficult to close.
>
> You should aim to display popups after users have a better understanding of your product and brand. Also, don't forget to include a close button.
>
> In Ptengine, you can adjust the timing of display and stop as follows.

## Display at Specific Timing

**When leaving the browser:** You must stay on the page for at least 5 seconds and meet the following conditions. **For PC:** When the cursor is placed outside the page content (when moving to the browser's bookmarks bar, tab bar, etc.). **For mobile:** When the browser's back button is pressed or a swipe gesture is performed, the experience is displayed. For more information, please check [this article](/en/experience/campaign/create-new-1/display-timing.md).

**Activity:** When X seconds have passed since the user's last activity (click, scroll)

**Page Visit:** When X seconds have passed since accessing the target page

**When the user scrolls to XX% of the page:** When the user scrolls to the specified position on the page

**Specified JavaScript code:** When the specified JavaScript fires (for details, please check [this article](/en/experience/campaign/create-new-1/display-timing.md))

## Stop at Specific Timing

**After displaying X times to the user:** Experience delivery stops for users who have reached X displays.

**User closes X times or more:** Experience delivery stops for users who have clicked the popup's "close" button X times or more.

**If the user clicks a button or image even once:** Experience delivery stops for users who have clicked a button or image added from the experience editor once.

**If the user answers a form:** Experience delivery stops for users who have answered a form added from the experience editor.

## **Frequency**

**Up to X times per session:** Limits the number of times the experience is displayed within a single session.

**Up to X times per day:** Limits the number of times the experience is displayed per day.

Additionally, frequency settings are not available when using advanced mode. Please note.


---

# 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://helps.ptengine.com/en/experience/campaign/create-new-1/display-timing.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.
