---
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


---

# Build Agent and tools

# Build Agent and ServiceNow AI Platform tools {#ariaid-title1}

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

Compare how Build Agent behaves in ServiceNow Studio (UI-first, declarative workflows) versus the ServiceNow IDE (code-first, autonomous full-stack development), so you can choose the right environment for your task and audience.
Build Agent is available in both ServiceNow Studio and the ServiceNow IDE, but each environment emphasizes a different development style. ServiceNow Studio provides a guided, UI-first experience that focuses on metadata creation and controlled, iterative changes. The ServiceNow IDE provides a code-first experience with an autonomous agent capable of generating and modifying full-stack applications through conversational prompts.

## Audience and intent {#vc-build-agent-studio-vs-ide__audience-and-intent}

Choose the environment based on your skill set and the type of work:

* ServiceNow Studio: Low-code builders and admins who prefer declarative, metadata-driven workflows with previews, diffs, and guardrails.
* ServiceNow IDE: Pro-code developers who need conversational, code-centric generation, advanced customization, and end-to-end build and deploy steps.

## Key differences {#vc-build-agent-studio-vs-ide__key-differences}

{#vc-build-agent-studio-vs-ide__comparison__entry__3}

| Area | ServiceNow Studio | ServiceNow IDE |
|-|-|-|
| Primary style | UI-first, declarative, metadata-centric | Code-first, conversational, full-stack |
| Typical users | Low-code builders, admins | Pro-code developers |
| Interaction model | Guided steps with suggestions, diffs, and summaries; selectable modes (guided, batch, one-shot) | Chat-driven autonomous generation; user approves edits, then build and deploy |
| Scope of automation | Create or update platform metadata (tables, flows, experiences) with dependency awareness | Generate and edit entire scoped or global apps (UI and backend), explain or repair code, run queries, create documentation |
| Change control | Strong guardrails; preview via ServiceNow Studio diff surfaces | Approval gates before writing; build and deploy workflow in the ServiceNow IDE |
| Best fit | Iterative configuration, edits, low-code delivery | Greenfield app creation, deep refactors, debugging, multi-artifact edits |
| Dependencies | Uses the ServiceNow Studio agentic experience layer and metadata explorers | Relies on the ServiceNow IDE workspace, file and metadata explorers, and build pipeline |
[ ]

{#vc-build-agent-studio-vs-ide__comparison}  
Nota:  
You can do conversational checkpoints with Build Agent and roll back to the last conversation checkpoint in both ServiceNow Studio and the ServiceNow IDE.

## Typical Build Agent workflow {#vc-build-agent-studio-vs-ide__studio-workflow}

A general workflow for using Build Agent in either ServiceNow Studio or the ServiceNow IDE is the following workflow:

1. Open ServiceNow Studio or the ServiceNow IDE to access the Build Agent panel in the workspace.
2. Describe what to create or change in natural language.
3. Let Build Agent parse requirements and propose the application and files to create or modify.
4. Build Agent edits code or metadata or scaffolds a new application.
5. Review proposed edits, diffs, and summaries, and approve or adjust before applying changes.
   1. If you're using ServiceNow Studio, look at the generated app in one of its integrated tools, such as Workflow Studio.
   2. If you're using the ServiceNow IDE, inspect the code.
   {#vc-build-agent-studio-vs-ide__ol_bbr_l2w_g3c}
6. Iterate until the desired metadata changes are complete.
7. Instruct Build Agent to build and deploy; verify results in the file explorer or metadata explorer.

{#vc-build-agent-studio-vs-ide__ol_srh_55h_b3c}For more information, see the following topics:

* [Get started vibe coding with Build Agent](https://servicenow-prod.fluidtopics.net/kMRuG9BcWNcNESKwwSS1~Q "Use Build Agent on the ServiceNow AI Platform to vibe code and create apps by executing complex configuration and development tasks through conversational prompts. This approach simplifies editing and creating ServiceNow applications and metadata such as tables, relationships, and access controls, without manual navigation.")
* [Vibe-coded app refinement in ServiceNow Studio](https://servicenow-prod.fluidtopics.net/koKiopVkXZQzl~9OLW94fw "ServiceNow Studio connects AI-generated, vibe-coded apps to enterprise-grade solutions, where you can review, edit, and enhance your application in a dedicated development environment.")
* [Vibe-coded app refinement in the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/vs1UWOkCVW7DwEsTAkV3rw "The ServiceNow IDE provides a VS Code, file-based editing experience with syntax highlighting, code completion, and real-time installing to your instance. Use this approach to harden generated, scaffolded apps into production-grade solutions.")
{#vc-build-agent-studio-vs-ide__ol_aqw_b2w_g3c}

## How to choose {#vc-build-agent-studio-vs-ide__selection-guidance}

Use ServiceNow Studio when you want to do metadata-centric, abstracted low-code development. ServiceNow Studio provides structured, metadata-focused changes with strong previews and guardrails in low-code builders.

Use the ServiceNow IDE when you want file system code-centric development. The ServiceNow IDE provides autonomous, end-to-end generation, complex refactors, and deeper debugging and code explanations.

## Notes and limitations {#vc-build-agent-studio-vs-ide__notes-and-limitations}

Keep the following in mind when using Build Agent:

* Build Agent generates metadata supported by ServiceNow Fluent. Verify artifact compatibility before approval.
* Feature availability and UI details might differ between monthly releases. Confirm behavior against your instance version.

