# Exit Intent Survey

Exit intent surveys appear when a visitor is about to leave your website, giving you one last chance to collect feedback and potentially recover the customer.

#### Creating an Exit Intent Survey

1. Go to **Surveys → Create Survey**.
2. Create your questions manually or use a template.
3. Select the **Exit Intent** template for the delivery method.
4. Create the survey.

#### Configuring Exit Intent Settings

Once your survey is created, you can fine-tune the behavior:

1. Click **Settings → Delivery** to adjust when and how the survey appears.
2. Customize the survey questions and design to match your use case.

#### Exit Intent with Cart Conditions

You can configure exit intent to only show when a customer has items in their cart — perfect for reducing abandoned carts:

1. Click the **Delivery** tab for your survey.
2. Select **Only show when there is at least one item in the cart**.

This way, the survey only appears for visitors who are actively shopping, letting you learn why they're leaving and offer incentive to complete their purchase.

#### Making It Live

Toggle the visibility switch on the top right to make the survey live. Whenever someone tries to leave your website, the survey will appear.

{% hint style="info" %}
On mobile devices, exit intent is inferred by detecting when a user scrolls up quickly toward the URL bar. This behavior works for most mobile browsers.
{% endhint %}


---

# 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.zigpoll.com/tutorials/exit-intent-survey.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.
