How to see how often and by whom a specfic Now Assist skill was used

FaizanK
Tera Contributor

Hello,

So I've managed to implement the 'Now Assist Email Recommendation' skill , however I need to be able to see how often and by whom NowAssist was used to draft a response(reporting). Is there any OOTB solution for this, or do you have any ideas? 

Thank you,

Faizan

4 REPLIES 4

Sabrina Ethridg
ServiceNow Employee

Navigate to the Now Assist Admin and select Performance.  You should be able to see all the different metrics gathered and drill into them by skill and unique users.  

SabrinaEthridg_1-1769700898526.png

 

If you're looking to gather the data from the backend, I believe you query the sys_gen_ai_usage_log table.

 

Dr Atul G- LNG
Tera Patron

https://INSTANCENAME.service-now.com/now/now-assist-admin/usage-and-adoption

 

Admin --> Now Assist --> 

 

DrAtulGLNG_0-1769701891630.png

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

rpriyadarshy
Tera Guru

Just to ADD - You Can use OOTB Dashboard Specially the Options Called 

 

SKILL PERFORMANCE--SKILL DETAILS-- 

rpriyadarshy_0-1769745470321.png

 

Also from Back-End Table You Can fetch the Data and Make Report--> sys_gen_ai_usage_log

 

rpriyadarshy_1-1769745578498.png

 

rpriyadarshy_0-1769745788777.png

 

 

 

Regards

RP

 

 

 

Cristian Patra1
Tera Contributor

You can use the Generative AI Usage Logs (sys_gen_ai_usage_log) table, where you can see find the user based on the Created by field, and the skill based on the Document field.