> ## 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 game video feedback

> Use PickFu Rapid to improve your game trailer, gameplay clip, or tutorial video with fast consumer feedback from real target players.

Improve your game trailer, gameplay clip, or tutorial with rapid feedback.

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

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

## When to use

Built for game developers. Reach for it when your options are ready and you want a fast, real-audience read before you commit.

## The test at a glance

| Setting   | Value                                                                                                                                                                                        |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Poll type | Open-ended                                                                                                                                                                                   |
| Question  | "How effective is this video at keeping your attention and getting you interested in the game? What could be improved?"                                                                      |
| Options   | 1 video                                                                                                                                                                                      |
| Audience  | 15 mobile gamers                                                                                                                                                                             |
| Reporting | Gender identity, Age range, Mobile gaming frequency, Favorite mobile game genres, App store spending habits, Mobile device, Tablet device, Gaming consoles played, Hours spent mobile gaming |

## Run it

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

  <Tab title="AI · MCP">
    ```text theme={null}
    Create a PickFu open-ended poll titled "Rapid game video feedback".
    Question: "How effective is this video at keeping your attention and getting you interested in the game? What could be improved?"
    Setup: Open-Ended poll. Respondents will watch your gameplay video and leave a comment explaining what they liked and disliked.
    Audience: 15 respondents, targeting Mobile gamers - Yes, Custom trait; report by Gender identity, Age range, Mobile gaming frequency.
    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 open_ended --question "How effective is this video at keeping your attention and getting you interested in the game? What could be improved?" --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":"open_ended","prompt":"How effective is this video at keeping your attention and getting you interested in the game? What could be improved?"}],"sampleSize":15}'
    ```
  </Tab>

  <Tab title="URL parameters">
    ```
    https://app.pickfu.com/ask/survey?q1-type=open_ended&q1-prompt=How+effective+is+this+video+at+keeping+your+attention+and+getting+you+interested+in+the+game%3F+What+could+be+improved%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.
