fusion-help-integration

Wire useHelpCenter into PageLayout to open contextual Fusion Help Center articles.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/equinor/fusion-skills --skill fusion-help-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fusion-help-integration
Source: https://github.com/equinor/fusion-skills/tree/main/skills/fusion-help-integration
Command: npx skills add https://github.com/equinor/fusion-skills --skill fusion-help-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Contextual help improves user onboarding and reduces support load by linking the Fusion Help Center to app pages so users can access relevant articles directly from the UI.

Core Features & Use Cases

  • Wire the useHelpCenter hook into PageLayout to open contextual help articles.
  • Define and derive article slugs via a central constants file (FUSION_HELP_ARTICLES) for consistent cross-app wiring.
  • Use the integration pattern across apps to add help buttons to page headers and surface release notes when needed.
  • Use Case: Add contextual help to a dashboard page, enabling users to view related help articles without leaving the page.

Quick Start

Follow the wiring pattern references to connect the PageLayout help button to the Fusion Help Center using useHelpCenter and a FUSION_HELP_ARTICLES mapping.

Frequently Asked Questions about fusion-help-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add contextual help to a Fusion app page?

Contextual help links the Fusion Help Center to app pages so users access relevant articles directly from the UI. You wire the useHelpCenter hook into PageLayout and map article slugs via a central constants file.

How do I wire the useHelpCenter hook into PageLayout?

You wire useHelpCenter into PageLayout by connecting the page header's help button to the Fusion Help Center using a central FUSION_HELP_ARTICLES mapping for consistent article slug derivation across apps.

Why define article slugs in a central FUSION_HELP_ARTICLES mapping?

Defining article slugs in a central FUSION_HELP_ARTICLES mapping ensures consistent cross-app wiring. This allows multiple apps to reliably reference the same Fusion Help Center articles from their PageLayout help buttons.

Can I surface Fusion Help Center release notes directly in my app?

Yes, you can surface release notes directly in your app. The integration pattern supports adding help buttons to page headers via PageLayout, allowing users to view release notes and help articles without leaving the page.

Do I need the Fusion Framework to integrate the Help Center?

Yes, Help Center integration requires the @equinor/fusion-framework-react-app help-center hook. This dependency provides the useHelpCenter hook needed to wire contextual guidance into your app's PageLayout.

What is the best way to manage contextual help across multiple Fusion apps?

The best way to manage contextual help across multiple apps is deriving article slugs via a central FUSION_HELP_ARTICLES constants file and adhering to the PageLayout wiring pattern to ensure consistent help button behavior.