Configuring Employee Navigator for the guest portal
A guest administrator or super administrator can configure Employee Navigator in BMC Helix Digital Workplace so that guest portal users can submit service requests, search the website, and launch Live Chat from Employee Navigator. Users can also connect to a live agent from the Employee Navigator. Administrators can also embed Employee Navigator in any website.
You can configure Employee Navigator for different components of the guest portal, such as Search, Chat, and the Studio page.
To configure Employee Navigator for search
- Log in to BMC Helix Digital Workplace Admin Console.
- Select Configuration > Search.
- In the Search Results section, from the Maximum results per source list, select the maximum number of results per source
- In the Search results assistant (core pages) section, turn on the Enable toggle to activate AI chat functionality for search result views accessed from the My Activity and Catalog pages.
- From the Skill list, select the skill you want to use; for example, Guest Portal Navigator.
You can either select the out‑of‑the‑box skill or a custom skill that you created by copying the out-of-the-box skill.
Click Save.
The following screenshot displays the settings to configure Employee Navigator for Search:

To configure Employee Navigator for chat and Live Chat
- Log in to BMC Helix Digital Workplace Admin Console.
- Select Configuration > Chat.
- From the Technology list, select the required technology; for example, Employee Navigator.
From the Skill list, select the skill you want to use; for example, Guest Portal Navigator.
You can either select the out‑of‑the‑box skill or a custom skill that you created by copying the out-of-the-box skill.- To display the navigation icon in the product navigation, turn on the Navigation icon toggle.
- To display a floating chat avatar, turn on the Floating avatar toggle.
- Click Save.
The following screenshot displays the settings to configure Employee Navigator for chat:

To configure Employee Navigator for the Studio page
Employee Navigator helps users access information and perform actions through chat or search. To enable these capabilities on a Studio page, you must configure the view options while creating search views and associate the appropriate BMC HelixGPT skill.
A search view is similar to a studio page that you configure exclusively to provide a modern, preconfigured search experience to your end users. For more information about creating search views, see Creating search views.
Follow the below steps while creating search views:
Select View options > Channel.
- Select one of the following:
Chat and search
Chat - If you select Chat or Chat and search, choose the skill related to the guest portal from the HelixGPT skill list.
You can either select the out‑of‑the‑box skill or a custom skill that you created by copying the out-of-the-box skill.

To embed Employee Navigator in an external website
- Open the index.html file of the website where you want to embed Employee Navigator.
- Add the following script:<script defer src="<<dwp-server:port>>/dwp/navigator/script/navigator-trigger.min.js" data-productName="Guest Portal Navigator" "type="text/javascript" id="dwp-navigator__trigger-script"></script>
- Save the index.html file.
- Verify that the Employee Navigator floating icon appears on the website.
To customize Employee Navigator embedded in an external website
- Open the index.html file of the website where Employee Navigator is embedded.
- Look for the following script:<script defer src="<<dwp-server:port>>/dwp/navigator/script/navigator-trigger.min.js" data-productName="Guest Portal Navigator" "type="text/javascript" id="dwp-navigator__trigger-script"></script>
- Make changes in the script as required.
For example, to add the Employee Navigator title in a different language, add the value to data-productName as shown below:data-productName='{"en":"Guest Portal Navigator","fr":"Panneau de discussion"}'
With this change, the chat panel title changes to French if you select the French locale in your browser. - Save the index.html file.
Related topics