Get In Touch
Our customer support team is available for help.
NetSuite AI

Availability last checked: August 27, 2026.
NetSuite now ships AI across more than two dozen features, from a conversational assistant to background machine-learning models most users never see directly. Some of it is included with every license. Some requires a separate SuiteApp purchase. Some is only reaching accounts in a phased rollout tied to NetSuite 2026.2 and NetSuite Next.
This page classifies what actually exists today, what it costs in AI Units or purchase terms, and what to check before you plan around it.
NetSuite AI is the umbrella term for artificial intelligence built into or connected to the NetSuite platform. Oracle groups it into a few practical categories: generative AI features that read and write text (Ask Oracle, Text Enhance, Case Summary, and similar), SuiteScript AI modules developers build on (N/llm, document capture, machine translation), skills and agents (Ask Oracle Skills, SuiteCloud Agent Skills), background machine-learning features that don’t generate text (exception detection, payment-date prediction), and AI-assisted analytics inside NetSuite Analytics Warehouse and Planning and Budgeting.
None of this is one product with one price. Some of it is included in a standard license, some is a separate purchase, and Ask Oracle specifically is still arriving through NetSuite Next’s phased rollout. The rest of this page classifies which is which, what each feature is for, and what it means for the people who’d actually use it.
Every feature below is classified using one consistent vocabulary:
Every AI Units figure Oracle publishes is explicitly labeled an estimate on its own documentation, and this page repeats that qualification rather than presenting the numbers as fixed costs. Where Oracle’s public documentation doesn’t state a fact precisely enough to publish (a region list, an eligibility rule, an exact rollout date), that field says “Requires vendor confirmation” instead of guessing.
For a full breakdown of allowances, monitoring, and pilot cost planning, see our NetSuite AI Units guide.
One documented update, auto-logging field-technician time entries and letting technicians upload files from a mobile device, is not covered on this page. It’s plain automation, not generative or machine-learning AI, so it falls outside this page’s scope rather than being an oversight.
Six categories cover everything on this page. Use this table to jump to the one relevant to you; the full feature-by-feature detail lives in each section below, not repeated here.
| Category | What it covers | Most relevant to | Detailed section |
|---|---|---|---|
| Ask Oracle, skills and agents | Conversational AI assistant, plus reusable skills for repeat questions | Finance, AR/AP, close, executives | Jump to section |
| Standard generative AI | Native text, summary, and matching features included in a license | Support, finance, sales ops | Jump to section |
| Purchased modules and SuiteApps | Add-on AI features requiring a separate purchase | Compliance, AP automation, CPQ, subscription billing | Jump to section |
| Developer and integration AI | Building blocks for custom scripts and external AI connections | Developers, integration architects | Jump to section |
| Machine-learning capabilities | Background prediction and anomaly detection, no text generation | Operations, supply chain, AR | Jump to section |
| EPM and analytics AI | AI inside NetSuite Analytics Warehouse and Planning and Budgeting | FP&A, analytics teams | Jump to section |
Ask Oracle is a conversational AI assistant built into NetSuite Next. Oracle describes it as working “alongside you” and understanding “your data, workflows, roles, and permissions,” and confirms it does not browse the public internet, it only works within your NetSuite instance and the configured AI model. It’s included with a NetSuite license rather than sold separately.
That doesn’t mean every account has it today: NetSuite Next itself is in a phased rollout tied to the NetSuite 2026.2 release, and Oracle’s own FAQ states plainly that “these features may not yet be available in your account.” Administrators request access through a preview account, which mirrors production data for 30 days without touching the live system, or wait for their account’s scheduled rollout window.
Ask Oracle Skills are reusable, saved instructions for a repeatable question, for example a payment-prioritization skill that always returns a ranked AP list the same way, instead of re-explaining context every time. Oracle names AP prioritization, vendor-credit application, AR aging, close-readiness checks, liquidity reviews, and executive sales briefings as the documented use cases.
We cover setup, permissions, and pilot planning for Ask Oracle in a dedicated article: Ask Oracle in NetSuite: Capabilities, Availability, Access and Business Use Cases.
| Feature | What it does | Availability |
|---|---|---|
| Case Summary | Generates a concise summary of a support case for reps | Standard |
| Customer 360 | Consolidated customer view with AI-assisted context | Standard* |
| Enriched Bank Data | Adds context to bank feed transactions to speed matching | Standard |
| Intelligent Close Manager | AI-prioritized task ordering during period close | Standard* |
| Item Creation Assistant | Drafts item records from a description | Standard |
| Narrative Insights | Generates a written summary of a customer or report’s status | Standard* |
| NetSuite Expert in SuiteAnswers | AI-assisted answers inside NetSuite’s help search | Standard |
| Prompt Studio | Lets admins build and test standardized AI prompt actions | Region-dependent* |
| Text Enhance | Rewrites, translates, or summarizes text fields in place | Region-dependent* |
| Transaction Matching Assistant | AI-assisted reconciliation matching | Eligible accounts* |
* Qualifications behind the starred rows, in the same order:
These features use AI but are not part of a standard license. Each requires its own purchase decision separate from any AI Units budget.
| Feature | Requires | Availability |
|---|---|---|
| Audit Summarization | Compliance 360 SuiteApp | Purchase-gated |
| Bill Capture | Its own module purchase | Region-dependent (US only)* |
| CPQ AI Assistant | NetSuite CPQ Configurator SuiteApp | Region-dependent* |
| Subscription Metrics AI summaries | Subscription Metrics SuiteApp | Inherits Prompt Studio’s scope* |
* Qualifications: Bill Capture is currently limited to a subset of US-hosted accounts, per Oracle. CPQ AI Assistant uses the same 12-region availability list as Prompt Studio. Subscription Metrics AI summaries draw on Prompt Studio, so they inherit Prompt Studio’s region list.
These are building blocks, not turnkey features. Getting business value out of them requires SuiteScript development or a configured integration.
| Capability | Primary purpose | Delivery model |
|---|---|---|
| SuiteScript N/llm module | Lets custom scripts call NetSuite’s configured generative AI model | Developer / custom |
| SuiteCloud Developer Assistant | AI coding assistant for SuiteCloud development inside your IDE | Native |
| SuiteCloud Agent Skills | Skill definitions for third-party coding assistants | Developer / custom |
| Document Capture (N/documentCapture) | AI-based document data extraction | Developer / custom |
| Machine Translation (N/machineTranslation) | Automated language translation | Developer / custom |
| AI Connector Service + MCP Standard Tools | Connects external AI models or agents to NetSuite via MCP | Native service + SuiteApp |
SuiteCloud Developer Assistant ships as a native, everywhere-available coding assistant, no purchase or setup beyond your existing developer environment. If you’re new to the underlying platform, our SuiteScript guide covers the fundamentals it assists with.
SuiteScript’s N/llm module lets custom scripts call NetSuite’s configured generative AI model. It uses the same region list as Prompt Studio and Text Enhance, and consumes AI Units per call (5-25 estimated for a custom workflow).
We have not found current Oracle documentation supporting a “free mode” versus “on-demand priority mode” split for this module; treat any source describing tiered priority access for N/llm with caution.
The connector service itself is native and lets external AI models or agents connect to NetSuite over the Model Context Protocol, an open standard. The MCP Standard Tools SuiteApp that supplies the standard tool set is a separate add-on. See our AI Connector Service guide, or our broader NetSuite integration overview if you’re evaluating integration approaches generally.
Platform-agnostic skill definitions for third-party coding assistants (Oracle names Codex, Claude Code, and Cline as examples), a developer tool, not an end-user feature, and distinct from Ask Oracle Skills covered earlier on this page.
Document Capture (N/documentCapture) and Machine Translation (N/machineTranslation) are SuiteScript modules, not turnkey features, both require custom implementation to produce business value, work most teams either build in-house or bring in a NetSuite developer for. For SuiteScript-side generative AI implementation detail, see SuiteScript Meets Generative AI. For pairing an external LLM with NetSuite data over an API rather than the native connector, see Claude AI for NetSuite.
These run in the background on existing NetSuite data. They don’t generate text and don’t consume AI Units the way the generative features above do.
| Feature | What it does |
|---|---|
| Exception Management | Flags anomalies in transactions for review |
| Intelligent Recommendations | Product recommendations in commerce contexts |
| Payment Date Prediction | Predicts likely invoice payment dates from historical patterns |
| Supply Chain Control Tower | ML-enhanced visibility across supply chain data, edition-dependent |
NetSuite Analytics Warehouse (NSAW) and NetSuite Planning and Budgeting (NSPB) both carry AI-assisted capabilities layered onto their core analytics and planning functions. Both are purchased products in their own right, not features of a standard license, so their AI components inherit that same purchase gate.
Specific AI functionality inside each product changes between releases faster than this page can track reliably. Confirm current AI capability directly with Oracle or your NSAW/NSPB implementation partner before scoping a project around it.
The practical case for NetSuite AI isn’t abstract, and it isn’t one you have to take on faith. Case Summary and Text Enhance save reps and admins time on writing tasks they’d otherwise do by hand. Narrative Insights and Ask Oracle turn a records lookup into a written or conversational answer, cutting the distance between a question and an answer. Transaction Matching Assistant and Exception Management catch reconciliation and anomaly patterns a manual pass might miss.
None of this replaces judgment, every generative output above still needs the human check covered next, but each of these is a specific, named mechanism you can evaluate on its own merits, not a general productivity claim.
For a structured way to work through all of this before a pilot, see our NetSuite AI readiness checklist.
Next Step
Deciding which of these features are worth adopting depends on your account’s current release, region, roles, and data quality, not just what’s technically available. ERP Peers can review your setup and priorities against the current capability list.
Our customer support team is available for help.
Need help with NetSuite?
Chat with our team.