Training · Demo mode
Walk people through it.
A guided walkthrough of any product, stored as data: each step explains one screen, links or embeds the live screen it is about, and tells the viewer what to notice. Ship one from any plugin by creating a Training/Tour node — no C#, no recompile.

What ships

Ship a tour from your plugin

Create a node of type Training/Tour anywhere in your plugin and point its steps at your own screens:

{ "id": "Walkthrough", "namespace": "MyPlugin", "nodeType": "Training/Tour",
  "content": { "$type": "TourContent", "name": "MyPlugin — the guided tour",
    "intro": "What you are about to see…",
    "steps": [ { "title": "The desk", "explanation": "Where work arrives.",
                 "target": "MyPlugin/Desk", "targetArea": "Register",
                 "notice": [ "grouped by stored status" ], "embed": true } ] } }

Worked example: the reinsurance demo walkthrough — nine steps from the submission's tower to the bordereau reconciliation.

Contents

Reconnecting…
The server was updated. Reloading the page to pick up the latest version.