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


---

# Workflow

# Workflow for vibe coding and AI-assisted development {#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

The vibe coding and using AI to develop apps workflow begins with developers providing conversational prompts to the Build Agent tool, which then creates tables, forms, workflows, and automation rules.
Integrated tools like Build Agent and Now Assist for Creator enhance the experience by offering text-to-code generation, code explanations, and optimization suggestions. Governance and security are embedded throughout the process, ensuring enterprise-grade
compliance and scalability.  
Nota:  
The term "vibe coding" can be anything between two distinct philosophies:

* One definition of vibe coding state that developers don't review or touch generated code before checking it in; simply provide an idea, get code back, no review needed.
* Another definition of vibe coding is an umbrella term that encompasses AI-assisted, agentic-assisted development, where developers still need to understand and support the generated code.

{#vibe-coding-workflow__ul_utz_bmz_13c}ServiceNow has tools to help you review, refine, and test apps for both vibe coding, like Build Agent, and AI-assisted development, such as Now Assist for Creator.

## Step-by-Step general workflow {#vibe-coding-workflow__section_wdz_zxg_nhc}

1. Describe your goal: Provide a clear natural language prompt (for example, <kbd class="ph userinput">Create an application that handles several types of issues related to cash management. Create a custom data model with tables for each type of request. Add fields that are typical for these types of issues to each table. Request tables should extend the Task table. Create custom states for each request type to track issue resolution.</kbd>).

   Tip:
   * If you're using Build Agent, tell it as much of the context in the first prompt to enable more robust development. Include roles, data requirements, and success criteria all up front, in your initial prompt.
   * You can craft a prompt and then feed it to an LLM, such as Claude, and ask for it to be made more specific for ServiceNow.
   {#vibe-coding-workflow__ul_tr5_2jr_qhc}

   For more information on example prompts, see [Example prompts for vibe coding and AI-assisted development](https://servicenow-prod.fluidtopics.net/J8eNpDSivnKb1FblagNsAw "Use these example prompts to build data models, implement security, create business rules, and generate user interfaces when building an app with ServiceNow AI Platform vibe coding and AI-assisted development tools.").
2. Generate the plan: Build Agent interprets your prompt and creates a blueprint, including tables, roles, UI components, and workflows.

   Benefit: Architectural clarity before coding begins. For more information, see [Vibe coding: Chatting your way to a new app with ServiceNow
   Build Agent](https://www.servicenow.com/community/developer-advocate-blog/vibe-coding-chatting-your-way-to-a-new-app-with-servicenow-build/ba-p/3383952).
3. Build and generate code: The ServiceNow AI Platform autonomously creates full-stack components using ServiceNow Fluent, JavaScript, and ServiceNow metadata.

   Includes: UI pages, data models, business rules, and integration points. For more information, see [Vibe coding with ServiceNow
   Build Agent: The future of AI-powered app development](https://www.servicenow.com/community/now-assist-for-creator-articles/zurich-release-vibe-coding-with-servicenow-build-agent-the/ta-p/3408806).
4. Validate and self-heal: If you're using Build Agent, it generates automated tests and fixes errors without manual intervention.

   Governance: Compliance and security checks are applied automatically. For more information, see [Governance for vibe coding and AI-assisted app development](https://servicenow-prod.fluidtopics.net/9yGFtFKgZrf_twAUCgC8dg "Vibe coding and AI-assisted app development on the ServiceNow AI Platform accelerates application development by using AI to generate code and configurations from natural language prompts. However, speed must not compromise security, compliance, and maintainability.").
5. Refine through prompts: Add features or adjust design iteratively (for example, <kbd class="ph userinput">Add a Kanban board</kbd> or <kbd class="ph userinput">Improve UI layout for accessibility</kbd>).

   For more information, see [Vibe Coding: Chatting your way to a new app with ServiceNow
   Build Agent on Community](https://www.servicenow.com/community/developer-advocate-blog/vibe-coding-chatting-your-way-to-a-new-app-with-servicenow-build/ba-p/3383952).
6. Run tests: Run Automated Test Framework to test that the app is working as expected.

   For more information, see [Testing vibe-coded and AI-developed apps](https://servicenow-prod.fluidtopics.net/YeOrt0RgerlRYw5xKpUo7A "As part of the vibe coding and AI-assisted development process on the ServiceNow AI Platform, one of the key features is the automatic generation of Automated Test Framework (ATF) tests.").
7. Deploy securely: Push from a sandbox in Developer Sandboxes with audit trails and enterprise-grade security via Vault Console and Machine Identity Console.

   For more information, see [Vibe coding, AI-assisted development, and deployment](https://servicenow-prod.fluidtopics.net/3ly1R9LnD6EbbrmxGFXOwA "After you generate and expand an app on the ServiceNow AI Platform, the deployment process is tightly integrated into the workflow.").

