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

# Scoreboards and Dashboards

- [Dashboard on TV](https://docs.scoreholio.com/scoreboards-and-dashboards/display-dashboard-on-a-tv.md): The Scoreholio Dashboard is widely available for viewing on many smart devices.  However, although not required, you can fancy up your tournament by adding an external display monitor. Find out how...
- [Custom Dashboards](https://docs.scoreholio.com/scoreboards-and-dashboards/custom-dashboards.md)
- [Remote Mode](https://docs.scoreholio.com/scoreboards-and-dashboards/remote-control-tablets-firestick.md): Remote Mode is a way to control all your scoreboards and dashboards all from one tab in admin. Change what is displayed to any connected device.
- [Player Scoring](https://docs.scoreholio.com/scoreboards-and-dashboards/player-scoring.md): Players can use their own phones to submit scores in a tournament.
- [Tablet Scoreboards](https://docs.scoreholio.com/scoreboards-and-dashboards/scoreboards-and-dashboards.md): With interactive scoreboards players can track and submit his/her own scores on tablets or phones the organizer sets up and the event dashboard will update in real time.
- [Kiosk Mode](https://docs.scoreholio.com/scoreboards-and-dashboards/kiosk-mode.md)
- [Wanted List](https://docs.scoreholio.com/scoreboards-and-dashboards/wanted-list.md): The Wanted List helps organizers quickly identify matches that haven’t started yet — so your tournament stays on schedule.
- [📢 Announcements](https://docs.scoreholio.com/scoreboards-and-dashboards/announcements.md): Let Scoreholio do the talking — literally. The Announce feature plays music and automatically calls out court assignments so your players always know where to be. Easy peasy!
- [Live Streaming](https://docs.scoreholio.com/scoreboards-and-dashboards/live-scoring-widget.md)
- [Free Play Scoreboard](https://docs.scoreholio.com/scoreboards-and-dashboards/free-play-scoreboard.md): Need a digital scoreboard for a quick game? Scoreholio has you covered!
- [ScoreMagic](https://docs.scoreholio.com/scoreboards-and-dashboards/scoremagic.md): ScoreMagic is a scoring method that allows players to see advanced stats.


---

# 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.scoreholio.com/scoreboards-and-dashboards.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.
