Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

AI Agent to fetch data from custom table and return couple results based on the query

Alp Utku
Mega Sage

Hi everyone,

 

I am looking to create AI Agent(s) to query couple custom tables and return some results to user based on the query. For example, user wants to see couple level of approvals / approver(s) defined for specific division, region for example. Would It be possible create this type of agent? I want users to interact with AI via VA.

 

Thanks for your help in advance.

1 REPLY 1

JK9903
Kilo Guru

Hi @Alp Utku ,

 

AI agent can't take this information automatically, so you can create a tool (script, flow or action) which returns what you need. AI agent will act as a bridge between the user and the tool. It gets the input from the user and utilizes the tool to get details and shows it.

 

Once AI agent configured you can use AI connector in VA to call this AI agent. (make sure to enable the VA in AI agent)

Thanks,

JK