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

# Indie game character feedback

> Collect detailed reactions from indie game players on your character art, design, and personality before you commit to the final look.

Learn how players feel about your indie game character design.

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

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

## 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 | Star rating                                                                                                                                     |
| Question  | "How do you feel (1-5) about the design of this game character? What, if anything, could be improved or changed to make this character better?" |
| Options   | 1 image                                                                                                                                         |
| Audience  | 30 gamers                                                                                                                                       |
| Reporting | Gender identity, Age range, Favorite mobile game genres, PC gamer                                                                               |

## Run it

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

  <Tab title="AI · MCP">
    ```text theme={null}
    Create a PickFu star rating poll titled "Indie game character feedback".
    Question: "How do you feel (1-5) about the design of this game character? What, if anything, could be improved or changed to make this character better?"
    Setup: Star Rating poll. Respondents will see your character, rate it on a scale of 1-5, and tell you why they chose that rating.
    Audience: 30 respondents, targeting Video game player; report by Gender identity, Age range, Favorite mobile game genres.
    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 star_rating --question "How do you feel (1-5) about the design of this game character? What, if anything, could be improved or changed to make this character better?" --sample-size 30
    ```
  </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":"star_rating","prompt":"How do you feel (1-5) about the design of this game character? What, if anything, could be improved or changed to make this character better?"}],"sampleSize":30}'
    ```
  </Tab>

  <Tab title="URL parameters">
    ```
    https://app.pickfu.com/ask/survey?q1-type=star_rating&q1-prompt=How+do+you+feel+(1-5)+about+the+design+of+this+game+character%3F+What%2C+if+anything%2C+could+be+improved+or+changed+to+make+this+character+better%3F&sample_size=30
    ```
  </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, `30` (default), `100`+ for higher confidence.
* **Country** — add `country=US` (or CA, GB, DE, …) to target a locale.
