A dashboard menu plugin adds an item to a pre-configured menu slot of a Wix-built dashboard page. When clicked, the item either navigates the Wix user to another dashboard page or opens a dashboard modal. Unlike other dashboard extensions, a menu plugin doesn't render UI of its own. It's a configured trigger that hooks into an existing dashboard menu and points at another destination.
Like all dashboard extensions, dashboard menu plugins don't appear on the live site. Only Wix users with the required permissions can see them.

Use a dashboard menu plugin when you want an item in an existing Wix dashboard menu to take the Wix user somewhere or kick off a focused action. Common cases include:
A menu slot is a UI placeholder Wix exposes inside a menu on dashboard pages. Each slot has a unique ID and a fixed location in the menu. A menu plugin declares the slot ID it targets, and the platform renders the menu item in that location whenever a Wix user opens a host page that includes the slot.
Apps built by Wix such as Wix Bookings and Wix Stores offer a range of menu slots across their dashboard pages. See About Dashboard Page Slots for the available menu slots.
The same menu slot ID can appear on multiple host pages, in which case the menu item appears on all of them. A single menu slot can also host multiple menu plugins, which the platform renders in the menu together.
Menu plugins are configured rather than coded. The plugin definition tells the platform where the item appears, what label and icon it carries, and what action to perform when clicked.
A menu plugin can pass parameters to its action destination. The mechanics differ depending on whether the action navigates to a page or opens a modal:
The development path determines how you configure a dashboard menu plugin:
Last updated: 2 August 2026