> 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/leadership/strategy/canvases/product-canvas.md).

# Product Canvas

A versatile tool that helps you define a product's vision, target audience, features, and value proposition.

The Product Canvas is a strategic design tool used to define and visualise a product's core essence on a single page. It acts as a bridge between a vague initial idea and a detailed product backlog by capturing the most critical elements of the user experience and business goals. By bringing together the target audience, their specific problems, and the proposed features, the canvas ensures that everyone on the team is aligned and working towards the same objective.

Unlike a traditional business plan that focuses on financial projections, this method prioritises the user. It helps teams identify the unique value proposition of their product and the key tasks a person needs to complete. This bird's eye view makes it much easier to spot gaps in logic or potential risks before significant time and resources are spent on development.

In practice, the canvas is often used during the early stages of a project or when a product needs a significant pivot. It encourages collaborative discussion and serves as a living document that can be updated as the team learns more about their users. Because it is simple and concise, it allows stakeholders to quickly understand what is being built and why it matters to the market.

#### Further Reading

{% embed url="<https://www.boldare.com/blog/introduction-to-product-canvas/>" %}

{% embed url="<https://jeffgothelf.com/blog/the-lean-product-canvas/>" %}

{% embed url="<https://www.romanpichler.com/blog/the-product-canvas/>" %}

{% embed url="<https://www.thoughtworks.com/insights/blog/product-canvas-top-down-approach-product-envisioning-0>" %}


---

# 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/leadership/strategy/canvases/product-canvas.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.
