# Exit Intent Conditions

Configure your exit intent survey to only appear under specific conditions, such as when a customer has items in their cart.

#### Setting Up Cart-Based Exit Intent

**Step #1: Create an Exit Intent Survey**

1. Go to **Surveys → Create Survey**.
2. Give your survey a title and select the **Exit Intent** template.
3. Build your slides from scratch or use a template.

**Step #2: Edit Your Exit Intent Conditions**

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

**Step #3: Make the Survey Live**

Toggle the visibility switch on the top right to make the survey live. Now, whenever someone tries to leave your website with an item in their cart, the survey will appear.

{% hint style="info" %}
This is a powerful way to reduce abandoned carts. You can learn why customers are leaving and offer incentives like discount codes to encourage them to complete their purchase.
{% 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-conditions.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.
