> ## Documentation Index
> Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# PickFu survey lifecycle: draft to archived

> Follow a PickFu survey from draft to in-progress, completed, extended, and archived, including when charges apply and when edits are still possible.

Every PickFu survey follows a defined lifecycle from creation to results. Understanding each stage helps you get the most out of your polls.

## Lifecycle stages

<img className="block dark:hidden" src="https://mintcdn.com/pickfu/QJcxZCx_vR2qxODa/images/lifecycle-light.svg?fit=max&auto=format&n=QJcxZCx_vR2qxODa&q=85&s=c72e701b889db3c6e45822f237eb7fe9" alt="Survey lifecycle: Draft (edit freely, no charge) is published to go In progress (fielding, charged, live results — or stop early), then Completed once responses are in (final results + AI summary). A completed survey can be extended with more respondents, and surveys can be archived." noZoom width="1040" height="440" data-path="images/lifecycle-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/pickfu/QJcxZCx_vR2qxODa/images/lifecycle-dark.svg?fit=max&auto=format&n=QJcxZCx_vR2qxODa&q=85&s=4a4cf273f6f6750e61eeee1559420918" alt="Survey lifecycle: Draft (edit freely, no charge) is published to go In progress (fielding, charged, live results — or stop early), then Completed once responses are in (final results + AI summary). A completed survey can be extended with more respondents, and surveys can be archived." noZoom width="1040" height="440" data-path="images/lifecycle-dark.svg" />

### Draft

When you first create a survey, it starts in **draft** status (API: `unpublished`). In this stage:

* You can edit the question, options, targeting, and sample size
* No respondents see the poll yet
* No charges are applied
* You can delete the draft without any cost

### In progress

When you publish a draft, the survey moves to **in progress** status (API: `in-progress`):

* The poll is submitted to the respondent panel
* Targeting criteria are applied to find matching respondents
* Charges are applied to your account
* You can no longer edit the question or options
* Responses stream in as respondents complete the poll
* You can view partial results in real time
* Each response includes a vote/ranking and a written explanation

### Completed

When all responses are collected, the survey is **completed** (API: `completed`):

* All results are final and available
* Full demographic breakdowns are accessible
* Written explanations from every respondent are available
* AI Summary is automatically generated
* Results are stored permanently in your account

### Archived

Surveys can be archived to remove them from your active list (API: `archived`). Archived surveys are hidden from default views but their data is preserved.

## Stopping a survey early

You can stop a live survey before it reaches the full respondent count. Unused responses are refunded to your account. This is useful when you've already seen a clear trend in early results.

## Adding more respondents

After a survey completes, you can extend it with additional respondents without recreating the poll. The new responses are added to the existing results, letting you increase confidence or gather more demographic data.

## Timing

| Sample size | Typical completion time |
| ----------- | ----------------------- |
| 15          | Under 15 minutes        |
| 30          | 15-30 minutes           |
| 50          | Under 1 hour            |
| 75          | Under 1 hour            |
| 100         | 1-2 hours               |
| 200+        | 2-4 hours               |

<Note>
  Completion time varies based on targeting criteria. Broader targeting (e.g., general US audience) completes fastest. Adding targeting traits increases time: 1-2 traits may take 30 minutes to 2 hours, 3-4 traits may take several hours, and highly niche targeting can take 1-3+ days. International surveys with targeting may also take longer.
</Note>

## What respondents see

When a respondent matches your targeting criteria, they see:

1. **Your question** — The main prompt you wrote
2. **Options** — The choices you provided (images, text, etc.)
3. **Selection prompt** — They vote, rank, or rate based on the question type
4. **Explanation prompt** — They write a short explanation for their choice

Every response includes both a quantitative selection and a written explanation, giving you both data and context.

## Results structure

Completed surveys include:

* **Vote counts and percentages** for each option
* **Written explanations** from every respondent
* **Demographic breakdowns** showing how different segments voted (age range and gender included by default)
* **Statistical confidence** indicators for the results
* **AI Summary** with key findings and patterns
* **Response timestamps** showing when each answer came in

## Next steps

<CardGroup cols={2}>
  <Card title="Surveys overview" icon="clipboard-question" href="/docs/guides/surveys-overview">
    Review survey types and targeting options.
  </Card>

  <Card title="Best practices" icon="star" href="/docs/guides/best-practices">
    Write better questions and optimize your polls.
  </Card>
</CardGroup>
