> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/ux-methods/discovery/concept-testing.md).

# Concept Testing

Concept testing is a market research technique used to evaluate the potential appeal and viability of a new product or service idea before investing significant resources in development. It involves gathering feedback from potential customers to assess their reactions, preferences, and perceptions of the proposed concept.

Key objectives of concept testing include:

* **Assessing market demand:** Determining if there is a sufficient market for the product or service.
* **Identifying potential challenges:** Identifying any potential obstacles or barriers to adoption.
* **Refining the concept:** Making necessary adjustments to the concept based on feedback.
* **Gauging customer interest:** Measuring the level of interest and excitement among potential customers.

Common methods for concept testing include:

* **Surveys:** Collecting quantitative and qualitative data through questionnaires.
* **Focus groups:** Conducting group discussions to gather in-depth feedback.
* **Interviews:** Conducting one-on-one interviews to explore individual perspectives.
* **Conjoint analysis:** Using statistical techniques to measure consumer preferences for different product attributes.

By conducting concept testing, businesses can make informed decisions about whether to proceed with product development and identify any areas that need to be improved before launch.

#### Further Reading

{% embed url="<https://maze.co/guides/concept-testing/>" %}

{% embed url="<https://uxdesign.cc/how-to-persuade-your-team-to-invest-in-user-research-through-loss-aversion-367b03a471d6>" %}

{% embed url="<https://www.qualtrics.com/articles/strategy-research/how-concept-test/>" %}

{% embed url="<https://www.surveymonkey.com/learn/market-research/concept-testing/>" %}

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=AljETmpvb3k>" %}

{% embed url="<https://www.youtube.com/watch?v=NSYr9PI7VBQ>" %}


---

# 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://www.designreference.xyz/ux-methods/discovery/concept-testing.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.
