> For the complete documentation index, see [llms.txt](https://docs.battle.fyi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.battle.fyi/streaming-and-broadcast/spectator.md).

# Spectator & Cast Mode

Two views for two audiences: spectators who watch, and casters who commentate.

## Spectator Mode

The spectator view (`/spectate/[lobby-id]`) is the audience experience. Share this URL with viewers.

**What spectators can do:**

* Watch live trading action with real-time price updates
* See the leaderboard update as traders make moves
* Chat with other spectators
* Vote on predictions (who will win, which direction the market goes)
* Trigger sabotage events against traders using their own credits

Spectators are part of the game. Their sabotage attacks can change the outcome of a battle.

## Cast Mode

The cast view (`/cast/[lobby-id]`) is built for commentators and streamers. It shows everything spectators see, plus:

* Detailed trader stats and position breakdowns
* Additional controls for camera focus (highlight specific traders)
* Historical data for context during commentary
* Event timeline showing what happened and when

## Best practices

* **For online streams:** Share the spectator link in your stream description. Viewers can interact from their own device while watching you commentate.
* **For IRL events:** Put the stage view on the big screen, give casters the cast view on their monitors, and let the audience use spectator mode on their phones.
* **For tournament brackets:** Use multiple lobbies and switch between broadcast views as matches progress.


---

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

```
GET https://docs.battle.fyi/streaming-and-broadcast/spectator.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.
