Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create Help Center content for configurable workspace

Create Help Center content to provide your users with helpful information about the page that they are working on within a configurable workspace.

Before you begin

Create or edit an embedded help record before creating a guidance record by following the steps in Add custom Embedded Help content to create content or Add custom Embedded Help from a copy to modify existing content.

Role required: admin

About this task

To create Help Center content, you will create or modify two record types: guidance records and embedded help records. The guidance record enables your content, which is in an Embedded Help record, to display in the Help Center. This procedure explains how to enable displaying existing embedded help content in the Help Center.

Procedure

  1. Navigate to the configurable workspace page for which you are creating Help Center guidance.

  2. Copy or otherwise take note of the page URL, such as <instance name>.service-now.com/now/sow/home.

  3. Select the Show help icon (

Image omitted: help-icon.png
\) in the Unified Navigation menu to expand the Help Center.
  1. Scroll to the bottom of the Help Center and select Add New Content.

    A new tab with the Guidance form displays.

  2. Fill in the fields on the Guidance form.

  1. Select Submit.

Creating guidance for a list in a configurable workspace

To provide guidance when a user is viewing a specific list, review the URL and look for the list id number, such as list-id/7ae4da1ec3013010965e070e9140dd66. Then, enter route parameters in the following format: {"params":{"listId":"7ae4da1ec3013010965e070e9140dd66"}}.

Image omitted: URL-with-list-id.png
A labeled image highlighting parts of the URL used in the guidance record fields.

Creating guidance for a record in a configurable workspace

To provide guidance when a user is viewing a specific record type, review the URL and look for the record name, such as record/problem. Then, enter route parameters in the following format: {"params":{"table":"problem"}}.

Image omitted: URL-with-record.png
A labeled image highlighting parts of the URL used in the guidance record fields.

To provide guidance when a user is viewing a related record (a record accessed from within another record), look for the second record name in the URL, such as sub/record/incident. Then, enter route parameters in the following format: {"params":{"table":"incident"}}.

Image omitted: URL-with-related-record.png
A labeled image highlighting parts of the URL used in the guidance record fields.

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.

FieldDescription
NameThe title of your guidance, which displays in the Help Center.
TypeSelect Embedded Help.
RolesThe user roles required to see your guidance.Note: Help content that is only relevant to your chosen role is supported. For example, users with the ITIL role will only see help created for the ITIL role, previously all help was displayed for all roles.
Application routePart of the URL for the workspace page that you're targeting, in the format `now/`. Refer to the URL you noted earlier and enter this portion of the URL, for example `now/sow`. See the examples following these steps for more information on identifying the application route from the URL. To target all workspace pages use `sn_all`for the application route and context fields.
Embedded help contentThe content of your guidance, which is displayed to users in the Help Center. Select an existing embedded help record, or create an embedded help record as described in Add custom Embedded Help content.
ContextA value found in the URL of the workspace page you're targeting that immediately follows the Application Route. For example, in `now/sow/home`, the context is `home`. Refer to the URL you noted earlier and provide only the word immediately following the value entered in the Application Route field. Values depend on the workspace and may also include `list` and `record`. See the examples following these steps for more information on identifying the context from the URL. To target help content on all pages in a particular workspace use the appropriate workspace application route, and enter `sn_all` for the context field.
DescriptionThe description of your guidance, which displays in the Help Center as a short description under the title provided in the Name field.
Route parametersAn advanced configuration to display guidance only when users view specific lists or record types within your workspace. To provide guidance when a user is viewing a specific list, review the URL you noted earlier and look for the list id number, such as `list-id/d03d64feebd1301080de83402a5228f1`. Then, enter route parameters in the following format: `{"params":{"listId":"d03d64feebd1301080de83402a5228f1"}}`. To provide guidance when a user is viewing a specific record type, review the URL you noted earlier and look for the record name, such as `record/problem`. Then, enter route parameters in the following format: `{"params":{"table":"problem"}}`. To provide guidance when a user is viewing a related record \(a record accessed from within another record\), look for the second record name in the URL, such as `sub/record/incident`. Then, enter route parameters in the following format: `{"params":{"table":"incident"}}`. See the examples following these steps for more information on identifying route parameters from the URL.
ApplicationThe scope of your application.
StatusThe status of your guidance. Select Published when the guidance is ready to display in the Help Center.
ActiveIndicates that the guidance is active. Keep this option checked when the guidance is published.
ServiceNow® createdIndicates that the guidance was created by ServiceNow®. Reserved for ServiceNow® use only.
VersionThe current family release version for your guidance.