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


---

# Example prompts

# Example prompts 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) 3 min. de leitura

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.
Dica:  
* 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.
* 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.
* If you're using Build Agent, ask it to create an overview of the app in a file, such as Markdown. Then ask Build Agent to use the file as context for its work.
* You can use ESLint on the ServiceNow AI Platform to define your preferred coding style, and ask Build Agent to manage and enforce the ESLint configuration, for example using snake case for variables.
{#vibe-coding-example-prompts__ul_mtv_dz4_g3c}

## Example Build Agent prompt to build an app {#vibe-coding-example-prompts__section_uq5_l5g_nhc}

Prompt: <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>  
Figura 1. Build an app prompt outcome

## Example Build Agent prompt to add security to an app {#vibe-coding-example-prompts__section_gl1_s5g_nhc}

Prompt: <kbd class="ph userinput">Create a new role and define permissions on the request tables for two types of users:</kbd>

1. <kbd class="ph userinput">Requesters who submit issues and can only view their own requests.</kbd>
2. <kbd class="ph userinput">Fulfillers who can view and edit all requests.</kbd>
{#vibe-coding-example-prompts__ol_rvd_w5g_nhc}  
Figura 2. Add security to an app prompt outcome

## Example Build Agent prompt to add business rules to an app {#vibe-coding-example-prompts__section_c3y_1vg_nhc}

Prompt: <kbd class="ph userinput">Create business rules for each request that is triggered by state changes in the workflow. Design the business rules to work together to create business processes aligned to industry best practices for each type of issue.</kbd>  
Figura 3. Add business rules to an app prompt outcome

## Example Build Agent prompt to generate different UIs for an app {#vibe-coding-example-prompts__section_n24_jvg_nhc}

Prompt 1: <kbd class="ph userinput">Create an easy to use UI for users with the cash management fulfiller role to view all issues, update and complete them.</kbd>

Prompt 2: <kbd class="ph userinput">Create a UI for cash management requesters to submit issues and view or edit issues that they have previously created.</kbd>  
Figura 4. Generate different UIs for an app prompt outcome

## Additional prompt suggestions {#vibe-coding-example-prompts__section_fqb_3wg_nhc}

After you have the foundation of an app created, save your session and keep prompting to refine and extend your app. For example, you can create Automated Test Framework (ATF) tests, generate release notes, and prepare summaries. Some additional prompt ideas include the following examples:

* Improve generated user interfaces
* Create ATF tests
* Create QA and UAT test plans
* Create a summary of all application functionality
* Add additional industry-specific use cases
* Create an announcement
* Create a user guide
* Generate release notes
* Draft change management plans
* Create training materials for end users
* Build data migration plans
* Generate workflow optimization suggestions
* Prepare executive summary for stakeholders
{#vibe-coding-example-prompts__ul_xzw_ywg_nhc}

## Example prompts for governance {#vibe-coding-example-prompts__section_xym_xsx_g3c}

Prompting with governance requirements helps produce secure and compliant applications on the ServiceNow AI Platform. By embedding governance requirements directly into your prompts, you help the AI produce results aligned with your organizational standards for security, compliance, and quality.

For more information on governance, 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.").  
Dica:  
If you have explicit security requirements, include them in your initial prompt.  

## Prompt to include security roles and ACLs {#vibe-coding-example-prompts__example_vwb_ftx_g3c}

<kbd class="ph userinput">Create an Employee Onboarding app with HR and IT roles, enforce ACLs so only HR can edit personal data.</kbd>  

## Specify data sensitivity {#vibe-coding-example-prompts__example_wwb_ftx_g3c}

<kbd class="ph userinput">Generate a table for medical records with encryption enabled and restrict access to compliance officers.</kbd>  

## Request audit and logging {#vibe-coding-example-prompts__example_xwb_ftx_g3c}

<kbd class="ph userinput">Build a workflow for expense approvals and include audit logging for all status changes.</kbd>  

## Mention testing requirements {#vibe-coding-example-prompts__example_ywb_ftx_g3c}

<kbd class="ph userinput">Create a catalog item for laptop requests and generate ATF tests for submission and approval flows.</kbd>  

## Call out compliance standards {#vibe-coding-example-prompts__example_zwb_ftx_g3c}

<kbd class="ph userinput">Develop a leave management app that meets GDPR requirements and includes consent tracking.</kbd>  

## Ask for documentation {#vibe-coding-example-prompts__example_axb_ftx_g3c}

<kbd class="ph userinput">Generate a summary of the app and flow logic for governance review.</kbd>

