laurentapia
Administrator

PSMDCM_SNUGSRelaunch_SocialCards_Option1_Event.png

More Calls. More Builds. The #BuildMoreWithBuildAgent Challenge is here!


Last year, you showed us what was possible with the power of Build Agent. The apps you created, the prompts you shared, and the ideas you brought to life using Build Agent inspired our Community of over one million practitioners. 

 

Now, with the Australia release, Build Agent is more powerful and more accessible than ever. And we're ready to do it all again. 

2.png

 

Introducing #BuildMoreWithBuildAgent: a two-week challenge inviting ServiceNow practitioners of all levels to create a new application or expand on an existing one using Build Agent. 

Whether you participated in the original #BuildWithBuildAgent challenge or you're picking up Build Agent for the first time, this is your chance to vibe code with ServiceNow and see just how fast you can build an amazing app. 

3.png

What is Build Agent? 

 

ServiceNow Build Agent is a smart AI tool that helps you build, edit, and deploy full-stack applications via a conversational interface. It writes the code, organizes your files, fixes errors as it goes, and takes care of both the core logic and the UI.  

Built natively on the ServiceNow AI Platform, it understands the context of your existing workflows, data, and systems so what it builds actually fits your environment. Just describe what you want to create, and Build Agent manages the entire build process. 

With the Australia release, you now have more room to build than ever before: 

  • Customer instances include 100 free Build Agent calls per month
  • Personal Developer Instances (PDIs) include 25 free calls per month

More calls mean more space to experiment. 

Copy of Copy of SERV25400_PSMDCM_SNUGSRelaunch_SocialCards_Tapia_GRC002-01 (1120 x 224 px).png

 Why Join the #BuildMoreWithBuildAgent Challenge? 

 

  • Get hands-on with one of ServiceNow's most innovative AI tools and see what you can build with increased call availability.
  • Inspire a Community of over one million practitioners.
  • Earn recognition in the Community by sharing what you built. 

Attending CreatorCon 2026 during Knowledge? Six outstanding applications will be selected to win a gift card for exclusive swag at the K26 Store. Winners will be contacted directly before the event. 
 
Can't make it to Las Vegas? You can still participate and redeem your reward online. 

 

4.png

How to Participate

 

  1. Set Up Your Instance: Request a free Personal Developer Instance at developer.servicenow.com to start building immediately. 
  1. Build: Create a new application or edit an existing ServiceNow IDE app using natural language prompts.  
  1. Document: Share your application on social media with a description, video, or infographic showcasing your app and share the prompts that brought it to life. Make sure you include #BuildMoreWithBuildAgent in your post! 
  1. Share: Comment on this blog post with a link to your social post and a brief description of what you built. 

Build and submit before May 4 to be eligible for recognition and a chance to win a gift card for exclusive K26 Store swag, redeemable online or on-site at the event. 

 

5.png

Getting Started with Build Agent 

 

New to Build Agent? Check out our original #BuildWithBuildAgent Challenge blog here for a full walkthrough, helpful resources, and FAQs to get you up and running. We can't wait to see what you build. 

 

Request a Free PDI and Start Building 

 

Terms and Conditions   

No purchase is necessary. #BuildMoreWithBuildAgent Challenge is open only to individuals at least eighteen (18) years old at the time of entry. The Challenge begins April 14, 2026, at 10:00 a.m. Pacific Daylight Time ("PDT") and ends on May 4, 2026, at 11:59 p.m. PDT.   

Entrants must respond to the official forum with a 1) Screenshot, graphic, or video showing their app built using Build Agent or 2) a 300 minimum word description of the app they built with a screenshot using Build Agent AND entrants must post their video or blog into the ServiceNow Community Developer forum here AND share it on LinkedIn or Twitter with #BuildWithBuildAgent Challenge on their post AND the social media post will be linked to their forum post.    

The Submission must be your own, original work; The Submission must contain a relevant reason/response to the prompt of Build Agent; The Submission must meet the format and size requirements of the social platform used to enter; The Submission must conform with any applicable social media platform terms.   

The prize includes a gift card redeemable online or at Knowledge 2026. Approximate Retail Value (“ARV”): $50 USD.   

