---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Edit an existing application using Build Agent in ServiceNow IDE

# Edit an existing application using Build Agent {#ariaid-title1}

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

Learn to use Build Agent to update or enhance ServiceNow applications.

## Antes de Iniciar

Install and enable the Build Agent. For more information, see [Install Build Agent](https://servicenow-prod.fluidtopics.net/UMMZcK9Rq20SQRGtmeRz5Q "Install the Now Assist for Creator application from the ServiceNow Store to get the Build Agent.").

Role required: admin

## Por Que e Quando Desempenhar Esta Tarefa

To edit an application with Build Agent, it must be open in your workspace in the ServiceNow IDE. Here are a few ways to add an application to a workspace:

* Applications created with Build Agent are automatically added to the workspace in which they were created. They can also be opened in other workspace in the ServiceNow IDE.
* For applications that were not developed using the ServiceNow IDE or SDK, you must convert them into Fluent format to enable development within the Build Agent. You can prompt the Build Agent to use the Open App tool to locate the desired application. Alternatively, you can search for an application directly within the Build Agent, and it will automatically utilize the Open App tool. The Open App tool can find an application, convert it to Fluent format, and then add the converted app to your workspace.
* For applications not created with the ServiceNow IDE or ServiceNow SDK, you must convert the application. For more information, see [Convert an application with the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/XoDyW02VF2OBP48TG0KqdQ "Convert an existing application to support development in source code with the ServiceNow IDE.").
* Clone an existing application created with the ServiceNow IDE or ServiceNow SDK from a Git repository. For more information, see [Clone a Git repository with the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/zPOBplNM6ma_Hk0Xu2u9Ag "Clone a remote Git repository to collaborate on applications in source control with the ServiceNow IDE.").
{#edit-an-existing-application-using-build-agent__ul_blr_4vl_hgc}

## Procedimento

1. Navigate to AllApp DevelopmentServiceNow IDE.  
   The Build Agent panel is open by default.
2. From the Application list, select the application that you want to edit.  

   <br />

   If you had converted an application into ServiceNow Fluent code, it would also appear in the Application list.
3. Describe what you want to change in the application in plain English, and then select Send.  
   The Build Agent starts updating the application.
4. Approve the changes:
   1. If prompted, select Review all edits to view the changes.
   2. If you're happy with the changes, select Approve.
5. In the chat panel, enter a message to instruct the Build Agent to build and deploy the application.  
   You can preview the code files before approval, but to view the actual metadata output, you must build and install the application on the instance.
6. Build and deploy the application by selecting Approve.

## Resultado

The application is built and installed.  
Nota:  
Even though this process is standard, be sure to follow the on-screen instructions, as the Build Agent functions interactively.

## O que Fazer Depois

From the Activity Bar, select the File Explorer view (![File Explorer]()) to see the ServiceNow Fluent application code and other source code in the src directory, or select the Metadata Explorer view (![Metadata Explorer]()) to see the application metadata on the instance.

