Phone → screen · thread → screen · any instance → screen
Steer any screen
A screen is a shared presentation surface: open its display page on the TV or beamer, then present any layout area on it from your phone — switch slides, show demos, blink it to identify. Or just tell the agent in a thread what to show.
How it works
- Create a screen β it lives in your own space (
{you}/Screens/β¦). - Open its display full-screen on the device that should be the screen (TV, beamer, second monitor). The display follows every command instantly.
- Steer it:
- ποΈ the screen's Remote on your phone β present any node/area, one-tap re-present from history;
- πΊ Present on screen in any node's menu β one tap presents that node (a specific area is picked on the remote);
- π¬ the Remote Control agent in a thread β "show the claims dashboard", "next slide", "blink";
- π from another instance β connect to this instance's MCP endpoint (OAuth as yourself) and steer the screen node in a connecting thread; the
/remoteskill carries the procedure.
- π‘ Project a session β instead of pushing pages one at a time, let the screen follow you: open the portal's user menu, pick Project this session, confirm, and every page you open lands on the screen. Opt-in only, a π΄ dot in the chrome while it runs, one click to stop, and gone when your session ends. See the design.
- π Point β open the screen's pointer pad, tap on the content, and a laser dot pulses at that spot on every display for a few seconds. Highlight the number you're talking about without leaving your seat.
- π¦ Blink β not sure which display you're steering? Blink it: the screen flashes its name full-screen.
Everything the screen shows is this instance's data under your own access rights β a screen presents layout areas of nodes you may read, nothing else, and multiple displays can follow the same screen.
The dynamic node types
- Screen β the shared presentation surface: display + remote as two live views of one node.
- Console β the Start launcher and the one-tap Cast target of the node-menu entry.
See the Guide for the mechanism and the cross-instance channel.