Conversational Help
This skill uses Generative AI application capabilities to provide answers to the questions on the ServiceNow Otto panel.
Important:
This generative AI skill is turned on by default. The skill will be automatically available to appropriate role users for the application. For more information, see AI agents, skills, and agentic workflows on by default.
The Conversational Help skill displays as Get Help on the ServiceNow Otto panel.
Note:
The Get Help feature is available as a part of generative AI entitlements and no new subscription is required. The feature is enabled by default and you can turn it off in the AI Admin Hub
Settings.
You can ask your question in two ways:
- Select Get Help skill and submit a query to use the help option in the ServiceNow Otto panel.
- Submit your query directly in the ServiceNow Otto panel. It will perform discovery and find the most appropriate skill among the listed, based on the keywords you entered. This discovered skill is used to retrieve answers for your
queries.Note:The available skills displayed in the ServiceNow Otto panel can be customized in consultation with the integration teams.
How Conversational Help works
Your query goes through the following steps to retrieve the best response.- AI search
The query is sent to central ServiceNow instance, where AI Search will search the knowledge table that stores content from product doc content.
We use Instance Data Replication (IDR) that synchronizes product documentation content from Now Support instances.Note:Multiple central ServiceNow instances are deployed across three regions: US East or US West, EMEA, and APJC. - The top matching chunks (or records) along with the user’s query, are sent to the Now Assist Q&A Genius Result configuration to generate a meaningful, contextual answer.
- Re-ranking
The Now Assist Q&A, an out of box (OOB) capability, re-ranks the retrieved chunks to ensure better relevance.
- Cache lookup
- If the user query exists in the cache, the pre-stored answer is returned.
- If the query is not cached, the query and re-ranked chunks are sent to Now LLM to generate a meaningful answer.
Note:
Effective from this release, the query will retrieve results based exclusively on the release version of the user's current instance. This enhancement is integrated
into the query process to ensure the delivery of precise results that reflect the latest updates and features.
For more information, see Fetch end points in Now Assist Conversational Help skills.