Generative search provides AI-generated answers to users' search queries in your help center based on your content. When generative search is activated, users can view generated answers without clicking through search results or scanning related articles. However, users can still easily click into the articles for more information, because the generated answer is derived from the primary search results.
Generative search is available with all Zendesk Suite and Guide plans. All Zendesk Suite and Guide plans include up to 100,000 eligible searches that produce generative search results. This includes search queries of two words or more for supported languages that display generated answers on the search results page. If you exceed 100,000 searches, you can buy the Generative Search Extender add-on to perform additional searches. To do so, contact Zendesk Sales.
About generative search for help center
Generative search works by evaluating the question that a user enters in the help center search. The top matching articles and posts are evaluated by generative AI, which then generates an answer. On Enterprise plans with federated search configured, the generative AI also evaluates external content and can be included in the answer. The generated answer is posted by default at the top of the search results.
Generative search is activated by default in your help center. To deactivate this feature, see Viewing and managing your search settings.
- Quality of your knowledge base: Because generative answers are based on your help center and your external content, the quality of the answer depends on the quality of your knowledge base.
- Search input: Depending on the format and structure of the search query, you may not see a generated answer for every search. For the best results, avoid one- or two-word search queries, and instead, structure your search query as a phrase, sentence, or question. Additionally, if there are no articles, posts, or external content that match the search, an answer can't be generated.
Updating your help center theme
To use generative search, your theme must include the {{generative_answers}} helper. Newer accounts already include this helper, but accounts with themes that were customized prior to March 25, 2025 must add it.
To update your custom theme
- In Guide, click the Customize design icon (
) in the sidebar.
The Themes page opens.
- Click Customize on the theme you want to edit.
- Click Edit code.
- Under Templates, click search_results.hbs.
- Add the {{generative_answers}} helper code to the theme's search_results.hbs template where you want the generative answers to appear.
- Click Save.
- After activating, if you find that the Quick answer box UI doesn't match the fonts and colors of your custom theme, this could be due to one of the following:
- You have the required settings in the theme settings interface. However, the settings values are not set to match your theme, because your theme's look and feel is hardcoded in your CSS file. To update the color and font settings, see Branding your help center.
- You do not have some or all of the settings in the theme settings interface. If this is the case, you'll need to add the settings and set their values to match the rest of your theme. To do this, you can update your manifest.json file with the following identifiers from Github, replacing the value of each identifier with the font or color code that matches your theme:
- Color settings identifiers:
- text_color
- link_color
- hover_link_color
- visited_link_color
- Fonts settings identifiers
- heading_font
- text_font
- Color settings identifiers:
0 comments