# Voice Shopping Assistant

## Introduction

This is a web application built with JavaScript and [Dialogflow](https://cloud.google.com/dialogflow/docs). It is a project from the course CS571: Building User Interfaces at UW-Madison. This project focused on building a web application that can be navigated with voice commands from the users.

## Project Details

### Conversational Interactions

{% file src="/files/X8aGg1aGAVDVaxtIrncy" %}

### Usability Testing

{% file src="/files/gjZRww3gLLzCxGr4quvL" %}

### Video Demo

{% embed url="<https://youtu.be/rTK4CWkmUH0>" %}


---

# Agent Instructions: 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:

```
GET https://blog.yushunchen.com/projects/voice-shopping-assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