The ServiceNow Community reserves the right to access email data provided by the entrant in order to reach out to individuals who have completed the challenge. Entrants who have met the guidelines and have successfully completed the challenge will receive an email from ServiceNow with instructions on how to redeem the prize. International country restrictions will apply.   

Except where prohibited, participation in the Challenge constitutes each entrant's consent to use submission’s name, and photograph (including, without limitation, entrant’s Twitter and LinkedIn profile photo), voice, opinions and/or hometown and state for promotional purposes in any media, worldwide, without further payment or consideration. 

164 Comments
Harsh_Deep
Giga Sage

Hello @laurentapia ,

 

Successfully completed the #BuildMoreWithBuildAgent Challenge!

 

LinkedIn Post (Challenge Submission): LinkedIn

 

As part of the #BuildMoreWithBuildAgent challenge, I built DataPulse – The Real-Time Integration & Data Integrity Sentinel. This application is designed to act as a proactive "Watchdog" for the ServiceNow ecosystem, moving away from reactive troubleshooting to a governance-first approach for platform integrations.

In complex enterprise environments, integrations often fail silently or sync "dirty" data, which eventually leads to broken workflows and hours of manual cleanup. DataPulse addresses this by providing a unified layer that ensures all external data flows are healthy, secure, and accurate before they impact core platform tables.

 

🧩 The application includes core modules for Endpoint Health Monitoring, Schema Validation, and Cross-Scope Access (RCA) auditing. The "Schema Guard" feature is particularly unique; it monitors incoming payloads for mandatory custom columns on core tables (like sys_user) and flags any "Data Integrity Gaps" the moment they occur.

To enhance platform reliability, I implemented an automated Remediation Engine that creates high-priority Integration Incidents the moment a 4xx/5xx error is detected. The Monitoring Workspace provides a central "Live Pulse" dashboard with KPI indicators for uptime and data quality, utilizing modern UI components and g_modal popups for an "Action Center" where developers can re-run failed jobs without leaving the page.

 

Here are the exact prompts I used to build DataPulse using ServiceNow Build Agent:

 

Prompt 1 – Application Foundation

Create a scoped application called "DataPulse – The Real-Time Integration & Data Integrity Sentinel" with the backend scope name set as x_datapulse.

Define core tables:

  • Integration Endpoint: To register systems like HRIS, Finance, and Procurement.

  • Integration Health: To track connection status, latency, and last sync time.

  • Integration Incident: For automated error logging.

  • Schema Guard Rule: To define mandatory fields for incoming data.

  • Data Integrity Gap: To log validation failures.

Include relationships between these tables and ensure fields like Endpoint URL, Status (Up/Down), Latency (ms), and Risk Level are included. Generate sample records for 10 integrations so the app has meaningful data for demonstration.


Prompt 2 – Core Intelligence & Schema Guard

Enhance the "DataPulse" application by implementing the core monitoring intelligence.

Logic Requirements:

  1. Health Monitoring: If an integration returns a 4xx or 5xx error, automatically create a record in the 'Integration Incident' table. Assign these to the 'Platform Support' group with 'High' priority.

  2. Schema Guard Engine: Monitor incoming data for custom columns on the sys_user table. If a payload contains a null value for a field marked as 'Mandatory' in 'Schema Guard Rules', create a 'Data Integrity Gap' record.

  3. Data Generation: Ensure 30% of the sample records show "Degraded" or "Down" status to demonstrate the alerting capabilities.


Prompt 3 – Monitoring Workspace & Dashboard

Build a Monitoring Workspace for the "DataPulse" application with a central dashboard featuring:

  • Live Pulse Widget: A visual display showing the real-time status (Red/Yellow/Green) of all registered endpoints.

  • Data Accuracy Gauge: A calculation of the percentage of records passing the Schema Guard validation.

  • Action Center: Use Workspace components to allow developers to see a list of failed jobs. Implement a button that uses g_modal popups to allow users to "View Raw Error Logs" or "Re-run Sync" directly.

  • Visual Style: Use a modern, SaaS-inspired layout with clean spacing, rounded corners, and a light theme with blue primary accents.


Prompt 4 – Reporting & Governance

