What Now Assist is
Now Assist is a set of AI capabilities embedded directly in ServiceNow — not a separate product. It uses generative AI (built on LLMs including Azure OpenAI models) to generate text, summarise content, suggest next steps, and write code. It is activated via plugins and operates within the existing platform context — no separate cloud service, no separate login.
Now Assist for ITSM
- Incident Summarisation — reads work notes and activity stream, generates a plain-language summary of what has been done and current status. Most valuable for L2/L3 engineers inheriting a ticket with 40 work notes.
- Resolution Notes Generation — suggests resolution notes based on incident details and work notes. Agent reviews and edits before saving.
- Chat Assist — AI-powered virtual agent conversations. Can resolve common requests autonomously.
Now Assist for Developers
- Code Generation — in the Script Editor, type a comment describing what you want, trigger generation. Works for GlideRecord queries, Business Rule logic, Client Scripts. Review everything before committing.
- Code Explanation — select code and ask Now Assist to explain it in plain English. Useful for understanding inherited scripts.
- Test Case Generation — generates ATF test cases based on script logic.
AI Search
Replaces keyword-based search with semantic understanding. Users type a question and get relevant knowledge articles, not a list of keyword matches. See the AI Search guide.
Licensing reality
Basic Now Assist capabilities come with the base platform on Washington DC and later. Advanced capabilities — higher usage limits, custom LLM configurations, some HRSD features — require the Now Assist add-on licence. Check your entitlements before promising specific features to stakeholders or building implementation plans.
Limitations to know before you commit
- Generated code does not know your instance's custom tables, fields, or business logic — always review
- Summarisation quality depends entirely on work note quality — garbage in, garbage out
- Not all languages are supported equally in AI Search
- AI-generated content requires human review before use in production automation
- Token/usage limits apply — high-volume instances may hit limits on summarisation
Related guides: Now Assist activation — step-by-step setup · Now Assist for ITSM — incident summarisation details · Code generation guide · AI Search guide
The four Now Assist capability areas
Now Assist for ITSM adds AI to incident, case, and problem management. Agents get real-time summarisation of long incident threads — clicking "Summarise" produces a coherent summary of all work notes and comments without reading every entry. Resolution note generation drafts the resolution note automatically when an agent resolves an incident, reducing the time to close. See Now Assist for ITSM for full details.
Now Assist for Developers embeds AI into the ServiceNow Script Editor and Flow Designer. Developers describe what a Business Rule or Script Include should do in plain English and the AI generates the code. Code explanation works in reverse — paste a script and get a plain-language description of what it does. See code generation guide.
AI Search replaces the platform's keyword-based search with semantic search that understands intent rather than matching exact words. A user typing "my computer keeps restarting" finds knowledge articles about Windows crash loops even if they never use those words. See AI Search guide.
Now Assist for HR Service Delivery applies the same summarisation and generation capabilities to HR cases — leave requests, onboarding tickets, benefits inquiries — reducing resolution time for HR teams handling high case volumes.
What Now Assist requires
Now Assist requires: the Xanadu release or later (see Xanadu new features), the appropriate Now Assist entitlement in your ServiceNow contract, plugin activation by an admin (see activation guide), and the now_assist_user role assigned to users who should have access. The AI model runs on ServiceNow's infrastructure — your data is not sent to a third-party AI provider unless you configure a third-party model connection explicitly.
Measuring Now Assist ROI
Before activating broadly, establish baseline metrics: average time for agents to write resolution notes, average ticket handling time, knowledge base search success rate (percentage of searches that result in a knowledge article view). Measure again at 30 and 90 days post-activation. The implementation guide covers this in detail — see Now Assist implementation strategy.
Now Assist roadmap and what is coming
ServiceNow is expanding Now Assist capabilities with every release. The publicly announced direction includes: broader autonomous agent capabilities through OTTO, expanded module coverage (Now Assist is expanding beyond ITSM and HRSD into Finance, Legal, and Supply Chain), and tighter integration with third-party AI models for organisations that want to bring their own LLM rather than using ServiceNow's. The Knowledge 2026 recap covers the specific announcements for the 2026–2027 roadmap.
For practitioners, the practical implication is that AI fluency is becoming a baseline expectation on the ServiceNow platform — not a specialisation. Understanding how to activate, configure, and govern Now Assist features is becoming part of the core admin and developer skillset, not an optional add-on. Invest in that knowledge now while most organisations are still early in their Now Assist journey — being ahead of the curve on AI capability is a career advantage that compounds as adoption accelerates.
Now Assist and the broader ServiceNow AI architecture
Now Assist sits within a layered AI architecture. At the foundation: RaptorDB's HTAP database engine provides the data performance layer that makes real-time AI features practical at scale. Above that: AI Search uses semantic indexing to make knowledge findable. Above that: Now Assist uses large language models to generate summaries, suggestions, and code. Above that: OTTO orchestrates multiple AI capabilities into autonomous multi-step workflows. Each layer builds on the one below. You cannot have effective Now Assist on a slow instance with poor data quality any more than you can build a tall building on a weak foundation.
The implication for implementation: do not skip the foundations. Clean data in the CMDB, well-written knowledge articles for AI Search, and well-structured work notes for Now Assist summarisation are prerequisites for AI quality, not optional improvements. Activate AI on top of good processes and good data; do not expect AI to compensate for poor ones.
Data privacy and residency with Now Assist
When Now Assist generates a summary or code suggestion, the relevant data (the incident work notes, the code snippet) is sent to ServiceNow's AI inference infrastructure. ServiceNow's data handling commitments — including where data is processed and how long it is retained — are documented in their Trust and Compliance materials (trust.servicenow.com). For organisations with strict data residency requirements (healthcare, government, EU data sovereignty), review these commitments against your organisation's data handling policy before activating. The AI Control Tower provides some governance controls — content filtering, usage policies — but the fundamental data flow (content leaves the instance for AI inference) is architecturally necessary for the feature to work.
Licence model overview
Now Assist is a separately licensed add-on — it is not included in the base ServiceNow ITSM or HRSD licence. ServiceNow typically licences Now Assist per-user (a set of named users or a pool of consumption credits depending on the commercial agreement). The cost per user varies significantly by contract size, negotiated terms, and which Now Assist features are included. Contact your ServiceNow account team for pricing specific to your contract. When evaluating the business case, compare the licence cost against the ROI metrics described in the implementation guide — time savings per ticket multiplied by ticket volume typically produces a compelling ROI calculation even at list price.
Getting started — the right sequence
The right activation sequence: start with the activation guide to confirm entitlement and activate plugins, then the ITSM guide for the first feature to roll out, then AI Search after your knowledge base quality has been reviewed, then code generation for your development team. This sequence — ITSM first, search second, code generation third — matches the value delivery timeline and the organisational readiness progression most implementations follow successfully.
Now Assist represents ServiceNow's most significant platform capability expansion since Flow Designer. Understanding what it does, how it works, and how to implement it well positions you ahead of most organisations that are still in the evaluation phase. The rest of the NowSpectrum Now Assist series — activation, ITSM, code generation, AI Search — provides the implementation depth to act on that understanding.
The ServiceNow Now Assist product page (servicenow.com/products/now-assist) is the authoritative source for feature availability, licensing, and release-specific updates. Now Assist capabilities change with every ServiceNow release — always check the current release documentation alongside this guide for the most accurate feature availability information for your instance version.
AI capabilities on the ServiceNow platform are evolving faster than most product categories. Staying current requires engaging with ServiceNow's official release communications, the community forums where practitioners share real-world findings, and knowledge resources like NowSpectrum that translate platform changes into practical implementation guidance. The investment pays dividends as each organisation that activates Now Assist ahead of their peers gains the operational efficiency improvements and the AI implementation experience that make subsequent capability rollouts faster.
Now Assist is ServiceNow's most significant product investment area in 2024–2026. Every major release adds capabilities, improves quality, and extends the reach of AI assistance across more platform modules. Practitioners who understand the current state deeply are better positioned to adopt new capabilities quickly as they mature. This overview provides the foundation; the feature-specific guides in the Now Assist series provide the implementation depth needed to activate and optimise each capability in production.