> ## 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.

# Rapid product variant comparison

> Use PickFu Rapid to compare product variants — colors, sizes, styles — and quickly determine the best option before ordering stock or production.

Quickly determine the best product variant before ordering stock.

<Frame caption="A real rapid product variant comparison poll — the question and options respondents saw.">
  <img src="https://mintcdn.com/pickfu/nrohUWUaawyBgKuI/images/use-cases/rapid-product-variant-comparison.png?fit=max&auto=format&n=nrohUWUaawyBgKuI&q=85&s=e0a33898c689b5e0a3b734a9d4698871" alt="Rapid product variant comparison example poll" width="1800" height="835" data-path="images/use-cases/rapid-product-variant-comparison.png" />
</Frame>

[See the full interactive result →](https://www.pickfu.com/results/k76spHKrSz)

## The test at a glance

| Setting   | Value                                                                                                     |
| --------- | --------------------------------------------------------------------------------------------------------- |
| Poll type | Ranked                                                                                                    |
| Question  | "If you were shopping for \[product type], which version would you be most likely to buy and why?"        |
| Options   | 2-4 images                                                                                                |
| Audience  | 15 respondents                                                                                            |
| Reporting | Gender identity, Age range, Online shopping marketplaces, Homeownership, Pet owner, Hobbies and interests |

## Run it

<Tabs>
  <Tab title="One-click">
    [Use this template →](https://app.pickfu.com/ask/template/rapid-product-variant-test?regular=true)
  </Tab>

  <Tab title="AI · MCP">
    ```text theme={null}
    Create a PickFu ranked poll titled "Rapid product variant comparison".
    Question: "If you were shopping for [product type], which version would you be most likely to buy and why?"
    Setup: Ranked poll.  Respondents will see all product variants in a random order, rank them in order of preference, and tell you why they made that choice.
    Audience: 15 respondents; report by Gender identity, Age range, Online shopping marketplaces.
    Publish it, then summarize the result when responses arrive.
    Tools: save_survey, publish_survey, get_survey_responses.
    ```
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    # Create + publish with the PickFu CLI — see /integrations/cli
    pickfu survey create --type ranked --question "If you were shopping for [product type], which version would you be most likely to buy and why?" --sample-size 15
    ```
  </Tab>

  <Tab title="API">
    ```bash theme={null}
    # POST /v1/surveys — see /api-reference/surveys
    curl -X POST https://api.pickfu.com/v1/surveys \
      -H "Authorization: Bearer $PICKFU_API_KEY" -H "Content-Type: application/json" \
      -d '{"questions":[{"type":"ranked","prompt":"If you were shopping for [product type], which version would you be most likely to buy and why?"}],"sampleSize":15}'
    ```
  </Tab>

  <Tab title="URL parameters">
    ```
    https://app.pickfu.com/ask/survey?q1-type=ranked&q1-prompt=If+you+were+shopping+for+%5Bproduct+type%5D%2C+which+version+would+you+be+most+likely+to+buy+and+why%3F&sample_size=15
    ```
  </Tab>
</Tabs>

## Customize

* **Audience** — swap or add [targeting traits](/docs/guides/url-parameters#targeting-and-settings) (e.g. `amznpr` for Amazon Prime shoppers).
* **Sample size** — `15` for a fast read, `15` (default), `100`+ for higher confidence.
* **Country** — add `country=US` (or CA, GB, DE, …) to target a locale.
* **Fill-ins** — replace the `[bracketed]` placeholders in the question with your own values per run.
