> For the complete documentation index, see [llms.txt](https://bryan-guner.gitbook.io/my-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bryan-guner.gitbook.io/my-docs/lambda-labs/canvas/ux-engineer/product-review.md).

# Product Review

## Product Reviews

### What are Product Reviews?

In Product Reviews, all teams on each product and that product's Release Manager meet with Labs managers near the end of each sprint to present progress, blockers, and a path forward.

In Labs, each product is assigned one or more teams. The teams on each product all work on the same active codebase.

The goal of a Product Review is to more closely track each team's progress in the context of their product, and devote high-bandwidth time to meet as a group, provide direct feedback, and facilitate discussions.

Product Reviews are facilitated by all Labs managers for each product, every sprint.

### Agenda

#### Pick Volunteers

We'll pick on a few teams to walk us through what they're working on!

#### Walkthroughs

Each team will share their screen and briefly demo their progress—preferably via a running application, but also potentially design artifacts.

As a **UX Engineer**, you'll be in charge of presenting what your team's been working on with design, including any relevant user flows, wireframes, mockups, or other diagrams or planning artifacts.

Labs Managers will provide holistic critiques to move each team forward.


---

# 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://bryan-guner.gitbook.io/my-docs/lambda-labs/canvas/ux-engineer/product-review.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.
