> 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/affiliate-program.md).

# Affiliate Program

Earn 50% revenue share on every referral with the Zigpoll Affiliate Program.

Zigpoll offers a 50% revenue share affiliate program. When you refer a customer who converts to a paid plan, you earn 50% of their plan's price every month, for as long as their account stays on a paid plan.

#### **Step 1: Create an Affiliate Account**

Register at <https://app.zigpoll.com/affiliate-sign-up>. After completing the form, you will be directed to your affiliate dashboard. You can come back to it any time from **Profile → Affiliate**, which has **Overview**, **Payouts**, and **Referrals** tabs.

#### **Step 2: Configure Your Payout Method**

On the **Overview** tab, go to **Payout Settings** and choose how you want to be paid:

* **Stripe:** connect a Stripe account, and payouts are sent to it on the 28th of each month.
* **PayPal:** enter the PayPal email address where we should send payments.

#### **Step 3: Share Your Affiliate Links**

In the **Affiliate Links** section of the **Overview** tab, you will find two referral links: a general **Affiliate link** and a **Shopify affiliate link** that goes to the Zigpoll listing on the Shopify App Store. Share these with prospective customers.

Referrals are tracked for 30 days from the initial click. Any account created within that window will be attributed to you.

#### **Step 4: Track Referrals and Payouts**

Follow your referrals and earnings on two tabs of your affiliate dashboard. Payouts are made on the **28th of each month**.

* **Referrals** tab: your referrals, their accounts, and their subscriptions.
* **Payouts** tab: your **Estimated Payout** for the month, and **Payout History** of past commissions with the accounts they came from.

### How commission is calculated

* **Monthly plans:** 50% of the plan's monthly price, each month the referred account is on a paid plan.
* **Annual plans:** billed at 25% off, so you earn 50% of what the customer pays, spread across the year. That works out to 37.5% of the plan's monthly list price each month.
* **Not included:** accounts on the free plan, accounts that have been deleted, and accounts using a promotion such as a free month.

Commission stops when the referred account moves to the free plan or is deleted, and starts again if it returns to a paid plan.

{% hint style="info" %}
Have a question about a specific payout? Contact <support@zigpoll.com>.
{% endhint %}


---

# 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/affiliate-program.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.
