Add router page to a menu

Yes when you select the link icon on a button element and click the which page drop down, if you have a router configured the router pages will show up as options.

If you want to conditionally trigger links in code you can also use wix-location

wixLocation.to('//?

So if you have an “admin” router and an “admin-page” you can call

wixLocation.to(‘/admin/admin-page’);