> 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/overview.md).

# Overview

## UX Methods

Find the right UX methods for any stage of the product design process. Methods and activities are grouped into three sections: [Discovery](/ux-methods/discovery.md), [Ideation](/ux-methods/ideation.md), and [Testing](/ux-methods/testing.md), based on a eight-phase process.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4>Discovery</h4></td><td>Discovery involves first <strong>defining</strong> the problem and goals. Next is <strong>research</strong> to understand users and the market. The final step is <strong>analysing</strong> the data to establish a direction.</td><td><a href="/pages/NG2hMmUyibaZKzcMZKjr">/pages/NG2hMmUyibaZKzcMZKjr</a></td><td><a href="/files/DMlf5Qw3aEtbS53sHZXF">/files/DMlf5Qw3aEtbS53sHZXF</a></td></tr><tr><td><h4>Ideation</h4></td><td>Ideation generates solutions beginning with broad <strong>ideation</strong> and brainstorming of concepts. Ideas are converted into low or high fidelity <strong>prototypes</strong> for quick testing and refinement.</td><td><a href="/pages/wmRPWBT1wNvk0l8P0oMs">/pages/wmRPWBT1wNvk0l8P0oMs</a></td><td><a href="/files/v6WrZZAkvclscZe5x9OI">/files/v6WrZZAkvclscZe5x9OI</a></td></tr><tr><td><h4>Testing</h4></td><td>Testing validates design prototypes and mock-ups after which the solution is refined and <strong>built</strong>. The final step is to consistently <strong>measure</strong> the impact for learning and iteration.</td><td><a href="/pages/63vJjXTlagjKpwT8BLRp">/pages/63vJjXTlagjKpwT8BLRp</a></td><td><a href="/files/Q5AuGvsF0q9tHx4aPsaq">/files/Q5AuGvsF0q9tHx4aPsaq</a></td></tr></tbody></table>


---

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