---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/intelligent-experiences

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Example: Shipping order processing

# Example: Automate shipping management tasks using Agentic Desktop {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 9 min. de leitura

Automate various tasks related to shipping management through desktop actions using Agentic Desktop and AI agents.

Your shipping coordinators frequently handle repetitive data-entry tasks. For example, entering PO numbers, invoice details, customer information, shipping addresses, item dimensions, and weights from Excel into the Shipping Management
application on their desktops. When there are dozens of rows to process, it becomes time-consuming, error-prone, and significantly slows down their daily workflow.

To streamline this process, you can create a dedicated desktop action that reads each row from the Excel file and automatically inputs the data into the Shipping Management application. You can then assign this action to an AI Agent.
When new shipping batches arrive, shipping coordinators simply trigger the AI Agent from the Now Assist panel. The agent then automatically processes each line item by selecting and running the appropriate desktop action.

## Create Process shipping orders desktop action in Agentic Desktop {#ariaid-title2}

Automate various tasks related to shipping management through desktop actions in Agentic Desktop.

### Antes de Iniciar

To access the Agentic Desktop functionality, perform the following steps:

* Enable Agentic Desktop on your ServiceNow instance. For more information, see [Configure Agentic Desktop](https://servicenow-prod.fluidtopics.net/3VcWwOQSuz6Ew9ufsFD04w "You can enable the Agentic Desktop application (sn_desktop_agents) if you have the admin role.").
* Download the Agentic Desktop installer to automate repetitive tasks across applications and systems. For more information, see [Download Agentic Desktop installer](https://servicenow-prod.fluidtopics.net/8a6cxzdJtIn~YN5M~hnP4w "Download the Agentic Desktop installer so that you can install Agentic Desktop on your Windows machine for designing and running desktop actions.").
{#example-shipping-management-ad__ul_urn_w5j_y2c}

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.

{#example-shipping-management-ad__ul_gcr_cv3_hhc}

Familiarize yourself with the Design workspace and Action recorder. For more information, see [Agentic Desktop Design workspace](https://servicenow-prod.fluidtopics.net/Fu0GWG9zICohe3YooYNCBQ "The Design workspace is an interactive environment within Agentic Desktop that enables you to create desktop actions by recording and configuring user interactions with desktop applications. The workspace provides a visual canvas where you can design multi-screen automation workflows that capture business processes across different applications.") and [Action recorder in Agentic Desktop](https://servicenow-prod.fluidtopics.net/JW~NZoUC2S4aanWViaxzIg "With Action recorder, you can auto-capture steps to automate repetitive tasks in Agentic Desktop. You can save the steps that you perform on the application elements as a reusable desktop action of type UI block.").

Role required: sn_aia.admin

### Procedimento

1. From your Windows system, launch the Agentic Desktop application.
2. On the login page, in the Add ServiceNow URL field, enter the ServiceNow instance URL.  
   For example, https://\<instance name\>.service-now.com.  
3. Select Proceed.
4. Log in to your ServiceNow account by entering your user name and password.  
   Your account must have the sn_aia.admin role.

5. On the Agentic Desktop home page, select Create desktop action.  
6. In the New desktop action dialog box, select Manual capture steps.  
7. In the Name field, enter <kbd class="ph userinput">Process shipping orders</kbd>.
8. In the Description field, enter <kbd class="ph userinput">Enter Shipping order details from Excel to Shipping Management tool.</kbd>
9. Select Start capturing.  
   The Design workspace is displayed.
10. Capture screens.
    1. In the Design tab, select the Capture Options icon ![]().
    2. Select Manual capture screens.  

       The Agentic Desktop window is minimized and the Capture panel is launched.
    3. Open the Shipping Management application from your desktop.  
    4. Capture the area of the external application's window by selecting the Select icon on the Capture panel or pressing the <kbd class="ph userinput">Ctrl + Shift + C</kbd> on the keyboard.  
       Nota:  
       If the <kbd class="ph userinput">Ctrl + Shift + C</kbd> shortcut conflicts with another application on the your machine, such as Zoom, then you must use the Select button to initiate manual screen capture.
       For example, you can capture the area surrounding a button or a text field in a web browser. The cursor icon changes to the icon.
    5. Drag the icon and select the required screen area.  
       When you leave the icon, the selected area is captured as a screenshot in the Design workspace.

       If you are not satisfied with the captured screen, you can recapture the screen area by selecting the Capture image icon ![]().
    {#example-shipping-management-ad__substeps_rh5_k1s_ghc}
11. Insert anchors.
    1. Insert an anchor on the captured screen by selecting the Add anchor icon .  

       An anchor is a reference point on the screen that helps the automation identify and interact with a nearby UI elements. During execution, the system uses computer vision to locate the anchor and then
       identifies the UI elements at a related distance from the anchor. Anchors improve the stability and accuracy of steps when the target element's location may shift or when the UI layout varies across
       sessions.  
       Nota:  
       Do not use dynamically changing UI elements as anchors. If an element changes its color, text, or state after an action (for example, after a click), select a different anchor that remains static on the screen.
    2. Move the anchor to a part of the captured image that won't change.  
       For example, move the anchor to a title or field label.

       If the area under the anchor doesn't exactly match the corresponding area of the captured image, the anchor isn't recognized, and the steps are not
       performed as intended. Choose a static area of the image for setting your anchor.

       You can add multiple anchors on each screen. Multiple anchors let you define the geographical relationship between
       anchor and target with greater accuracy when targeting different locations in the image.
    {#example-shipping-management-ad__substeps_xt2_r1s_ghc}
12. Configure the steps.
    1. From the Step control menu, select the Add step icon .
    2. Select the type of step for each field on the ORDER FORM from the contextual menu.  
       {#example-shipping-management-ad__table_r2h_2zh_jhc__entry__3}

       | Number | Field | Step |
       |-|-|-|
       | 1 | PO# | Set Text |
       | 2 | Invoice# | Set Text |
       | 3 | Customer Name | Set Text |
       | 4 | Shipping Address | Set Text |
       | 5 | Item size | Set Text |
       | 6 | Weight limit | Set Text |
       | 7 | Phone | Set Text |
       | 8 | Express Delivery | Click |
       | 9 | SMS Alerts | Click |
       | 10 | Submit | Click |
       [ ]

       {#example-shipping-management-ad__table_r2h_2zh_jhc}
    {#example-shipping-management-ad__substeps_lbv_x1s_ghc}
13. Configure the properties for added screens, anchors, and steps.  
    For more information, see [Screen, anchor, and step properties in Agentic Desktop](https://servicenow-prod.fluidtopics.net/0DRBoY7o6ChZ6toZBxxLUA "Learn about the properties of screens, anchors, and steps. There are multiple types of steps and each step type has distinct properties. You can update the properties to modify the behavior of the steps.").
14. Provide names for all added screens, anchors, and steps.  
    When you create these elements, you can edit the auto-generated name, but follow these naming guidelines.
    * Name fields must not be empty.
    * Name fields must contain only alphanumeric characters. Spaces and special characters are not permitted.
    * Each name must be unique at its respective parent level.
      * Each screen must have a unique name at the desktop-action level.
      * Each anchor must have a unique name at the screen level.
      * Each step must have a unique name at the anchor level.
      {#example-shipping-management-ad__ul_om5_wnz_3hc}
    {#example-shipping-management-ad__ul_sjm_tnz_3hc}
15. Select the Details tab.
16. In the Applications list, add Shipping Management.
17. Select Save.
18. Test and activate the desktop action.  
    For more information, see [Test and activate a desktop action in Agentic Desktop](https://servicenow-prod.fluidtopics.net/RqGSwWEICDLMAfhJsT3Qsw "Test the desktop action and then activate it so that it’s available as a tool in the AI Agent Studio. You can add this tool to the AI agents that execute desktop actions in your desktop environment.").
19. Similarly, create and activate the Shipping Management login desktop action.
{#example-shipping-management-ad__steps_gfw_ydk_3hc}

## Create AI agents and add tools for shipping orders {#ariaid-title3}

Create an AI agent in AI Agent Studio and add desktop action tools for Shipping Management task automation.

### Antes de Iniciar

Role required: sn_aia.admin

### Procedimento

1. Navigate to AllAI Agent StudioCreate and manageAI agents.
2. From the Add drop-down, select Chat.
3. On the New AI Agent page, in the Define the specialty step, define your AI agent and provide the specialties that this agent contains so that the LLM can analyze the wording you use to understand the purpose of the AI agent.  

   Nota:  
   The more details that you provide, the more accurately your AI agent can perform.
   1. Describe your AI Agent by giving it a unique name and description.  
      {#example-create-shipping-ai-agent-ad__table_mp3_4nj_zcc__entry__2}

      | Field | Description |
      |-|-|
      | AI agent name | Shipping Management Agent |
      | AI agent Description | The Shipping Management Agent automates end-to-end handling of shipping orders across multiple platforms. It retrieves order data from an Excel sheet and seamlessly uploads the information into the shipping management tool. This reduces manual effort, ensures data consistency, and accelerates the overall invoice life cycle. |
      [Tabela 1. Give it a unique name and description]

      {#example-create-shipping-ai-agent-ad__table_mp3_4nj_zcc}
   2. Define the role and necessary steps so that the AI agent can carry out its tasks.  
      Nota:  
      The AI agent uses this information as guidance to tailor its responses and actions.
      {#example-create-shipping-ai-agent-ad__table_uj3_msj_zcc__entry__2}

      | Field | Description |
      |-|-|
      | AI agent role | Automates the retrieval of shipping orders from Excel and performs seamless data entry into the shipping management application. |
      | List of steps | Nota: If your automation requires manual inputs, such as entering an OTP or CAPTCHA, you must provide instructions to the AI Agent to wait for the user input during execution. Otherwise, the automation can't proceed. 1. Launch and log in to the Shipping Management application. 2. Open the Excel file from the user-specified folder. 3. Navigate to the designated worksheet within the Excel file. 4. Read the required columns for each order from the Excel sheet. 5. Enter the extracted data into the corresponding fields in the shipping management application. 6. Select Submit to register the order. 7. Repeat steps 4--6 until all pending orders in the Excel sheet have been processed. {#example-create-shipping-ai-agent-ad__ol_h4s_kl3_jhc} |
      [Tabela 2. Define the role and required steps]

      {#example-create-shipping-ai-agent-ad__table_uj3_msj_zcc}
   3. Select Save and continue.  
      You're directed to the Add tools and information page.
   {#example-create-shipping-ai-agent-ad__substeps_c1m_4m3_d2c}
4. On the Add tools and information page, add Desktop actions tools for AI agents to automate your desktop tasks.
   1. In the Add tool drop-down list, select Desktop action.
   2. In the Select a type of desktop action field, select UI block
   3. In the Select a desktop action drop-down list, select Shipping Management login desktop action.  
      This desktop action enables AI agents to log in to the Shipping Management application.
   4. Provide a name and tool description for this desktop action configuration.  
      Tool description of the desktop action helps with what it's going to do to assist your AI agent.  
      Nota:  
      This description is sent to the large language model (LLM).
   5. In the Execution mode field, select Autonomous.
   6. Select Add.  
      The desktop action is added in the Desktop actions list on the Add tools and information page.
   7. In the Add tool drop-down list, select Desktop action.
   8. In the Select a type of desktop action field, select UI block
   9. In the Select a desktop action drop-down list, select Process shipping orders desktop action.  
      This desktop action enables AI agents to enter data extracted from the spreadsheet into the Shipping Management application.
   10. Provide a name and tool description for this desktop action configuration.  
       Tool description of the desktop action helps with what it's going to do to assist your AI agent.  
       Nota:  
       This description is sent to the large language model (LLM).
   11. In the Execution mode field, select Autonomous.
   12. Select Add.  
       The desktop action is added in the Desktop actions list on the Add tools and information page.
   13. In the Add tool drop-down list, select Desktop action.
   14. In the Select a type of desktop action field, select Non UI block
   15. In the Select an application drop-down list, select Microsoft Excel.  
       The Microsoft Excel tool, non-UI block desktop action, enables AI agents to contextually extract information from the spreadsheet.
   16. Provide a name and tool description for this desktop action configuration.  
       Tool description of the desktop action helps with what it's going to do to assist your AI agent.  
       Nota:  
       This description is sent to the large language model (LLM).
   17. In the Execution mode field, select Autonomous.
   18. Select Add.  
       The desktop action is added in the Desktop actions list on the Add tools and information page.
   {#example-create-shipping-ai-agent-ad__substeps_dch_4cj_jhc}
5. Select Save and continue.
6. Complete the remaining steps that are necessary.  
   For more information, see [Create an AI agent](https://servicenow-prod.fluidtopics.net/chZFlyDQMo37FD_2F3kM4Q "Create an AI agent in AI Agent Studio to solve problems for your users and coordinate with other AI agents while executing the agentic workflows.").
7. Select Save and test to complete the configuration steps or review a previous step by selecting Back.  
   Selecting Save and test leads you to the AI agent testing page, where you can test the AI agent that you created. For more information, see [Manually test the execution of an AI agent](https://servicenow-prod.fluidtopics.net/cKbj82uA3k2zRtzDBZ4jUg "Analyze the execution of an AI agent so you can see that it functions the way that you defined it.").

   To test the AI agent, you must have the sn_aia.admin role and any roles the ACLs configured for the AI agent and its tools require, if applicable.
{#example-create-shipping-ai-agent-ad__steps_omg_4f3_jhc}

### O que Fazer Depois

Enable shipping coordinators to trigger AI agents from the Now Assist panel to enter data automatically into the Shipping Management application.
For more information, see [Example: Use AI agents to automatically enter data into the shipping management app](https://servicenow-prod.fluidtopics.net/MU84X6WGf3lZLO9XcU2lXg "As a shipping coordinator, enter shipping details automatically from Excel to the Shipping Management app by triggering AI agents that use desktop action tools from the Now Assist panel.").

