Example: Automate badge request management using AI Desktop Actions
Automate various tasks related to badge requests through desktop actions using AI Desktop Actions and AI agents.
Your HR representatives manage repetitive badge-related tasks. For example, issuing new badges, distributing temporary badges, replacing lost badges, and disabling badges during offboarding. To streamline and automate this work, you can create a desktop action for each task and assign these actions to an AI Agent in AI Agent Studio.
When new requests come in, HR representatives can trigger the AI agent from the Now Assist panel. The AI Agent automatically selects and runs the appropriate desktop action. This automation reduces manual effort and enables them to focus on higher-value work.
Create badge desktop action in AI Desktop Actions
Automate various badge-related tasks through desktop actions in AI Desktop Actions.
Before you begin
- Enable AI Desktop Actions on your ServiceNow instance. For more information, see Configure AI Desktop Actions.
- Download the AI Desktop Actions installer to automate repetitive tasks across applications and systems. For more information, see Download AI Desktop Actions installer.
Confirm that the following system requirements are met:
- Windows 11 operating system is used.
- A .NET 9.0 runtime v9.0.10 and .NET 9 Desktop Runtime v9.0.10 is installed.
- No extended monitors are connected.
- Theme must match between the systems used for recording and execution.
- For record with AI, the ServiceNow AI Lens skill must be active on your instance. Contact your ServiceNow administrator if you're unsure whether this condition is met.
Familiarize yourself with the Design workspace and Action recorder. For more information, see AI Desktop Actions Design workspace and Action recorder in AI Desktop Actions.
Role required: sn_desktop_core.desktop_action_user
About this task
Record with AI generates more accurate anchor positions automatically, reducing the time you spend on manual anchor adjustments.
When you record with AI, after you finish recording, AI analyzes the recording, validates anchor positions, and corrects inaccuracies before you save or activate the desktop action. AI also generates a screen context for each captured screen and description for the desktop action. Screen context is a description of what the screen does and what it contains, which helps reviewers and AI agents understand the screen's intent.
The sn_desktop_core.record_with_ai property is enabled by default, making Record with AI the default recording option. Turn off this property to set the manual recorder as the default recording option.
Procedure
Create AI agents and add tools for badge management
Create an AI agent in AI Agent Studio and add desktop action tools for automating badge-related requests.
Before you begin
Role required: sn_aia.admin
Procedure
What to do next
Enable your HR representatives to trigger AI agents from the Now Assist panel to address badge-related requests.
For more information, see Example: Use AI agents to process badge-related requests automatically.