> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/installation.md).

# Installation

How to install Zigpoll and start surveying your customers

Having trouble installing? Send us a message at <support@zigpoll.com>.

#### Shopify

Install Zigpoll from the [Shopify app store](https://apps.shopify.com/zigpoll). No code is needed.

Your storefront and your checkout are separate installs on Shopify. Turning on one does nothing for the other. See [Shopify App](/shopify-app.md) for how they fit together.

For surveys on your storefront, switch on the Zigpoll App Embed in your theme:

{% content-ref url="/pages/PGhkx2yhRBS5lz2OY5YE" %}
[Activating Zigpoll on Shopify 2.0](/installation/activating-zigpoll-on-shopify-2.0.md)
{% endcontent-ref %}

For surveys on the Thank You, Order Status, checkout and customer account pages, add the Zigpoll app block in your checkout editor. For in-store surveys on your registers, use the Shopify POS templates:

{% content-ref url="/pages/UZJFw4wmRdrtb9JR0GUo" %}
[Activating Zigpoll on Shopify Checkout Extensions](/installation/activating-zigpoll-on-shopify-checkout-extensions.md)
{% endcontent-ref %}

{% content-ref url="/pages/R86E1BcaNbJicc3vtdaO" %}
[Activating Zigpoll on Shopify POS](/installation/activating-zigpoll-on-shopify-pos.md)
{% endcontent-ref %}

Shopify limits what any app can do on checkout pages, including pop-ups, fonts and styling:

{% content-ref url="/pages/XfpHLFdVpAgwmetLvk0i" %}
[Shopify Checkout Limits](/installation/shopify-checkout-limits.md)
{% endcontent-ref %}

#### Website builders

If you use a website builder like Framer, Wix, or Webflow, visit [Integrations](/integrations.md) to see specific instructions for your platform.

#### Manually embed into your site or webapp

To embed Zigpoll into your site or single-page webapp, see [Embed](/embed.md) for more info.

#### Survey not showing?

{% content-ref url="/pages/onmDspDrHwKj3b6fjzsZ" %}
[Why Is My Survey Not Showing?](/faq/why-is-my-survey-not-showing.md)
{% endcontent-ref %}


---

# 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://docs.zigpoll.com/installation.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.
