This document describes how to use Alfredo PUMEX to add customizable fields to the SugarCRM Users module in a modular way without overwriting core files. PUMEX uses jQuery to dynamically extend the Users module functionality. It includes JavaScript files that insert custom HTML into the detail and edit views. Server-side PHP scripts then retrieve and save any custom field data. This allows third-party modules to customize the Users module in a standardized way without conflicting with each other or requiring patches on SugarCRM upgrades.