Combined ServiceNow Otto release notes for upgrades from Zurich to Australia

  • Release version: Australia
  • Updated August 11, 2026
  • 29 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Combined ServiceNow Otto Release Notes for Upgrades from Zurich to Australia

    This consolidated document provides ServiceNow customers with comprehensive release notes for upgrading ServiceNow Otto from the Zurich to Australia release version. It summarizes new features, changes, deprecations, and important upgrade information to help you prepare, implement, and optimize your ServiceNow Otto experience. The upgrade focuses on enhanced AI capabilities, security improvements, and usability enhancements across the ServiceNow AI Platform.

    Show full answer Show less

    Important Upgrade Considerations

    • Skill Execution and Customizations: Verify skill model availability and update any custom UI actions or code associated with ServiceNow Otto skills to ensure compatibility with new skill releases.
    • Read-Only Field Protections: Both Zurich and Australia releases introduce enhanced backend protections with a new readonlyoption field, allowing granular control over read-only fields while maintaining backward compatibility. Review custom client scripts using gform.setValue() or gform.clearValue() and adjust as per KB2718122.
    • Access Control Updates: Existing ACLs replace the generic 'admin' role with purpose-driven granular roles, and the getRoles() API is replaced by hasRole() for authorization checks. Update your scripts accordingly.
    • AI Guardian: Enabled by default to detect and log prompt injection attempts and offensive content across generative AI applications, with configurable blocking actions per skill.
    • Next Experience UI Framework: Must be enabled before using the Now Assist panel in both release versions.
    • Browser Support: Supported browsers include Google Chrome and Microsoft Edge; Internet Explorer is not supported.

    Key Features Introduced

    • Rebranding: Now Assist has been rebranded as ServiceNow Otto, reflecting a unified AI experience brand across products without changes to entitlements.
    • ServiceNow Otto Panel Enhancements: Supports streaming responses, synchronous and asynchronous workflows, multi-skill mapping with visual tags, and customizable skill activation controls.
    • Prompt Library: Browse, select, and save reusable prompt templates accessible from the omnibar for faster, consistent AI interactions.
    • Visual Q&A and Document Upload: Upload images, screenshots, documents, and Box files directly into conversations for AI-generated answers and content extraction without leaving context.
    • AI Skill Management: Archive deprecated skills, configure granular role masking, and control skill usage with limit-based alerts and custom integrations.
    • Agentic Workflows: Initiate and manage agentic workflows within Google Chat integration.
    • Advanced Search and Chat Features: Rich conversational experiences with synthesized responses citing knowledge sources, follow-up questions from search results, voice input for hands-free interaction, and multi-view content browsing within chats.
    • Knowledge Management Improvements: Merge duplicate articles, generate high-quality knowledge articles using ServiceNow Otto context menus, and utilize AI-powered Reading Ease scans for article optimization.
    • Security and Compliance: Support for third-party guardrails with providers like Microsoft Azure, Amazon Bedrock, and Google Model Armor enhances content moderation and compliance monitoring.
    • Multilingual Service: Manage default and supported languages for translation capabilities across AI applications.
    • ServiceNow AI Platform Licensing Tiers: Foundation, Advanced, and Prime tiers provide increasing levels of AI agents and skills, including autonomous capabilities and customization options.

    Changes and Deprecations

    • Model Provider Default: The default model provider for new or inactive AI assets has shifted from the Now LLM Service to third-party LLMs, while existing configurations remain unchanged.
    • Conversation and Usage Measurement Enhancements: Improved dashboards, legends, and data tables provide clearer insights into assist consumption and remediation effort estimations.
    • Feature Removals and Deprecations: Minimal changes; for example, the "Select Use Case" dropdown was removed from the Agentic AI - ITSM tab in Zurich Patch 5. No removals reported in Australia.

    Activation and Additional Requirements

    • Activation of Now Assist features requires enabling appropriate plugins available from the ServiceNow Store or product documentation.
    • The Next Experience UI Framework must be enabled prior to using the Now Assist panel.
    • Ensure browser compatibility with supported versions of Google Chrome or Microsoft Edge.

    Accessibility and Localization

    • Voice Input: An optional voice-to-text input setting is available to facilitate accessibility for users with mobility impairments, low vision, or other needs.
    • Dynamic Translation: Supported for both Zurich and Australia releases to facilitate multilingual AI interactions.

    Practical Benefits for ServiceNow Customers

    • Enhanced security and compliance with granular role controls and AI Guardian protections.
    • Improved

    Consolidated page of all release notes for ServiceNow Otto from Zurich to Australia.

    How to use this page

    To help you prepare for your upgrade, we have combined the cross-family ServiceNow Otto release notes onto one page. Read this summary of the new features, changes, and updated information for your product from Zurich to Australia.

    Tip:
    If there were no updates for a release notes section in a certain family release, we included a short note for your reference. For example, if a product did not have any updates in Tokyo, the row says "No updates for this release."

    Important information for upgrading ServiceNow Otto to Australia

    Before you upgrade to Australia, review these pre- and post-upgrade tasks and complete the tasks as needed.

    Release Release notes

    Zurich

    Customers who have not opted into third-party, large language models may be routed to them during skill execution. If the new model is not provisioned or available in your environment, this will result in skill execution failures. Check the models your skills use within ServiceNow Otto admin console.

    If you customized UI actions or other items that are associated with ServiceNow Otto skills, confirm that your customized code is updated with the new skill releases. Otherwise, certain functions might not work as expected.

    If you run into issues when you're upgrading a ServiceNow Otto product, see the Issues and mitigation for Now Assist (Generative AI) Applications and Plugin updates [KB1637452] article in the Now Support Knowledge Base. Log in to view the article.

    The Zurich release introduces enhanced protections for read‑only fields across the ServiceNow® AI Platform. These changes include a new “read_only_option” field with granular control levels, including “strict_read_only” and “client_script_modifiable". The changes occur in the back-end and maintain backward‑compatible behavior. This update helps strengthen your instance security while preserving the flexibility you need. If you have custom client scripts that modify ServiceNow® ‑owned read‑only fields using g_form.setValue() or g_form.clearValue(), refer to KB2718122. This article provides additional technical details on how to identify affected fields and adjust their settings.

    The existing Access Control Lists (ACLs) will be updated to replace the 'admin' role with specific, purpose-driven granular roles within scripts or security attributes. As part of this update, the getRoles() API will be replaced with the hasRole() API for authorization purposes. Additionally, all references to the 'admin' role in the code will be substituted with the new feature-specific granular roles for authorization use cases. Read https://www.servicenow.com/docs/r/platform-security/granular-admin-roles.html to learn more.

    Australia

    If you customized actions on the user interface or other items that are associated with ServiceNow Otto skills, confirm that your customized code is updated with the new skill releases. Otherwise, certain functions might not work as expected.

    If you run into issues when you're upgrading a ServiceNow Otto product, see the Issues and mitigation for Now Assist (generative AI) Applications and Plugin updates [KB1637452] article in the Now Support Knowledge Base. Log in to view the article.

    The Australia release introduces enhanced protections for read‑only fields across the ServiceNow AI Platform. These changes include a new read_only_option field with granular control levels, including strict_read_only and client_script_modifiable. The changes occur in the back end and maintain backward‑compatible behavior. This update helps strengthen instance security while preserving flexibility. If you have custom client scripts that modify read‑only fields using g_form.setValue() or g_form.clearValue(), refer to the KB2718122 article in the Now Support Knowledge Base to identify affected fields and adjust the settings.

    The existing access control lists (ACLs) have been updated to replace the admin role with purpose-driven granular roles within scripts or security attributes. As part of this update, the getRoles() API is replaced with the hasRole() API for authorization purposes. Additionally, all references to the admin role in the code have been substituted with the granular roles for authorization use cases. For more information, see Granular admin roles.

    New features

    Between your current release family and Australia, new features were introduced for ServiceNow Otto.

    Release Release notes

    Zurich

    Zurich Patch 12
    ServiceNow Otto Approval assistance AI agent
    Starting with Zurich Patch 12, Now Assist is now ServiceNow Otto. ServiceNow Otto is the new AI experience brand. This change is reflected in the name of ServiceNow products, including Platform Approval assistance AI agent. Your product entitlements remain unchanged. Check your entitlements to determine your access to specific features.
    Request status AI agent
    ServiceNow Otto is the new AI experience brand. This change is reflected in the name of ServiceNow products, including Platform Request status AI agent. Your product entitlements remain unchanged. Check your entitlements to determine your access to specific features.
    AI skill details
    Map multiple skills under subsections and display all applicable products per common skill with distinct visual tags. A visual indicator will mark skills as common, based on schema data.
    Install plugins for ServiceNow Otto
    Control default activation of skills configured for auto-activating when installed or updated. Review the skills active by default and, activate or deactivate them individually.
    ServiceNow Otto panel
    Enable streaming responses and unified surface operations to deliver faster, more reliable ServiceNow Otto® interactions. Support both synchronous and asynchronous workflows while maintaining compatibility with various LLM providers.
    Zurich Patch 11
    Prompt library
    Browse and select from promoted prompt templates or save your own custom prompts, eliminating the need to retype frequently-used prompts within your chats. Access your reusable templates instantly from the omnibar for faster, more consistent conversations.
    Archive an AI skill
    Find the Deprecated skills option in the navigation pane within AI Admin Hub to view skills deprecated by business unit, unavailable for use and no longer supported by ServiceNow.
    Zurich Patch 10
    Now Assist Guardian enabled by default
    Detect and log prompt injection attempts across all generative AI applications and features, and offensive content in supported Now Assist skills, by default. You can configure AI Guardian to block AI-generated responses when an attempt is detected.
    Using AI Admin Hub
    Explore additional user interface tabs of a Now Assist skill within a selected workflow. Access the usage and analytics of that skill. You can also view and manage the security and governance details of the selected skills.
    Configure prompt injection detection for Now Assist skills
    Set the prompt injection detection action and severity level for Now Assist skills. Prompt injection detection is enabled by default for all Now Assist skills, except Platform skills and custom skills. When a skill has its own setting, AI Guardian automatically applies the more protective of the two settings, the skill-level setting or the instance-level setting.
    Visual Q&A in Now Assist
    Upload screenshots, error images, or documents in the Now Assist panel and get AI-generated answers about their content without leaving your current context.
    Catalog experience
    Navigate away from a catalog form mid-completion and a modal appears asking whether you want to stay or leave, preventing accidental loss of your work. After you submit a catalog item, you can select View Details to open the submitted record.
    Enhancements
    Switch between multiple interactive views — such as knowledge articles, catalogs, and org charts — within a single conversation using a new dropdown in the Now Assist panel. When more than six promoted topics are available, you can select a category on the topic menu to see all of them at once.
    Image and document upload
    Upload images and screenshots directly into the Now Assist panel as part of your conversation and Now Assist interprets the visual content to answer your questions or generate summaries.
    Maintain and display the right context
    Open the Now Assist panel while working on an incident record and you automatically see the most recent conversation tied to that incident. You can continue chatting about the incident or switch to unrelated topics in the same session, keeping your work in context without losing your place.
    Post-chat surveys in premium chat
    Collect user feedback in premium chats through post-chat surveys that trigger on agent task completion instead of waiting for a chat-end event. When an agent completes a task in an agentic flow, the survey can surface based on a configured probability, enabling you to gather insights that were previously unavailable.
    Using AI Admin Hub
    Explore the archive option from navigation pane within AI Admin Hub and archive custom and copies of Now Assist skills.
    Zurich Patch 8
    Clarifying questions for unclear requests
    Get precise, relevant answers from Now Assist panel premium chat even when your request is unclear, as the assistant asks you a targeted clarifying question before responding instead of returning an overwhelming list of results. When the assistant is confident it understands your request, it responds immediately without interrupting the conversation.
    Upload documents
    Upload documents directly into a Now Assist panel conversation during topic, skill, catalog, or agent execution, and let the assistant extract information from them to automatically fill in required fields, answer questions, and keep the conversation moving. Uploaded document context is retained for the duration of the session and cleared when the session ends to protect your data.
    Response feedback
    Provide more detailed feedback on Now Assist panel responses by selecting thumbs up or thumbs down, then choosing from configurable checkbox options or adding your own comments to explain exactly what was helpful or what fell short. Your feedback is captured and made available through analytics dashboards, helping admins continuously improve the quality of responses you receive.
    Start premium chat from any page
    Start a Now Assist panel premium chat from any page in the Employee Hub with a single click, without interrupting existing workflows. You can upload files, toggle web search on or off, and receive a personalized greeting with promoted topics when opening a new conversation.
    Synthesized results in chat experience
    Get concise, grounded answers to your natural language questions in Now Assist panel premium chat, with inline citations linking to the knowledge articles, actions, and catalogs used to generate the response. You can ask follow-up questions within the same context, explore sources in the side panel, and see clear messaging if results are limited or unavailable.
    Search results side panel
    View search citations and related results in a collapsible side panel that appears alongside your Now Assist panel premium chat responses, so you can explore sources without leaving the conversation. You can select any internal source to open it in the background, browse external results in a new tab, and close the panel at any time to return to the full chat view.
    Primitives and widgets
    View rich, responsive content inline in your Now Assist panel premium chat conversation, including people profiles, org charts, record cards, and record summaries that match the look and feel of your portal. You can also access org charts and people information directly through natural language — for example, by typing "show me the org chart for John Smith" — without leaving the conversation.
    Voice Input
    Use your voice to send prompts in Now Assist panel premium chats by selecting the microphone button in the input bar, which transcribes your speech to text so you can interact with the assistant hands-free. You can enable or disable voice input through your personal preferences, and your admin can also turn it on or off at the assistant level through Assistant Designer.
    Search enhancements
    Get cleaner, more organized search results in Now Assist panel premium chat, with single records displayed as cards and multiple records displayed as tables. You can switch between multiple interactive views in a conversation using a dropdown and use a back button to return to previously viewed content.
    Transition from chat to full search results
    Access the full search results page directly from your Now Assist panel premium chat response by selecting the "Full search experience" link in the sources and more panel. The search results page opens with your original search term already populated, so you can explore the complete set of results without having to retype your query.
    Follow-up questions from search results
    Ask follow-up questions in Now Assist panel premium chat directly from your workspace search results by selecting the "Ask a follow-up" button, which opens a new conversation with the relevant search context already loaded. You can continue exploring a topic conversationally without having to re-enter your query or switch between search and chat.
    Record-specific context
    Get more relevant responses from Now Assist panel premium chat when you're working on a record, as conversations started from a record page are automatically aware of that record's context. You no longer need to manually describe what you're working on — the assistant understands it from the start.
    Upgrade Now Assist panel
    Upgrade your Now Assist panel experience to premium chat without losing your active conversations, as any conversations in progress remain accessible until you refresh the page. When you open premium chat for the first time after the upgrade, a summary of what's new helps you quickly get familiar with the latest capabilities.
    Zurich Patch 7
    Manage version
    Review the summary, alerts, and notifications regarding changes in model provider version states as they are deprecated or retired.
    Send information from panel conversations
    Send information from Now Assist panel conversations directly to relevant fields on incident pages using action buttons. You don't have to manually copy and paste content between Now Assist panel conversations and the incident form.
    Maintain context across tabs
    Automatically see the most recent Now Assist panel conversation for an incident when you switch between incident tabs. Now Assist panel remembers which conversation belongs to which incident and displays it when you return to that incident.
    Configure supported record types
    Configure which record types will support Now Assist panel context switching. This enables teams to customize the Now Assist panel experience based on a business unit’s workflow and use cases.
    ServiceNow Otto panel
    View your Now Assist panel chat history grouped by incident record. Agent conversations related to a specific incident are grouped together rather than organized chronologically, making them easier to find.
    Chat history panel enhancements
    View the correct conversation history when you navigate between different incident records.
    Send information to Agent Chat conversation
    Send information directly from a Now Assist panel conversation to an agent chat conversation. This makes it easier to collaborate and share helpful information during incident resolution.
    Build custom integrations
    Build custom Now Assist panel integrations that are tailored to specific business needs by passing custom context data in any format when initiating Now Assist panel conversations or executing skills.
    Enhanced content detection with third-party guardrails
    AI Guardian supports third-party service provider guardrails, such as Microsoft Azure, Amazon Bedrock, and Google Model Armor so that any inappropriate content is logged and blocked during content generation. This gives you the flexibility to choose the detection provider that best aligns with your existing cloud infrastructure.
    Post-chat surveys in enhanced chat
    Collect user feedback in enhanced chats through post-chat surveys that trigger on agent task completion instead of waiting for a chat-end event. When an agent completes a task in an agentic flow, the survey can surface based on a configured probability, enabling you to gather insights that were previously unavailable.
    Zurich Patch 6
    Requester Approval Checklist
    The Requester Approval Checklist skill in the ServiceNow AI Platform® generates a structured checklist by mapping real-time request data against your organization’s knowledge articles.
    Note:
    The skill is on by default.
    Zurich Patch 5
    New system properties for the Now Assist Readiness Evaluation app
    • Reduce performance issues when a large volume of data is assessed with the sn_assess.assessment_limit system property.
    • Customize the estimated remediation effort for select efforts with the sn_assess.effort_visibility system property. Setting this system property to true turns on the Remediation properties tab in the Now Assist Readiness Evaluation dashboard.
    • Decide the maximum number of records to process for the ITSM assessment with the sn_assess.task_limit system property.
    Zurich Patch 4
    Manage version

    Manage the versions of model providers across various skill groups and instance levels in Now Assist. You can modify and update versions for both base system and custom skills.

    Skills
    Unlock the benefits of the Now Assist Fulfiller subscription to be able to explore and activate all the skills available in the system from AI Admin Hub.
    Role masking

    Define roles within role restrictions for individual skills in AI Admin Hub to enforce resource access restrictions when a skill is invoked. This feature promotes precise control over the resources that can be accessed, like data and APIs.

    Overview tab in AI Admin Hub
    Share your experience in the Now Assist journey by providing feedback when prompted.
    Voice input setting automatically activated

    Activate the Now Assist panel to automatically turn on the voice input setting, which is now located on the Assistants page.

    Now Assist panel
    Request additional information or clarification by asking a follow-up question in the Now Assist panel.
    Synthesized Now Assist responses
    View synthesized Now Assist responses from within Google Chat to have a richer conversational experience.
    Now Assist support in article optimization
    Improve the quality and health of your knowledge articles by using Now Assist based Article Optimization in the Knowledge Center. Scan knowledge articles and get instant, actionable feedback.
    Use Now Assist to identify knowledge gaps
    Identify and fill potential knowledge gaps proactively, including missing knowledge articles and recurring issues that lack or have an incomplete knowledge article.
    Agentic workflows from within Google Chat
    Initiate and view agentic workflows from within Google Chat.
    Monitor sensitive topic invocations
    Access the Gen AI Metrics [sys_generative_ai_metric] table to review the logged invocations of sensitive topics and gain insights into how these topics are being triggered and monitored.
    Long term stable models
    Long term stable (LTS) models are part of Now LLM Service and provide longer model stability windows for regulated industries. These models can integrate with tools to provide governance, monitoring, and compliance controls.
    Create multiple ServiceNow Otto context menu skill configurations
    You can now have multiple Now Assist context menu configurations on the same record form and field. You just have to create the required configuration and add to the form or field.
    Generate KB article with ServiceNow Otto context menu
    Using the Now Assist Context Menu open prompt inline and pop-over variant you can quickly produce high-quality, accurate, and lucid knowledge articles, saving time and improving support in Knowledge Management.
    Zurich Patch 2
    AI Readiness Evaluation

    Use the Now Assist Readiness Evaluation app to help you evaluate your organization's readiness to implement agentic and generative AI Now Assist capabilities.

    Assessments for agentic AI include:

    • IT Service Management (ITSM)
    • Customer Service Management (CSM)

    Assessments for generative AI include:

    • AI Search
    • Virtual Agent (VA)
    • IT Service Management (ITSM)
    • Customer Service Management (CSM)
    • HR Service Delivery (HRSD)

    The results shown are estimates. You should evaluate results provided by Now Assist Readiness Evaluation for accuracy and appropriateness for your use case.

    Zurich Patch 1
    Improve Docs content in Strategic Portfolio Management with ServiceNow Otto context menu for SPM
    Implement the open prompt capability to enhance your ability to add additional context and generate accurate content with Now Assist context menu.

    This feature enables interactive conversations with both supported ServiceNow® generative AI skills and custom-built skills.

    Configure skills with custom prompts for knowledge article templates
    As an admin, clone the KB generation skill and update prompts for AI model providers. This feature helps the agent use custom templates and custom prompts to generate knowledge articles with Now Assist from single and multiple knowledge bases.
    Manage AI models
    Choose and update your preferred LLM provider at the instance, skill, or skill group level for Now Assist base system skills.

    Deactivate skills that aren't compatible with any of the LLM providers and access the audit history to view updates by the AI steward in AI Control Tower.

    Configure multilingual service for Now Assist applications
    Manage the default and supported languages by the different LLM providers under Multilingual service for translation.
    Configure email reply recommendation
    Access citations to the articles referenced from the Knowledge Base. Explore references and insert the generated reply to your email.
    ServiceNow Otto panel
    Use the enhanced Now Assist panel for an intuitive and personalized experience. The updated Now Assist panel can be resized and moved anywhere on the ServiceNow AI Platform.
    AI Guardian supports third-party LLMs
    Extend guardrail support to third-party LLMs, such as Amazon Bedrock, Google Cloud Vertex AI studio, Google AI studio, and Azure OpenAI, to verify that any inappropriate content is logged and blocked during content generation.
    Increase the maximum response token limit for custom skills
    Increase the maximum response token limit for a Now Assist custom skill beyond the default value of 1000. This ability supports dynamic pricing based on output tokens and calculates the price for each skill executed per assist.

    Australia

    Australia Patch 5
    Approval assistance AI agent
    ServiceNow Otto® is the new AI experience brand. This change is reflected in the name of ServiceNow products, including Platform Approval Assistance AI agent. Your product entitlements remain unchanged. Check your entitlements to determine your access to specific features.
    Request status AI agent
    ServiceNow Otto® is the new AI experience brand. This change is reflected in the name of ServiceNow products, including Platform Request status AI agent. Your product entitlements remain unchanged. Check your entitlements to determine your access to specific features.
    ServiceNow Otto panel
    Enable streaming responses and unified surface operations to deliver faster, more reliable ServiceNow Otto® interactions. Support both synchronous and asynchronous workflows while maintaining compatibility with various LLM providers.
    AI skill details
    Map multiple skills under subsections and display all applicable products per common skill with distinct visual tags. A visual indicator will mark skills as common, based on schema data.
    Install plugins for ServiceNow Otto
    Control default activation of skills configured for auto-activating when installed or updated. Review the skills active by default and, activate or deactivate them individually.
    Usage alerts
    Establish limit-based alert rules at the skill level to oversee assist consumption and skill execution counts. This solution seeks to prevent resource exhaustion, and offer clear insights via an alerts feed and rule management interface.
    Australia Patch 4
    Prompt library
    Browse and select from promoted prompt templates or save your own custom prompts, eliminating the need to retype frequently-used prompts within your chats. Access your reusable templates instantly from the omnibar for faster, more consistent conversations.
    Archive an AI skill
    Find the Deprecated skills option in the navigation pane within AI Admin Hub to view skills deprecated by business unit, unavailable for use and no longer supported by ServiceNow.
    Australia Patch 3
    Create knowledge articles using AI and Box
    The Knowledge Center now integrates with Box. This integration enables authors to use stored files as a source for generating knowledge articles with Now Assist.
    Now Assist Guardian enabled by default
    Detect and log prompt injection attempts across all generative AI applications and features, and offensive content in supported Now Assist skills, by default. You can configure AI Guardian to block AI-generated responses when an attempt is detected.
    Using AI Admin Hub
    Explore additional user interface tabs of a Now Assist skill within a selected workflow. Access the usage and analytics of that skill. You can also view and manage the security and governance details of the selected skills.
    Create knowledge articles using AI and Box
    Knowledge Center integrates with Box, enabling authors to use stored files as a source for generating knowledge articles with Now Assist.
    Article Optimization with Reading Ease scan
    The AI-based Reading Ease scan, integrated into the article optimization feature of Knowledge Center, scans articles for readability, provides actionable recommendations, and supports ongoing article improvement.
    Configure prompt injection detection for Now Assist skills
    Set the prompt injection detection action and severity level for Now Assist skills. Prompt injection detection is enabled by default for all Now Assist skills, except Platform skills and custom skills. When a skill has its own setting, AI Guardian automatically applies the more protective of the two settings, the skill-level setting or the instance-level setting.
    Visual Q&A in Now Assist
    Upload screenshots, error images, or documents in the Now Assist panel and get AI-generated answers about content without leaving your current context.
    Catalog experience
    Navigate away from a catalog form mid-completion and a modal appears asking whether you want to stay or leave, preventing accidental loss of your work. After you submit a catalog item, you can select View Details to open the submitted record.
    Enhancements
    Switch between multiple interactive views — such as knowledge articles, catalogs, and org charts — within a single conversation using a new dropdown in the Now Assist panel. When more than six promoted topics are available, you can select a category on the topic menu to see all of them at once.
    Image and document upload
    Upload images and screenshots directly into the Now Assist panel as part of your conversation and the Now Assist interprets the visual content to answer your questions or generate summaries.
    Maintain and display the right context
    Open the Now Assist panel while working on an incident record and you automatically see the most recent conversation tied to that incident. You can continue chatting about the incident or switch to unrelated topics in the same session, keeping your work in context without losing your place.
    Using AI Admin Hub
    Explore the archive option from navigation pane within AI Admin Hub and archive custom and copies of Now Assist skills.
    Post-chat surveys
    Collect user feedback in premium chats through post-chat surveys that trigger on agent task completion instead of waiting for a chat-end event. When an agent completes a task in an agentic flow, the survey can surface based on a configured probability, enabling you to gather insights that were previously unavailable.
    ServiceNow product tiers
    The ServiceNow AI Platform now brings you an AI native experience with three licensing tiers available:
    • Foundation: AI agents and skills to deliver insights
    • Advanced: AI agents and skills to boost productivity across relevant use cases
    • Prime: Act autonomously with all AI agents and skills, and create your own
    Merge duplicate articles
    Use Now Assist in Knowledge Management to merge selected duplicate knowledge articles into a single consolidated article, preserving references to the original sources and maintaining a high‑quality, well‑organized knowledge base.

    Changes

    Between your current release family and Australia, some changes were made to existing ServiceNow Otto features.

    Release Release notes

    Zurich

    Zurich Patch 5
    Changes to Now Assist usage measurement
    Use
    • View the updated legend that now includes None-XXL estimated remediation efforts along with assessment icon explanations.
    • Understand estimated remediation efforts more clearly now that blocker areas are included in the estimated remediation efforts and non-blocker observations are not included in estimated remediation efforts.
    • Select any widget on the Agentic AI- Assessment dashboard and Now Assist assessment dashboard tabs to open that widget's data table in a separate tab.
    Zurich Patch 4
    Zurich Patch 1
    Configure multilingual service for Now Assist applications
    Enable translation settings is now a multilingual service in the AI Admin Hub console.

    Australia

    Conversational Help
    The discovery of Conversational Help Skills from the Now Assist panel is no longer configured as auto-enabled.
    Default model provider updated to third-party LLM
    The Now LLM Service is no longer the default model provider for new or inactive AI assets. A third-party LLM is now selected by default, while existing configurations using the Now LLM Service continue unchanged. The Now LLM Service is still available for manual selection.

    Removed

    Between your current release family and Australia, some ServiceNow Otto features or functionality were removed.

    Release Release notes

    Zurich

    No updates for this release.

    Australia

    No updates for this release.

    Deprecations

    Between your current release family and Australia, some ServiceNow Otto features or functionality were deprecated.

    Release Release notes

    Zurich

    • In Patch 5, the Select Use Case drop-down menu was removed from the Agentic AI - ITSM tab.

    Australia

    No updates for this release.

    Activation information

    Review information on how to activate ServiceNow Otto.

    Release Release notes

    Zurich

    Zurich Patch 4
    Skills
    Now Assist features are available with activation of any Now Assist plugin from ServiceNow Store.

    Australia

    Skills
    Now Assist features are available with activation of any Now Assist plugin from https://www.servicenow.com/docs/access?context=external.sn-app-store&family=australia&ft:locale=en-US.

    Additional requirements

    If any additional requirements were introduced or changed for ServiceNow Otto we have noted them here.

    Release Release notes

    Zurich

    The Next Experience UI Framework must be enabled before you can use the Now Assist panel.

    Australia

    The Next Experience UI Framework must be enabled before you can use the Now Assist panel.

    Browser requirements

    If any specific browser requirements were introduced or changed for ServiceNow Otto we have noted them here.

    Release Release notes

    Zurich

    Now Assist supports various browsers, including Google Chrome and Microsoft Edge. Now Assist isn’t supported in Internet Explorer.

    Australia

    Now Assist supports various browsers, including Google Chrome and Microsoft Edge. Now Assist isn’t supported in Internet Explorer.

    Accessibility information

    Review details on accessibility information for ServiceNow Otto, such as specific requirements or compliance levels.

    Release Release notes

    Zurich

    Zurich Patch 4
    Voice Input in Now Assist
    Administrators can enable an optional voice input setting for the Now Assist panel in the AI Admin Hub console. This feature, Voice Input, gives users a voice-to-text input option to access the Now Assist skills in the panel in any supported language. Voice Input helps users with mobility impairments access generative AI skills without using a keyboard. This feature can also be useful to blind or low-vision users, neurodivergent users, non-native language speakers, or users using hand-held devices on the go, such as field service agents.

    Once enabled, Voice Input can be changed using the individual user accessibility preferences. See Configure accessibility preferences for more information.

    Australia

    No updates for this release.

    Localization information

    If there are specific localization considerations for ServiceNow Otto we have noted them here.

    Release Release notes

    Zurich

    Now Assist supports Dynamic Translation for Zurich.

    Australia

    Now Assist supports Dynamic Translation for Australia.

    Highlight information

    If there are specific highlight considerations for ServiceNow Otto we have noted them here.

    Release Release notes

    Zurich

    Zurich Patch 12
    • Starting with Zurich Patch 12, Now Assist is now ServiceNow Otto. ServiceNow Otto is the new AI experience brand. This change is reflected in the name of ServiceNow products. Your product entitlements remain unchanged. Check your entitlements to determine your access to specific features.
    Zurich Patch 10
    • AI Guardian is enabled by default and detects prompt injection attempts and offensive content without manual activation.
    • Configure prompt injection detection separately for each Now Assist skill.
    Zurich Patch 8
    • Now Assist panel premium chat gives you a full-featured AI assistant experience with support for file uploads, web search, agentic workflows, and voice input — so you can get answers, take action on records, and complete complex tasks without leaving your current context.
    • Get accurate results without having to repeat yourself or correct a wrong action because Now Assist now recognizes when your request needs clarification and asks a focused follow-up question before acting.
    • Upload documents directly in your Now Assist panel conversation and Now Assist automatically extracts the relevant information to fill in required fields, answer your questions, and keep the conversation moving without switching modes or restarting the flow.
    • Select specific reasons when you give a thumbs up or thumbs down to a Now Assist response, so your feedback is more meaningful and helps improve future responses.
    Zurich Patch 7
    • Explore revamped Manage AI models option within AI Admin Hub for managing and configuring model providers, and updating model provider versions.
    • Select a record from the Now Assist context menu inline citation to navigate directly to the record page, where the referenced section will be highlighted for easy identification.
    • View all AI-generated content, now visually highlighted for easier recognition.
    • Set the minimum word count required for the Now Assist icon to appear, allowing you to control when the icon is displayed based on content length.
    Zurich Patch 5
    • Review changes to Now Assist usage measurement.
    • View improved legend and icon descriptions for the Now Assist Readiness Evaluation app.
    • Work with new system properties to improve performance and customization within the Now Assist Readiness Evaluation app.
    Zurich Patch 4
    • Some Now Assist skills, agents, and agentic workflows are now turned on by default.
    • Select your preferred integration type, either Bring Your Own Key (BYOK) or Original Equipment Manufacturer (OEM), for the configuration of the available model providers within AI Admin Hub.
    • Explore the Data and Analytics workflow skills under Now Assist skills within AI Admin Hub.
    • Adopt AI responsibly and minimize operational and compliance risks by configuring and subscribing to Long Term Stable Models (LTS) as a model provider in AI Admin Hub.
    • Ask a follow-up question in the Now Assist panel for additional information or clarification.
    • Experience an enhanced conversational interaction by viewing synthesized Now Assist responses from within Google Chat.
    • Initiate and view agentic workflows from within Google Chat.
    • Use the Now Assist context menu open prompt feature to create and edit knowledge articles.
    • Use Advanced settings to add conditions to hide or show the Now Assist Context Menu quick actions.
    • Create multiple Now Assist context menu configurations for the same field.
    • Use the Enable for extended tables option in parent table configuration, to enable or disable the inheritance model for the child table configurations.
    Zurich Patch 2
    • Use the Now Assist Readiness Evaluation app to automate the implementation assessment process before implementing Now Assist agentic and generative AI.
    Zurich Patch 1
    • Enable administrators to set up a security Access Control Lists (ACLs) that checks user authentication for Now Assist context menu skills and new setup options. This feature gives them control over who can use Now Assist context menu skills and actions, as well as built-in options like shorten, elaborate, and change tone.
    • Use the Open Prompt Capability available in ServiceNow Otto for Strategic Portfolio Management to ask questions and refine generated content through open-ended queries.
    Zurich
    • Use Google Gemini and Anthropic Claude on AWS as AI model providers for generative AI skills and AI agents, in addition to Now LLM Service and Azure OpenAI.
    • Select your preferred large language model (LLM) provider for Now Assist base system skills. Apart from Now LLM Service, the platform supports Azure OpenAI GPT-4.1 and GPT-4.1 mini, Google Gemini 2.5 Flash and 2.5 Pro, and AWS Anthropic Claude 3.7 Sonnet LLM providers with ServiceNow® third-party model strategy.
    • Suppress the modeless window for a custom Now Assist context menu event.
    • View numbered citations and links to the information sources when you use the Now Assist context menu for email reply recommendation.

    See AI Admin Hub for more information.

    Australia

    Australia Patch 5
    • ServiceNow Otto® is the new AI experience brand. This change is reflected in the name of ServiceNow products. Your product entitlements remain unchanged. Check your entitlements to determine your access to specific features.
    Australia Patch 3
    • AI Guardian is enabled by default and detects prompt injection attempts and offensive content without manual activation.
    • Configure prompt injection detection separately for each Now Assist skill.
    • Create knowledge articles from Now Assist using files stored in Box.
    • Improve the clarity and accessibility of your articles with the AI-powered prompt Reading Ease scan.
    Merge duplicate articles
    Merge selected duplicate knowledge articles into a new consolidated article using Now Assist in Knowledge Management. The merge preserves references to source articles and helps maintain a clean, high‑quality knowledge base.