How to see how often and by whom a specfic Now Assist skill was used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 04:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 07:37 AM
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.
If you're looking to gather the data from the backend, I believe you query the sys_gen_ai_usage_log table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 07:52 AM
https://INSTANCENAME.service-now.com/now/now-assist-admin/usage-and-adoption
Admin --> Now Assist -->
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2026 07:59 PM - edited 01-29-2026 08:03 PM
Just to ADD - You Can use OOTB Dashboard Specially the Options Called
SKILL PERFORMANCE--SKILL DETAILS--
Also from Back-End Table You Can fetch the Data and Make Report--> sys_gen_ai_usage_log
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2026 03:50 AM
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.
