Supporting information for ServiceNow Otto for Financial Services Operations (FSO)
Get a quick overview of the important information that is related to the ServiceNow Otto for Financial Services Operations (FSO) application.
Supported user interfaces
AI skills in FSO are supported in the following user interfaces.
| Interface | Skill |
|---|---|
| Financial Services Workspace |
|
| Core UI | Case summarization |
| Customer 360 page and Interaction page in Agentic Contact Center for Banking |
|
| Customer 360 and Interaction page in Agentic Contact Center for Insurance |
|
| Portal | Disputes intake via Virtual Agent |
Financial Services Operations AI agent collection
The FSO AI agent collection (sn_fso_ai_agents) provides a shared library of AI agents for Financial Services Operations. The agents understand user-defined goals, formulate strategic plans, help human agents resolve cases, and autonomously execute tasks.
For a list of AI agents included in the collection, see AI capabilities in Financial Services Operations.
Query Orchestrator
Query Orchestrator (sn_qry_orchstr) provides a shared, reusable orchestration layer for AI agents across Financial Services Operations business domains. The Query Orchestrator breaks down complex questions into smaller, targeted sub-queries; routes each sub-query to the most appropriate data source; and aggregates the results
into a single structured response for the AI agent to use.
Query Orchestrator provides the following capabilities:
- Query decomposition
- Analyzes complex questions and breaks it into sub-queries that can each be answered independently.
- Intent classification
- Identifies each sub-query intent to determine how it should be handled and which data source is most appropriate.
- Source routing
- Maps each sub-query to the most appropriate data source based on the classified intent. Examples include Knowledge Base search for article lookups, or Knowledge Graph for entity and relationship data.
- Parallel execution
- Dispatches sub-queries to their assigned sources concurrently to minimize overall response latency.
- Response aggregation
- Collects results from all sources and merges them into a single structured payload for the AI agent.
- Structured output
- Returns results in a consistent, schema-defined format that the AI agent uses to generate a comprehensive answer in the ServiceNow Otto panel.