Trigger an AI agent to execute adaptive path desktop actions
Trigger an AI agent that uses adaptive desktop actions from the ServiceNow Otto panel. These desktop actions perform tasks on an external website or web application.
Before you begin
- Confirm that the ServiceNow Web Automation Google Chrome extension is installed and connected to your ServiceNow® instance. For more information, see Install the Google Chrome extension for adaptive desktop actions.
- Confirm that you're logged in to your ServiceNow instance and it is in the active state in the browser window.
- Verify that enhanced chat is available in ServiceNow Otto panel. The Web view pane is available only when enhanced chat is enabled. For more information see Enhanced chat.
- Adaptive desktop actions can handle a broader range of user interactions beyond custom UI, such as triple-click, double-click, right-click, native prompts, dialogues, and alerts.
Role required: now_assist_panel_user for the user and sn_naa.web_agent_runtime for the service account the agent runs as
About this task
AI agents using adaptive desktop actions perform tasks for you on a website or web application. The AI agent opens the website in a separate browser tab in the background, and reports its actions to you in the ServiceNow Otto panel. During the process, the website might require credentials for a login or acceptance of terms.
You can preserve the context across long-running sessions by summarizing older step history instead of discarding it. When history exceeds the configured window, older steps are automatically summarized instead of being discarded, preserving context about earlier actions, failed approaches, and application state.
- sn_naa.web_agent.compaction_enabled
- sn_naa.web_agent.compaction_history_limit
- sn_naa.web_agent.summarization_batch_size
For detailed information about the system properties, see Components installed with AI Desktop Actions.
- Be sure to provide the URL to your target website, using the format https://www.example.com or example.com.
- Make your request clear and specify your goal.
- List steps to achieve the goal, if possible.
Procedure
Result
The browser tabs opened during goal execution in adaptive desktop actions stay open after the goal completes. Use the keep_tab_open system property to turn this behavior on or off. The property is turned on
by default.
What to do next
You can delete the chat log in ServiceNow Otto panel if any sensitive information was captured. For detailed instructions, see Delete an AI agent chat log.