Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

danielpetri
ServiceNow Employee

A practical rule of thumb from ServiceNow's implementation guidance is to start with OOTB (out-of-the-box) Voice Agents wherever your use case matches one, and only build custom where there's a genuine gap.  Over-engineering with too many custom agents is explicitly called out as something to avoid.

 

OOTB HR AI Voice Agents are the ready-made agents ServiceNow ships for common HR scenarios, including:

  • Create new case
  • Check case status
  • PTO requests
  • Travel expenses
  • Update employee information
  • Guided Navigation
  • Conversational Case Intake

The following article covers additional OOTB Voice Agents for ITSM and CSM:  AI Voice Agents Are Here: Autonomous Service That Delights

 

When custom makes sense instead: anything outside those standard scenarios — a use case specific to your business process, a workflow that spans multiple systems in a non-standard way, or something where you need very specific step sequencing or tool chaining. That's exactly what AI Agent Studio and the "List of Steps" guidance in the attached guide are for — planning your own use case, defining a role and description, and optionally chaining helper tools when the payload is complex.

 

This guide walks through the full lifecycle of building a ServiceNow Voice AI Agent, starting with how to plan your use cases before you touch AI Agent Studio, then into the setup details that matter most: naming and describing your agent so it triggers on the right intent, writing a role that keeps its tone consistent, and deciding when a "helper" tool can take pressure off the agent by pre-formatting messy data.

 

It also gets into the details that separate a good voice experience from a frustrating one — how to format dates so they're read aloud correctly, how to summarize long lists instead of rattling them off, and how to build recovery paths so the agent never leaves someone stranded after a misheard word.

 

Whether you're planning your first voice agent or troubleshooting one that isn't landing right with users, this guide gives you the patterns, examples, and FAQ answers to get it working — and get it working well. Read on for the full breakdown, including the appendix on handling ambiguous input, verbal confirmations, and the most common pitfalls to avoid.

Version history
Last update:
an hour ago
Updated by:
Contributors