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

# Match Replays

### Overview

When a Customer selects a Match and orders a Custom Replay or an Enhanced Replay, the Replay length is tracked by the points of the Match's games. Meaning, the Replay length comes from the Match itself, so instead of the Customer purchasing a [Custom Replay](https://docs.podplay.app/replays/overview-of-replays/capture-a-custom-replay) and designating how long the Replay is, the duration is set to the Match's duration.

{% hint style="info" %}
Every Custom Replay and Enhanced Replay order has a 1-minute minimum.
{% endhint %}

### Ordering a Replay from a Match

[Matches appear in the Customer's App history](/pro-system/reviewing-matches-in-the-dashboard/reviewing-match-points.md) after the Reservation or Event ends. Each Match lists the players and the score, and the option to order a Custom Replay or an Enhanced Replay sits with the Match.

A Customer sees only their own Matches. Matches played by other Customers do not appear in their history, so a Customer cannot order video of a Match they did not play in.

Not every Reservation or Event has Matches on it. When there are none, the Customer orders the Replay by court and start time instead ([Custom Replays](/replays/overview-of-replays/capture-a-custom-replay.md)). That option sits below the list of Matches.

{% hint style="warning" %}
The option to order a Custom Replay or an Enhanced Replay for a Match is available for the first 48 hours after the Match. After that window the order option is no longer shown.
{% endhint %}

When in the Dashboard, staff can see the length of the Match Replays.

<figure><img src="https://29730733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvxoNuJiMibWwb1kotX38%2Fuploads%2FHdG7s4egsTOhOmGN3pS9%2FScreenshot%202026-09-01%20at%2019.55.03.png?alt=media&amp;token=e06cf33e-816e-452c-9950-2364eb00a243" alt=""><figcaption></figcaption></figure>

### FAQs

<details>

<summary>Can a Customer shorten a Match Replay to just the last few points?</summary>

No. A Replay ordered from a Match covers the full Match. To capture a shorter window, the Customer orders a [Custom Replay](https://docs.podplay.app/replays/overview-of-replays/capture-a-custom-replay) by court and start time and sets the duration, subject to the 1-minute minimum.

</details>

<details>

<summary>Can a Customer combine two Matches into one Replay?</summary>

No. Each order covers one Match. If a Customer wants a longer Replay, they can order a [Custom Replay](https://docs.podplay.app/replays/overview-of-replays/capture-a-custom-replay) for the desired length of time.

</details>


---

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