# Surveys

### What is a survey in Zigpoll?

A survey represents the popup or embedded form you will see on the page. You can have unlimited surveys with all [Zigpoll plans](https://docs.zigpoll.com/subscription-plans).

Each survey contains a collection of [Slides](https://docs.zigpoll.com/slides) in some order. A slide can be variety of things like a question, a statement, or an email capture form. You can learn more about Slides here:

{% content-ref url="slides" %}
[slides](https://docs.zigpoll.com/slides)
{% endcontent-ref %}

### The survey types that Zigpoll supports

While most customers install Zigpoll for post purchase, Zigpoll supports a wide variety of survey types including:

* Post Purchase in Shopify
* NPS and CSAT
* Homepage Popups
* Exit Intent
* Abandoned Cart
* On-site / On-page
* Contact Us
* Post-fulfillment

### Where you can display a survey to your customers

* Shopify post purchase
* On-site
* Via email
* Via SMS - sent as a link
* Within your SaaS via our [API](https://docs.zigpoll.com/javascript-api)

### Customizing the appearance of your surveys

You have the ability to modify fonts, colors, borders, and placement of your surveys. You can learn more about that here:

{% content-ref url="polls/display-settings" %}
[display-settings](https://docs.zigpoll.com/polls/display-settings)
{% endcontent-ref %}

### Making sure your survey is visible

By default all surveys are hidden. This is done intentionally so that you can preview the survey before showing it to your customers.

When you switch a survey to be visible it will become public for all to see. You can [preview](https://docs.zigpoll.com/polls/poll-preview) your survey while it is invisible to make sure it works the way you want before going live.

<figure><img src="https://1643988190-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZpanNFqg3aCUZgXh3X%2Fuploads%2FGMcqRUzutv8CoVuFaBdl%2Fimage.png?alt=media&#x26;token=92898e12-7b8f-42a4-af75-7734ab2e8bc7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
All surveys are **hidden** by default. If you are ready for it to be public, please switch it to **visible**.
{% 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/polls.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.
