Guided Tours in Configurable Workspaces
Summarize
Summary of Guided Tours in Configurable Workspaces
Guided Tours is a feature in ServiceNow designed to facilitate user onboarding and training through interactive, step-by-step tutorials. It is specifically supported in Configurable Workspaces to help users learn how to effectively utilize various features within the platform.
Show less
Key Features
- Step-by-Step Walkthroughs: Users receive guided assistance on how to navigate and perform tasks within their workspace.
- Customizable Tours: Create tours tailored to specific functions, such as incident creation in the Service Operations Workspace.
- Callouts: Provide contextual guidance with callouts that can be placed anywhere within the workspace, directing users on their tasks.
- Reorderable Steps: Easily manage the sequence of tour steps to ensure a logical flow of information.
- Triggers: Configure triggers that advance users to the next step upon completion of tasks, ensuring a smooth experience.
- Conclusion Guidance: At the end of the tour, users receive a summary and can be directed to additional resources or tours.
Key Outcomes
By utilizing Guided Tours, ServiceNow customers can enhance user engagement, reduce onboarding time, and improve overall user proficiency with the platform. This feature ensures users gain confidence in navigating their workspaces, ultimately leading to a more efficient and effective use of ServiceNow’s capabilities.
Guided Tours is a feature in ServiceNow that assists users in onboarding and training processes. It provides step-by-step walkthroughs and interactive tutorials to help you understand and utilize the platform's capabilities. Guided Tours are supported in Configurable Workspaces to instruct users how to use features in your workspace.
Create a Guided Tour in Configurable Workspaces
To create a Guided Tour in your Configurable Workspace, see Create a guided tour.
Example: Create an incident using Service Operations Workspace
The following is an example of how you can use Guided Tours to explain to a user the steps to create an Incident in your workspace. In this example it shows the introduction, callouts, callout steps, and the conclusion for your tour.
- Navigate to .
- Fill in the new guided tour form.
Table 1. Guide tour form Field Description Name The name of your tour. In this example, it's Create New Incident Tour on Workspace. Tour Type The area the tour is created for. In this example, it's Workspaces. Select Manual Selection.
Starting Page The page the tour is created for. In this example, it's Service Operations Workspace: Record. Table The type of record needing guidance. In this example, it's incident. Note:Make sure the term 'incident' is always written in lower case letters only.
Sys_id Note:The sys_id for the page needing guidance. In this example it's -1.It's important that you set up your tour this way, instead of copying and pasting a new incident URL as workspaces append an additional id such as -1_uid_1, or -1_uid_3, etc. If you use one of these URLs your tour will only work when a new incident matches that uid. Also, it's important to ensure that your steps are captured with the Options of: {"url":"/now/sow/record/incident/-1"}, if you start with these recommendations you should not have to change them, but if you have tour steps with options with the uid appended, change the JSON to: {"url":"/now/sow/record/incident/-1"} and it should work. - Select the Create Tour button.
- The Guided Tour Designer window opens with the page that is selected in the steps above.
Guided tour introduction
Guided tour callouts
- Above
- Below
- To the left
- To the right
You can create steps on multiple pages and areas within the workspace. You can also configure the triggers that will advance the user to the next step. As the user selects through the tour, the next callout step displays after the trigger is completed. In this example, the trigger is configured to go to the next step on after selecting the next button.
After you have completed creating your tour, you can select to preview the tour to make sure it displays and guides the user properly before submitting.