Finalize the "DataPulse" application with reporting and security features:

  • System Reliability Report: Create a scheduled job that generates a weekly summary of uptime percentages and data quality trends.

  • RCA Auditor: Add a module to track Cross-Scope Privileges (RCAs) requested by the application to ensure it has secure access to the sys_user table and incident management tables.

  • UI Final Polish: Ensure all risk indicators are color-coded (Green for Healthy, Orange for Degraded, Red for Down) across all lists and forms for better usability.


These prompts transformed a technical governance requirement into a complete, proactive, and visually stunning platform tool.

#BuildMoreWithBuildAgent #BuildWithBuildAgent #ServiceNow #DataPulse #PlatformEngineering #Innovation #LowCode

 

Thank you,

Harsh Deep Singh

 

Harsh_Deep_0-1777878600130.png

Harsh_Deep_0-1777879168376.pngHarsh_Deep_1-1777879177211.png

 

 

PinkSquirrel
Tera Explorer

Better late than never 😁

Core Functionality

This application was built to solve a common challenge in agile teams: stories are written, but they are not always converted into clear, testable, and actionable Scrum tasks. The app analyzes a story, validates its quality, and automatically generates a structured Scrum task with the relevant context.

Key Data Model

The application uses three main tables:

  • Story Intake.

  • Scrum Task Generation.

  • Story Validation Rules.

    PinkSquirrel_0-1777887553181.pngPinkSquirrel_1-1777887584815.pngPinkSquirrel_2-1777887649055.pngPinkSquirrel_3-1777887707569.png

     

     

    PinkSquirrel_4-1777887728348.png

     

Task Generation Engine

The application includes an intelligent generation layer that evaluates the following aspects:

  • Functional completeness: title, description, and acceptance criteria must exist and make sense.

  • Testability: the story must contain concrete and verifiable statements.

  • Consistency: conflicting or overly broad content is detected.

  • Duplicate prevention: tasks are not created more than once for the same story.

Automation & Integration

  • Business Rules: validate story quality and control task creation automatically.

  • UI Actions: trigger the conversion directly from the story.

  • Linking: every Scrum task remains clearly connected to its source story.

  • Validation logic: incomplete stories are rejected with a clear explanation.

Business Value

This application helps teams:

  • turn stories into actionable work faster.

  • improve the quality of Scrum tasks.

  • reduce back-and-forth between Product Owners, developers, and testers.

  • avoid empty or low-value task drafts.

  • enforce a consistent structure for story-to-task handoff.

Roadmap

  • Enhanced story scoring with quality levels.

  • Automatic test case generation from validated stories.

  • Dashboard for rejected or incomplete stories.

  • Multilingual support for German and English-speaking teams.


#BuildMoreWithBuildAgent #partnerwithbuildagent #ServiceNow #AI #ITSM #NowPlatform #BuildAgent

LinkedIn 

aradhanasingh94
Tera Contributor

Successfully completed the #BuildMoreWithBuildAgent Challenge!

 

I am excited to share my submission: #ProjectHealthANDRiskAdvisor.

 

Key features include:

 

- Application Architecture

- 3 Custom Tables:

- Project

- Project Health (16 fields)

- Project Risk

 

- AI Decision Engine:

- Weighted scoring

- Predictive delay/overrun

- Confidence levels

- Explainable recommendations

 

- Business Rules:

- Auto-evaluation on insert/update

- Budget variance cascade

- Risk date management

 

- 3 Automation Flows:

- Red risk → auto-create risk + notify project manager

- Risk >70% → mitigation task

- Health improves → auto-close

 

- 2 Roles + 11 ACLs:

- project_manager

- health_admin with full CRUD security

 

- React Dashboard:

- KPI cards

- Color-coded health list

- Top 3 Risks panel

- AI Insights drill-down

 

- Scripted REST API:

- Natural language queries

- What-if simulation

- Portfolio summary

 

- App Navigator:

- 5 modules: Dashboard, Projects, Health Records, Risk Records, Create Project

📹Screenshots below 👇

 

ServiceNow ServiceNow Early Careers ServiceNow Freelance Community Earl Duque Lauren Tapia Sarah Garey Laszlo Balla Allen Andreas Sujan Dutta Kristy Merriam Travis Toulson

