# Broadcast view

The broadcast display shows information about a single in-progress match. The screen is meant to be easily embedded into a live broadcast of the tournament. The tournament organizer can open the broadcast view by opening the **More...** menu from the tournament's **Overview** tab and choosing the **Open broadcast view** option. The broadcast view opens in a new browser tab.

Once opened, pick a game to display either by picking a specific game or by always showing the latest match on an arena. The latter option lets you leave the broadcast view alone—it'll automatically update as new matches are created.

Players will always be displayed in their tournament playing order on the broadcast view. The tournament organizer can change the playing order from the **Matches** tab at any time.

The broadcast view contains several options for customizing the view. You can choose between light/dark mode, horizontal/vertical view, or whether to display points. You can also pick the color scheme.


---

# 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://docs.matchplay.events/views/broadcast-view.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.
