Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Retrieve the knowledge base sys_id

  1. Open the Snow back office and navigate to the list of the kb_knowledge_base instances.

  2. Find the instance of interest, right-click it and copy its sys_id.

...

Configure the KB in Kbot

  1. In Konverso Kbot for Snow virtual agent, go to

...

  1. Development > Advanced ServiceNow configuration.

  2. Specify the copied sys_id in the corresponding field.

  3. Click Apply and Save at the bottom of the page.

Code Block
snow_kb_sys_id = 1e00d6a4db6f1b4017aa7a65ae96099d

...

You can configure the knowledge base connector in Konverso Kbot for Snow virtual agent.

  1. Go to Content > Knowledge Bases >

...

  1. Configuration.

  2. Click ServiceNow KB to start editing.

...

Article identification

Konverso Kbot for Snow virtual agent, just like ServiceNow, uses a “number” to identify an article. This number is a string in the following format: KB1234. In some cases a number is not accessible, so you can use an alternative identifier, such as sys_id.

Choose either a number or sys_id as the article identifier.

...

Customizing snippets

Kbot allows you to customize the search: you can specify whether your virtual agent must look for information in an article's title, snippet, or in both title and snippet. Also it is possible to fine-tune the search results: for example, instead of snippet content you can display the content from another field.

To customize the field that is used for displaying snippets, set the variable snow_kb_knowledge_snippet. As a value, type the name of the ServiceNow knowledge base field, the content of which must be displayed instead of the article’s snippet.

Testing

Managing permissions

To test the search functionality, you need a user with the set of proper permissions. To manage them:

  1. In Konverso Kbot for Snow virtual agent, go to Configuration > Users and roles > Roles.

  2. Edit the permissions and click Save.

Permissions

Permissions required for the #rawsearch command:

...