How create custom user profile page?

I need to add to public user profile page some information. Is it possible to customize this page for all users registered?

In global Administration seems that I can enale or disable default fields but I can’t add new section with velocity scripting.

Thanks
Luca

I guess this should be possible by extending/changing the /bin/view/XWiki/XWikiUserSheet

Maybe this can help https://www.xwiki.org/xwiki/bin/view/Documentation/DevGuide/ExtensionPoint/UserProfileMenu . Depends if you want to customize an existing section or add a new section (menu entry).