Plugins 〉Interactive learning


Developer

Grafana

Sign up to receive occasional product news and updates:



Application
grafana

Interactive learning

Documentation →

Interactive learning Plugin

Interactive learning

License

Get help exactly when and where you need it. Interactive learning brings contextual documentation and interactive tutorials directly into Grafana, so you can learn and build without leaving your workflow.

What is Interactive learning?

Interactive learning is your in-app learning companion. It provides:

  • Smart recommendations – Get relevant docs and tutorials based on what you're working on
  • Interactive tutorials – Follow step-by-step guided learning journeys with "Show Me" and "Do It" features
  • Tab-based navigation – Open multiple docs and tutorials in tabs, just like a browser
  • Milestone tracking – See your progress through learning journeys with clear milestones
  • Always available – Access help without switching windows or searching documentation sites

How to Access Interactive learning

  1. Look for the Help button (?) in the top navigation bar of Grafana
  2. Click the Help button to open the Interactive learning panel
  3. Browse recommended documentation based on your current context
  4. Click View to read a doc or Start to begin an interactive tutorial

Getting Started

Once you open Interactive learning:

  1. Review recommendations – See docs and tutorials tailored to what you're doing in Grafana
  2. Open content in tabs – Click "View" or "Start" to open content in a new tab
  3. Navigate tutorials – Use the milestone navigation at the bottom to move through learning journeys
  4. Try interactive features – Click "Show Me" to see where things are, or "Do It" to have Interactive learning guide you through actions
  5. Manage your tabs – Close tabs you're done with, or keep them open for reference

Keyboard Shortcuts

  • Alt + Left Arrow – Previous milestone
  • Alt + Right Arrow – Next milestone

Live Sessions (Experimental)

NEW: Real-time collaborative learning! One presenter can broadcast interactive tutorials to multiple attendees who follow along in their own Grafana instances.

Quick Start

Prerequisites (3 terminals required):

# Terminal 1: PeerJS Server (Required!)
npm run peerjs-server

Terminal 2: Grafana

npm run server

Terminal 3: Plugin Build

npm run dev

Enable: Configuration → Plugins → Pathfinder → Enable "Live Sessions"

Use:

  • Presenter: Click "Start Live Session" → Share join code with attendees
  • Attendee: Click "Join Live Session" → Enter code → Choose Guided or Follow mode

Modes:

  • Guided Mode: See highlights when presenter clicks "Show Me"
  • Follow Mode: Your Grafana automatically mirrors presenter's "Do It" actions

Learn More:

  • Setup guide: README_LIVE_SESSIONS.md
  • Detailed docs: docs/LOCAL_PEERJS_SERVER.md
  • Full plan: plans/collaborative-live-sessions.md

Note: Requires running PeerJS server. Feature is experimental and optimized for 5-10 concurrent attendees.


For Administrators

Discovering Interactive learning

Users can find Interactive learning in multiple ways:

  • Help button – Click the Help (?) button in the top navigation
  • Command palette – Search for "Interactive learning", "Need help?", or "Learn Grafana" in the command palette (Cmd+K or Ctrl+K)

Configuration Options

Admins can configure Interactive learning from the plugin's configuration page in Grafana. The configuration includes three sections:

1. Configuration (Basic Settings)

  • Auto-launch tutorial URL – Set a specific learning journey or documentation page to automatically open when Grafana starts (useful for demos and onboarding)
  • Global link interception – (Experimental) When enabled, clicking documentation links anywhere in Grafana will open them in Interactive learning instead of a new tab

2. Recommendations

  • Context-aware recommendations – Enable/disable recommendation service that provides personalized documentation based on your current actions in Grafana
  • Data usage controls – Review what data is collected and toggle the feature on or off

3. Interactive Features

  • Auto-completion detection – (Experimental) Enable automatic step completion when users perform actions themselves (without clicking "Do it" buttons)
  • Timing settings – Configure timeouts for requirement checks and guided steps to optimize the tutorial experience

Contributing

We welcome feedback, issues, and contributions. Visit our GitHub repository to get involved.

License

See CHANGELOG.md for details on project changes and license information.

Installing Interactive learning on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

1.1.64 (2025-11-11)

Added

  • Added offline cloud suggestions for improved user guidance when recommendations are not available
  • Implemented hand raise functionality for live sessions

Changed

  • Refactored global link interception and sidebar state management
  • Moved workshop and assistant into integration folder
  • Moved docs rendering into separate module
  • Moved DOM helpers into lib for better organization
  • Updated plugin and runtime dependencies

Fixed

  • Fixed deprecated lint issues

Chore

  • Updated GitHub artifact actions
  • Spring cleaning of Agents information

1.1.63 (2025-11-07)

Added

  • Added function for quick complete for DOM changes

Changed

  • Cleaned up interactive tutorials implementation
  • Grouped requirements manager files for better organization
  • Grouped security related files

Removed

  • Removed plans feature

1.1.62 (2025-11-05)

Added

  • Implemented live sessions functionality

Fixed

  • Fixed browser storage issues

1.1.61 (2025-11-04)

Fixed

  • Fixed rendering issues

1.1.60 (2025-11-04)

Fixed

  • Fixed rendering issues

1.1.59 (2025-11-04)

Fixed

  • Fixed rerendering issues

1.1.58 (2025-11-03)

Changed

  • Improved sequence manager functionality

1.1.57 (2025-11-03)

Changed

  • Updated dependencies and workflows

Fixed

  • Fixed plugin update issues

1.1.56 (2025-10-31)

Added

  • Added backend proxy for context engine
  • Added "open sidebar by default" feature flag

Fixed

  • Fixed scroll behavior
  • Fixed auto launch tutorial

Changed

  • Updated multiple GitHub Actions (download-artifact to v5, setup-go to v6, setup-node to v6)
  • Updated Grafana plugin actions and CI/CD workflows

1.1.55 (2025-10-31)

Previous stable release