
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-12-2025 03:12 PM - edited 3 weeks ago
AI Agents FAQ & Troubleshooting
Last updated September, 2025, for Yokohama Patch 6, and Zurich Patch 1
*Safe harbor applies for forward-looking statements*
-
What’s an AI Agent at ServiceNow?
AI agents are autonomous systems that interact with their environment to gather data, make decisions, and complete tasks that would otherwise need to be done by a human.
-
What are the prerequisites to install and use AI Agents?
Customers must have Now Assist installed with a Pro Plus/Enterprise entitlement. They must be on Yokohama Patch 1+ or Xanadu Patch 7+, with the Now Assist for ITSM, HRSD..., and AI Agents store apps installed. Admins must have the sn_aia.admin role. AI Search and Now Assist Panel must also be enabled.
-
What’s an agentic workflow vs agent vs tools?
An agentic workflow is the overall business problem or goal you’re trying to solve. Think of it as the why—the reason you’re deploying AI agents. An agent is the who—the virtual worker that performs specific tasks to help achieve the use case. Tools are the operations run to perform actions. They are usable by AI Agents to perform their tasks and achieve the use case.
-
What LLM(s) does AI Agents use?
AI Agents uses OpenAI's GPT-4o for its orchestration layer on ServiceNow managed Azure servers. AI Agent tools may use Now LLM. The context window for the AI agent is 128K tokens (exceeding this may lead to unpredictable behavior). The orchestrator LLM can also be configured to use other models such as Now LLM, Claude, and Gemini, as of Yokohama Patch 6.
-
What's the longest I can make AI Agent instructions?
The max length for an AI Agent Role: Max Length = 2,000. For AI Agent Instructions: Max Length = 8,000
- My instance is located in an Asia Pacific data center and I'm receiving a "Global Routing Option" pop-up. What is that?
If your instance is hosted in our Asia Pacific region data center, GPT-4o is not yet supported in the data center. As a result, in order to use AI Agents, customers must agree to use Global Routing. This may send data outside the Asia Pacific geography, but still within the ServiceNow ecosystem.
-
Can AI Agents connect to 3rd party LLM or agents?
AI Agents can connect to 3rd party LLMs and other systems (including agents) via the subflows/actions tools as an integration. More seamless communication between ServiceNow agents and external agents is on the roadmap.
-
How does AI Agents consume assists?
Assist consumption pricing is based on number of actions that are run, not including the orchestrator or communicator agent actions. AI Agents are bucketed into "Small", "Medium", and "Large". See our assists overview for more information: ServiceNow Assists Overview
- Do skills and Virtual Agent topics run in agentic workflow still consume assists?
No. If a skill, Virtual Agent topic, or conversational catalog item is run in an agentic workflow as a tool, it does not consume assists. The agentic workflow run itself would still consume assists per the "Small", "Medium", "Large" guidelines. (Skills are not counted when run in Now Assist in Virtual Agent or Now Assist Panel either.)
-
Are AI Agents available in a PDI?
No.
-
How do we prevent hallucinations?
Humans are still involved when AI Agents are running. AI Agents introduce the concept of "human on the loop" systems where humans primarily monitor the AI's actions and only intervene when necessary, taking a more supervisory role rather than actively contributing to decisions. For example, human service agents can review an AI Agent-generated plan and provide feedback or explicit approval before execution or changes. We also provide prompt injection protection via Now Assist Guardian. Our grounded prompt templates tie the prompts to platform data and increase the accuracy of the response, as well as RAG. Customers can use the same in Now Assist Skill Kit for Skills as tools; and set the temperature to ensure the output is more grounded. Note that with any generative AI product, hallucinations are a possibility.
-
How are AI Agents triggered?
AI agent builders can create triggers when creating an AI Agent or Agentic workflow that calls the agent when a condition or objective is observed. Agents can also be trigger via database changes or a user query.
-
Is feedback given back to AI Agents used at all?
During an AI agent interaction, the AI agent may ask the human user for feedback and/or permission to proceed. The AI Agent then may change its approach depending on the feedback.
-
Do AI Agents recognize ServiceNow objects in its instructions? (Table names, field names...)
Yes, it can.
-
What languages are supported by AI Agents?
AI Agents is supported for English only in the Yokohama Patch 1 release. AI Agents may recognize and work with other languages, but your mileage may vary and support is not guaranteed. Official multi-lingual support is on the roadmap.
-
Is AI Agents supported for GCC/self-hosted?
As of July 2025, AI Agents is supported for GCC/self-hosted environments.
-
Does AI Agents support domain separation?
Yes. The sys_domain field exists on all agent tables and will get the sys_domain_path if the domain separation is enabled in the instance.
-
Can data be passed between different tools and different AI Agents?
Data in an agentic worfklow conversation is stored in short term memory and can be passed between tools via the Agent's instructions. It can also be passed between AI Agents via instructions. Note that the data is being transferred by the LLM and may be changed. To minimize this, in the instructions, tell the Agents to be exact in passing the data. Also in the Tools UI, change the LLM strategy to ‘None’.
-
What are the out-of-box agents available?
Workflows such as ITSM, HRSD, and CRM are each shipping out-of-box agents to provide out-of-box content and experiences for customers. You can find the list of OOB AI Agents here: Link. More out-of-box agents will be shipped in future releases.
-
I'm getting a “No agents are available at the moment” error message. How do I fix this?
This is usually due to the Agent proficiency not being filled out or inaccurate. There could be several reasons: AI Search is not enabled, the token count for the orchestrator has been exceeded, the agent prompt(s) is not descriptive enough. Also check that the AI Agents and tools such as Skills are all Active.
- AI Agent states that it can no longer execute a tool
Check the property value for “sn_aia.continuous_tool_execution_limit”. This property controls the maximum limit for continuous, uninterrupted executions for the same tool.
-
Can Now Assist in Virtual Agent run an agentic workflow? Can it run AI Agents?
You can trigger an agentic workflow to appear in NAVA (create an INC, then agentic workflow will run in NAVA), but you can't discover an agentic workflow in NAVA (if you type "help resolve INCxxx" in NAVA, nothing will happen.) Yes, Now Assist in Virtual Agent can run AI Agents. Be sure the AI Agents skill is activated in the “Assistants > Skills” setup page, and that the Virtual Agent experience is toggled on for the AI Agent. Also make sure that your AI Agent description and role is detailed so that it can match the user query. The model provider for AI Agents and Now Assist in VA is recommended to be something over than Now LLM.
- The Now Assist Panel times out after 2 hours
Check the value for “Conversation Idle Timeout” for the Now Assist Panel (sys_cs_channel) record. Also check the property value for “com.glide.cs.conversation_idle_timeout”. Note that this property is Global and not specific to the Now Assist AI Agents, but rather to Virtual Agent as a whole.
- How do I ensure that my AI Agents are performant?
If you are building agents that need to analyze a lot of data, use Skill Kit to build a skill that the agent can use to speed up the agent and limit it’s LLM calls. The more tools and agents contained within a use case, orchestration performance may differ (we don't recommend >15).
- My AI Agent isn't consistent and does different things each time.
AI Agents and generative AI are non-deterministic systems. Running the same thing twice might give different results due to the LLM and instructions.
- How do I learn more about ServiceNow AI Agents?
View our documentation at: Link. A Now Learning course on AI Agents is available here: Now Learning
- 18,383 Views

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi, Victor.
Thank you for posting another good article(I'm your big fan).
I have a question about plan for 'Requestor-facing Agentic AI.
Currently(as I know), Agentic AI in Now Assist is focusing to Agent experience.
From the requestor side through Virtual Agent, AI Agent is not used at all.
But I've found below example plan from partner portal.
This is what I exactly want from Agentic AI for full self-service from requestor.
Do you know when it will be released?
I can't find it from last week's Yokohama GA.
Thank you.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
As you can see, this is a vision, and I'm sure it will be available in the next upcoming store upgrade.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Greetings,
I have a question on how would Now Assists calculated for hallucinations.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hey , Thanks for the important information , i have a Question:
In the documentation it says:
“AI Agent builders can create triggers when creating a Use Case that calls the agent when a condition or objective is observed. Agents can also be triggered via database changes.”
I'm wondering:
Where is the feedback or response of the triggered AI Agent displayed?
(i can't see any Feedback on the panel currently , even if i made changes in the record/table)
Is it possible to trigger an AI Agent directly from a UI Action (e.g., a button)?
If yes, are there recommended methods ,Class or configs to do this?
Thanks in advance!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Victor Chen @Warren4 - hello all, agent ai works well with Fedramp instance ? If so , what are the metric we need to take care for solution the ai agents and now assist ?

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Tae Kyung Lee - AI Agents for the Requestor Experience (Now Assist in Virtual Agent) is now available in the latest Yokohama Patch 3/Xanadu Patch 9 release!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I am curious about the FedRAMP status of the Yokohama GA release. What skills are available to federal clients at IL2 (or better). What federal clients are using Now Assist? Joe
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I have created a use case for an AI agent, with the trigger condition set for when an incident is created or updated. However, I do not see any 'Now Assist' action on the incident page. Will 'Now Assist' trigger automatically, or do we need to initiate it manually?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi all,
Are all OOB agents present in the app library page available or are they still coming out?