Recommended for you widget configuration informationIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } Recommended for you widget content display configuration in Employee center Home page Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } All Releases Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: block; max-width: ; width: auto; height: auto; } } Link of the document on how the system will consider the KB articles or the Catalog items to be displayed in the "Recommended for you " widget. https://www.servicenow.com/community/hrsd-forum/how-does-quot-recommended-for-you-quot-and-quot-popular-topics/m-p/1325369#M17723As per the above documentation system will consider the similar users once the associated ML is trained. ML definition : /nav_to.do?uri=ml_capability_definition_similarity.do?sys_id=9b5755ee0fc3001048a7c8337a767e8e%26sysparm_view=mlAfter training the ML definition check the property "sn_employee.apply_employee_profile_ml_model". If the below mentioned property is set to true then system will consider Employee profile to display the get similar users else it will consider HR profile. /nav_to.do?uri=sys_properties.do?sys_id=b9ee999a43c03110cbaf24580bb8f203Since we are trying to generate the predictive results based on the HR Profile.Below is the link to check whether logged in user ID is available with in the HR profile list. /ml_predictor_results_list.do?sysparm_query=GROUPBYpredicted_table&sysparm_first_row=1&sysparm_view=As per the configuration system will check for values in Instance Options of the widget "Limit" and "Recent activity cut off days" while filtering the records in the KB_use table or the catalog item table. As per the options configuration with in the instance system will check for the records which were viewed with in 30 days and the number of articles or catalog items should be more than 3 records.If it does not satisfy the above mentioned information then the system will consider most viewed articles with out any ML configuration and display with in the widget.Below are the details of the widget and script include where the above mentioned logic is been included. Widget : Relevant for you widget /nav_to.do?uri=sp_widget.do?sys_id=6cc836d0dbf700500c209493db961914 Script Include: RelevantForYouUtilSNC/nav_to.do?uri=sys_script_include.do?sys_id=35dfe52797e50110ecc47e0e6253af29