> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/replays/overview-of-replays/capturing-and-reviewing-replays/reviewing-quick-replays.md).

# Reviewing Quick Replays

Once a Reservation or Event ends, all Customers in the Attendee list will receive an email with the Quick Replays captured, and the Quick Replays are available within the App.

{% hint style="info" %}
The replay cameras are not using facial recognition technology (it's illegal in some US states). Thus, everyone in the Attendee list is sent any Quick Replays captured because the system doesn't know which player captured the Quick Replay.
{% endhint %}

### View Replays via Email

After the Reservation or Event ends, the system emails every attending Customer a list of all Quick Replays captured during that booking. Each Quick Replay in the email is a clickable link that opens the Replay on a unique web page. These links do not expire (today). From that page, the Customer can download the Replay, upload it, or send it directly to select social media platforms.

Here's an example of a Quick Replay captured (the Club's watermark logo in the video).

{% embed url="<https://app.pingpod.com/replays/72389bc6-c3b9-4b02-b576-338c654d2e40>" %}

### View Replays in the App

Captured Quick Replays are also stored on the Customer's Profile and accessible inside your Club's App.

1. Open the App
2. Tap the Reservation tab at the bottom
3. Tap the History / Replays tab at the top
4. Tap the specific past Reservation or Event
5. Scroll to the bottom to see captured Replays in a carousel

{% @supademo/embed url="<https://app.supademo.com/demo/cmomdudqn0151w9downg36bek>" demoId="cmomdudqn0151w9downg36bek" %}

From here, the Customer can download, upload, or favorite a Quick Replay. Favorited Quick Replays are accessible under Favorite Replays in the Account tab of the App.

<figure><img src="/files/d6dEQrF4eTzTYcQ9oRoe" alt=""><figcaption></figcaption></figure>


---

# 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://docs.podplay.app/replays/overview-of-replays/capturing-and-reviewing-replays/reviewing-quick-replays.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.
