# SMS Surveys

Zigpoll allows you to automatically send SMS surveys to your customers after they have paid for their purchase or after their order has been fulfilled.

#### Step #1: Create an SMS Survey

1. Go to **Surveys → Create Survey**.
2. Select an **SMS** survey from the template options. You can choose to have the SMS fire after an order is paid or after an order is marked as fulfilled.

#### Step #2: Make the Survey Live

Toggle the visibility switch on the top right hand corner to make the survey live.

#### Step #3: Start Collecting Feedback

That's it! Your SMS survey will now be sent to customers after their order is either paid or fulfilled.

#### Customizing Your SMS Message

To modify the contents of your SMS message:

1. Go to **Surveys → Select your survey → Click the Design tab**.
2. Click the **SMS** tab at the top.
3. Adjust the message for your SMS campaign.

{% hint style="warning" %}
Make sure you are capturing SMS numbers at your checkout step. If no phone number is attached to an order, the SMS will not be sent. You can make the phone number field mandatory in your Shopify checkout settings.
{% 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/sms-surveys.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.