https://www.linkedin.com/posts/aradhana-singh-67296010b_buildmorewithbuildagent-projecthealthandrisk...

 

#BuildMoreWithBuildAgent #ServiceNow #ProjectHealthANDRiskAdvisor. ##Community #AppEngine #Innovation #LowCodeScreenshot 2026-05-04 152843.pngScreenshot 2026-05-04 152822.pngScreenshot 2026-05-04 152740.png

RupayanDey
Giga Explorer
  • Hello Community!

    I'm thrilled to share my submission for the #BuildMoreWithBuildAgent Challenge!

    LinkedIn Post

    Introducing Build Guard – Project Health Monitoring & Risk Analysis App
    In my role as a Scrum Master and ServiceNow Developer, I’ve consistently seen a gap across teams:
  • Project risks are identified too late
  • Sprint delays become visible only after impact
  • Limited real-time visibility for decision-makers

    To address this, I built Build Guard – a ServiceNow application designed for Scrum Masters, Project Managers, and Delivery Managers to proactively monitor project health and take timely action.

    What Build Guard does:
  • Tracks sprint performance and key delivery metrics
  • Identifies high-risk and delayed sprints
  • Highlights blockers and defect trends
  • Calculates an overall project health score
  • Provides contextual recommendations based on project data

    Smart Recommendation Engine:
    Build Guard analyzes sprint metrics such as velocity, defects, and delays to generate AI-driven recommendations, helping teams:
  • Detect risks early
  • Prioritize corrective actions
  • Improve delivery outcomes

    Key Features:
  • Real-time dashboard with health indicators
  • Risk alerts for delayed and high-risk sprints
  • Centralized visibility of projects, sprints, and blockers
  • Actionable insights with recommendation support

    The goal is simple:
    Enable teams to move from reactive problem-solving → proactive decision-making

    This is a step toward making delivery more transparent, predictable, and data-driven.

    I’d love to hear your thoughts and feedback!

    #BuildMoreWithBuildAgent #ServiceNow #BuildAgent #AI #Agile #Scrum #ProjectManagement #Innovation #DigitalTransformation

    Screenshot 1.pngScreenshot 2.pngScreenshot 3.pngScreenshot 4.pngScreenshot 5.png

shivansh08
Tera Explorer

Hello @laurentapia 

🚀 Successfully completed the #BuildMoreWithBuildAgent Challenge!

LinkedIn Post: https://www.linkedin.com/posts/shivansh28_buildmorewithbuildagent-servicenow-buildagent-activity-745...

Built a real-world solution focused on improving accessibility to government schemes.


📌 GovAssist – Government Scheme Eligibility & Tracking System
A ServiceNow application designed to:

✔ Help users check eligibility for government schemes
✔ Provide clear reasons for eligibility/non-eligibility
✔ Enable users to track their application status
✔ Improve awareness and accessibility of schemes


💡 What I Built

🔥 Eligibility Engine

Rule-based eligibility calculation using:

  • Age

  • Income

  • State

  • Category

Outputs:

  • Eligibility Status (Eligible / Not Eligible)

  • Eligibility Percentage

  • Clear reasons for non-eligibility

User Features

  • Explore schemes with search & filters

  • Bookmark schemes

  • “Mark as Applied” functionality

  • Redirect to official application links

  • Track application status (Submitted, Under Review, Approved, Rejected)

  • Add notes and upload proof

📊 Admin & Analytics

  • Manage schemes (Draft / Active / Inactive)

  • View analytics like:

    • Most applied schemes

    • Most bookmarked schemes

    • Application status distribution

🎨 User Experience

  • Clean card-based UI

  • Dark / Light mode toggle

  • Responsive design

  • Clear and user-friendly messages

👉 Designed to feel like a simple and intuitive government scheme assistantScreenshot (1045).pngScreenshot (1046).pngScreenshot (1047).pngScreenshot (1048).pngScreenshot (1049).pngScreenshot (1050).pngScreenshot (1051).pngScreenshot (1052).pngScreenshot (1053).pngScreenshot (1054).pngScreenshot (1055).pngScreenshot (1056).png

Anurag Tripathi
Mega Patron

