> 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/subscription-plans/how-we-calculate-responses.md).

# How we calculate responses

Wondering how your responses add up?

A response counts toward your account whenever a participant takes one of your surveys. One person taking one survey is **one response**, however many questions the survey has or they answer. If a participant fills out all of a 3 question survey, that's 1 response. If they stop after the first question, that's still 1 response.

Each question they answer is tracked separately as an **answer**. Your dashboard shows answers so you can see how much data each question collects. Answers don't count toward your plan limit.

Previews of your own surveys from the Zigpoll dashboard and synthetic (AI) research never count as responses.

{% hint style="info" %}
**Changed on September 1, 2026.** Before that date, plan limits counted every answered question: a 3 question survey completed by one person used 3 of your monthly allowance. Since September 1, 2026, limits count one response per person taking a survey. The plan limit numbers were re-based to match (see [Subscription Plans](/subscription-plans.md)). Support replies and emails from before that date that describe per-question counting no longer apply.
{% endhint %}

### Responses, Answers, and Write-Ins

You'll see three counters on your dashboard and in the API:

* **Responses** — one participant taking your survey. This is the number your plan limit applies to.
* **Answers** — one question answered by one participant. A single response can produce many answers, one for each question they answer.
* **Write-Ins** — free-text answers (short answers, long answers, write-in answers). They're a subset of your answers, tracked separately so you can see how much qualitative feedback you're collecting.

A 3 question survey completed by 10 participants would show **10 responses** and **30 answers**.

{% hint style="info" %}
[Synthetic research](/synthetic-research.md) has its own separate monthly quota per plan, measured in synthetic answers. It never counts toward your response limit.
{% endhint %}

### When a repeat visit counts again

By default, each participant can take a survey only once. Returning to a survey you already started continues the same response instead of starting a new one.

To let people take a survey more than once:

1. Open the survey and go to **Settings → General**.
2. In the **Survey Rules** card, turn on **Allow Resubmissions**.

With it on, the survey restarts from the first question every time it loads. Each load that gets at least one answer is a new response. This suits contact-us style forms, but it can use up your allowance much faster.


---

# 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/subscription-plans/how-we-calculate-responses.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.
