How do I make top articles automatically show when a visitor opens the Web Widget (Classic)?



image avatar

Elissa Tikalsky

Zendesk Digital Resources Team

Edited Jul 24, 2025


1

12

12 comments

I am also interested in being able to show more than 3 suggestions, or more specifically, I would like to be able to customize `per_page` via updateSettings to be able to set the number of results that can display on different queries. I don't want to go through the trouble of building the queries manually, but this is important functionality.

0


Hey Ronald,

The limit for Help Center suggestions currently remains at 3 at this time. Unfortunately, the ones listed in the API documentation are the current options available and not a way to display categories at this time.

0


Any update regarding the max shown number of article on default "top suggestions"?

Also is there a way to show the FAQS category instead of a string search?

1


Hi Waseem,

If you are referring to labels and not search string, this should be possible (for Guide Professional and Higher) and a sample below:

zE.setHelpCenterSuggestions({ labels: ["label3","label2","label1"] })

You may also read thru our documentation where it's important to note that labels and search strings are different from each other.

0


Hi,

Is it posssible to add multiple keywords like refund, lost card etc., if yes how? Please share the sample code

Regards,

Waseem Khan

0


Hi David,

Unfortunately, this is a limitation and is not currently configurable and is fixed to only show 3 articles. There has been ongoing discussions about this in previous Product Feedback posts and is currently considered a Feature Request.

Please be on the look out on our Announcements page if a change to this limit has been implemented.

0


Elissa Tikalsky Using SetHelpSuggestions API method, we attempt to have labeled articles show up in the widget on-click. i.e. zE.setHelpCenterSuggestions({ labels: ['label1'] })

The issue here is that only three articles can be shown when using labeled suggestions, though the label is available on multiple articles. Also, this leaves a big blank space beneath the suggested articles.

Is there a way to solve this?

1


Thanks for that Nicole.

0


Hi Steve - 

You will want to create a new post in our product feedback topic in the community. Here are the product feedback guidelines on how to write an effective feedback post.

0


Hi Brett,

thanks for confirming, I think I reached that conclusion too. What's the best way to submit this as a feature request for future consideration?

Thanks!

0


Sign in to leave a comment.