Hello everyone,
I’m excited to share my submission for the #BuildMoreWithBuildAgent challenge.

Link to Linkedin Post - BuildMoreWithBuildAgent Challenge 

 


I’ve always been someone who relies on a simple to-do list—whether it’s in a notepad app or on paper. There’s something genuinely satisfying about crossing things off as the day goes on, and I know I’m not alone in that.

So I used this challenge as a chance to experiment with a build agent and create something for myself: a personal app where I can manage my daily tasks. From there, I expanded it to include goals, reminders, and even a space for ideas. It’s become a single place where I can keep everything—work, personal tasks, and thoughts—while also being able to update and prioritize as I go. It gives me a much clearer picture of what’s on my plate at any given time.

What really stood out was how smooth the process felt. The Build Agent even helped generate demo data, and it was surprisingly easy to incorporate features like mood tracking and light/dark themes.

One thing I didn’t get to fully explore: has anyone tried using custom images or icons with the agent? I’m curious how well it handles that. The default icons and colour themes could definitely be improved—though that might just come down to better prompting on my end. Also while debugging and fixing issues, it sometimes broke something that worked before.

 

Screenshot 2026-05-04 at 12.55.58.pngScreenshot 2026-05-04 at 13.01.17.pngScreenshot 2026-05-04 at 13.01.31.png

RupayanDey
Giga Explorer

Hello @laurentapia 

Introducing Build GuardProject Health Monitoring & Risk Analysis App

LinkedIn Post

 

In my role as a Scrum Master and ServiceNow Developer, I’ve consistently seen a gap across teams:

  • Project risks are identified too late
  • Sprint delays become visible only after impact
  • Limited real-time visibility for decision-makers


To address this, I built Build Guard – a ServiceNow application designed for Scrum Masters, Project Managers, and Delivery Managers to proactively monitor project health and take timely action.

What Build Guard does:

  • Tracks sprint performance and key delivery metrics

  • Identifies high-risk and delayed sprints

  • Highlights blockers and defect trends

  • Calculates an overall project health score

  • Provides contextual recommendations based on project data

 

Smart Recommendation Engine:
Build Guard analyzes sprint metrics such as velocity, defects, and delays to generate AI-driven recommendations, helping teams:

  • Detect risks early

  • Prioritize corrective actions

  • Improve delivery outcomes

 

Key Features:
✔ Real-time dashboard with health indicators
✔ Risk alerts for delayed and high-risk sprints
✔ Centralized visibility of projects, sprints, and blockers
✔ Actionable insights with recommendation support

 

The goal is simple:

Enable teams to move from reactive problem-solving → proactive decision-making

This is a step toward making delivery more transparent, predictable, and data-driven.


I’d love to hear your thoughts and feedback!

#BuildMoreWithBuildAgent #ServiceNow #BuildAgent #AI #Agile #Scrum #ProjectManagement #Innovation #DigitalTransformation


Screenshot 1.pngScreenshot 2.pngScreenshot 3.pngScreenshot 4.pngScreenshot 5.png

preethikana
ServiceNow Employee

Hi!

🚀 Excited to share my submission for #BuildMoreWithBuildAgent 🌿

App built: GreenCommute — Employee Carbon Footprint Tracker


🔗 LinkedIn post: https://www.linkedin.com/posts/preethika-nallani-b12966199_buildmorewithbuildagent-vibecoding-buildm...

In many organizations, sustainability reporting is reactive and disconnected from day-to-day employee behavior. GreenCommute solves this by letting employees log daily commutes in seconds, auto-calculating CO₂ using real emission factors, rewarding green choices with badges, and surfacing live ESG metrics for HR teams.

💡 What I built:
A full ESG carbon tracking app where employees log daily commutes, CO₂ is auto-calculated using real emission factors, teams compete on a leaderboard ranked by lowest emissions, and HR gets a monthly sustainability summary.

Built entirely using natural language prompts in Build Agent — 3 tables, business rules, client scripts, a portal widget, and a team leaderboard. Build Agent even self-diagnosed and fixed bugs in the CO₂ calculation business rule mid-build. First time building a full scoped app with Build
Agent — genuinely impressed by how far natural language prompts can take you on the Now Platform!Screenshot 2026-05-04 at 8.14.12 PM.pngScreenshot 2026-05-04 at 8.14.34 PM.pngScreenshot 2026-05-04 at 8.15.14 PM.pngScreenshot 2026-05-04 at 8.15.35 PM.pngScreenshot 2026-05-04 at 8.15.43 PM.png

