Optimize UI for different roles

Hello there!

Is there a way to remove certain UI elements from the web interface for specific roles (Agents and Managers), while keeping them available for Admins?

Specifically, I would like to remove:

  1. The “Help” button from the sidebar menu

  2. The “Support” and “Docs” items from the dropdown menu that appears when clicking on the user avatar

I want to streamline the interface for my support staff and keep only essential features visible. These documentation/support links should ideally only be accessible to the Administrator role.

Is this possible using standard Frappe customization methods (like Custom Client Script, role-based permissions, or Workspace configuration)? If so, could you please point me in the right direction?

Thank you for your assistance.

Hi @leominore

Can be done on Navbar Settings
Working on develop branch, but not backported yet to version-16

Raised here an issue for that

Hope this helps.

1 Like

And merged here …

Thanks to @k.fathy

1 Like

Thanks @avc :heart: