# Merged With CRM

Demonstrates `XWUISuperApp.merge(XWUISuperHelpdesk, XWUISuperCRM)` - a customer-support org typically wants Helpdesk and CRM side-by-side so an agent can pivot from a ticket to the originating contact without leaving the shell. Both classes declare their own top-level group (`helpdesk` + `crm`) so there are no key collisions; the merge result is a JSON-shaped `{ menuTree, pages }` descriptor consumed as `extraTree` / `extraPages`, with `activeKey: "helpdesk-dashboard"` opening on the helpdesk KPI strip.