SwamyM
Tera Guru

Hello Community members,


I’m excited to share my submission for the #BuildMoreWithBuildAgent challenge.

This ServiceNow scoped application 🚀 developed using #NowAssist

This app is designed to address two real-world challenges while unlocking new income opportunities for individuals.

🚗 𝗖𝗮𝗿 𝗥𝗲𝗻𝘁𝗮𝗹 🚗
The first challenge revolves around underutilized personal vehicles—many car owners use their cars only around 50% of the time, leaving them idle for long periods and contributing to depreciation without generating value.

 

This application enables such owners to list their vehicles for short-term rental, allowing others who do not own a car to book vehicles based on their specific needs, such as weekend travel or short-duration usage. In doing so, the platform creates a mutually beneficial ecosystem where car owners earn additional income 💸💸while users gain convenient and cost-effective access to transportation.

“Mini charging stations” 🚗🔋🔌
The second aspect of the application targets a critical gap in electric vehicle (EV) adoption, particularly in developing regions like India, where charging infrastructure is still evolving.

EV users often face uncertainty and inconvenience when traveling outside urban areas due to limited charging station availability. This application provides an innovative solution by allowing individuals with private parking 🅿️ spaces and charging 🔋 setups to register their “mini charging stations” for paid public use. By leveraging existing infrastructure, the platform expands the charging network organically, helping EV users confidently plan longer journeys without concern.

Overall, the application not only promotes efficient asset utilization but also contributes to sustainable mobility growth and supports the broader transition to electric transportation.

 

LinkedIn Post:  https://www.linkedin.com/posts/v-v-ayyappaswamy-malluri-3287032b_buildmorewithbuildagent-nowassist-b...

 

Screenshot 2026-05-04 at 10.59.17 PM.pngScreenshot 2026-05-04 at 9.58.18 PM.pngScreenshot 2026-05-04 at 10.00.51 PM.pngScreenshot 2026-05-04 at 10.01.16 PM.pngScreenshot 2026-05-04 at 10.01.54 PM.pngScreenshot 2026-05-04 at 10.02.00 PM.pngScreenshot 2026-05-04 at 10.02.34 PM.png

shyamkumar VK
Mega Patron

Hello Community,

Excited to share my submission for the #BuildMoreWithBuildAgent Challenge — Employee Off boarding

Most companies manage employee exits through scattered emails, spreadsheets, and manual follow-ups. No visibility, no accountability, no process. This app changes that.

🔹 Key Features:

  • Employee self-service resignation submission directly from the Exit Portal
  • Five interconnected tables — Exit Requests, Asset Checklist, System Access Revocation, Clearance Checklist, and Full & Final Settlement
  • Multi-department task automation — IT, Finance, and Admin notified simultaneously the moment a resignation is submitted
  • SLA rules with auto-escalation to department heads if tasks are not completed on time
  • Employee real-time checklist and settlement tracking
  • Live HR dashboard — active exits, pending clearances, assets yet to be returned, settlements in pipeline, and average offboarding completion time

🔹 Built Using Build Agent: The entire application — tables, workflows, role-based access, portal, and dashboard — was built using natural language prompts with ServiceNow Build Agent.

🔹 Business Value:

  • Zero manual coordination across departments
  • Full visibility for HR from initiation to closure
  • Employees stay informed without chasing anyone
  • Accountability built into every stage of the offboarding process

This project demonstrates how Build Agent can turn a complex, multi-department enterprise process into a fully functional app — in one prompt.
HR Dashboard viewHR Dashboard viewPortal viewPortal viewEmployee Resignation submission form via portalEmployee Resignation submission form via portalPortal view showing employee current status on each taskPortal view showing employee current status on each taskBackend formBackend formPromptPrompt

Linkedin Post - https://www.linkedin.com/posts/shyam-kumar-90b68615a_buildmorewithbuildagent-buildmorewithbuildagent...