Summarization
AI In A Box provides intelligent summarization for ServiceNow records using tools. Click "Summarize" on any record to get a concise AI-generated summary.
How It Works
- User clicks "Summarize" on a record
- The appropriate summarize tool runs (e.g.,
summarize_incident) - Tool gathers structured data (details, related records, work notes)
- AI generates a concise summary
Supported Tables
- Incident - Issue, timeline, work notes, resolution
- Change Request - Change type, schedule, implementation plan, approvals
- Service Request - Request items, approval status
- Requested Item - Catalog item details, variables, approvals
Using Summarization
- Open any supported record
- Click "Summarize" in the form header
- View the generated summary in the modal
- Click "Regenerate" for a fresh summary
Security
Summarize tools use GlideRecordSecure and respect ServiceNow ACLs. Users can only summarize records and fields they have access to.
Customization
Edit summarize tools at AI IN A BOX > Tools to customize what data is included. Create new tools following the naming pattern summarize_<table_name>.
Migration Note
This tool-based approach replaces the legacy u_ai_summarizer table. The old table is deprecated and will be removed in a future version.
Support
Need help? Contact Support or email us.