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

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Standard app development

# Standard app development in ServiceNow {#ariaid-title1}

Release version: Australia  
Updated June 16, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Standard app development in ServiceNow

The ServiceNow AI Platform allows customers to create both global and custom applications tailored to their organizational needs.
Applications in ServiceNow serve as containers bundling components such as APIs, tables, forms, workflows, and other resources with defined access and editing rules.
Development can be done traditionally using ServiceNow Studio or through agentic development, an AI-powered approach that accelerates app creation using natural language inputs.
Show full answer Show less  

## Key Features

* **ServiceNow Studio:** A unified development environment for building, configuring, and deploying applications. It supports editing app metadata, managing app files in scoped or global contexts, and packaging changes for deployment.
* **Agentic Development:** An AI-driven method to describe app goals in natural language, enabling rapid generation of full-stack applications, workflows, and integrations with embedded governance.
* **Applications vs Plugins:** Applications are collections of components delivering specific functionality and can be custom, store-bought, or core system apps. Plugins are specialized, foundational applications that integrate deeply and cannot be easily deactivated once activated.
* **Workflows:** Automation tools within applications that define sequences of activities, such as approvals and notifications, using a drag-and-drop editor to streamline business processes.
* **Planning and Governance:** Effective app planning ensures scalability, compliance with ServiceNow best practices, avoids duplication, and aligns development with organizational goals.
* **Integrations:** The platform supports connecting custom apps to external systems to exchange data, enhancing the functionality and reach of applications.

## Practical Guidance for ServiceNow Customers

* Before building, evaluate if a use case is suitable for an application versus configuration or customization.
* Leverage ServiceNow Studio for a streamlined, all-in-one development experience to create and manage custom apps efficiently.
* Consider agentic development to dramatically reduce app creation time from weeks to minutes by using AI-driven tools.
* Understand the distinction between apps, plugins, and workflows to effectively design and maintain your ServiceNow environment.
* Plan your app carefully to support governance, scalability, and organizational alignment, minimizing technical debt and ensuring compliance.

## Expected Outcomes

Using the ServiceNow AI Platform for standard app development empowers customers to build tailored applications quickly and effectively, automate business processes with integrated workflows, and integrate with external systems to extend capabilities. This results in improved operational efficiency, faster delivery of solutions, and better alignment with organizational objectives.  
The ServiceNow AI Platform enables you to create global and custom applications. You can work in classic lists and forms, or you can build apps using App Engine products such as ServiceNow Studio.

## What apps are in ServiceNow {#overview-building-apps-in-servicenow__id_kht_4nq_shc}

A ServiceNow app is a package that performs a specific task for a specified group of users. Think of an app as a container with a set of rules around who can access and edit it. For example, ServiceNow apps can include an API, a table, a workspace, a form, a flow, or any combination of those things.{#overview-building-apps-in-servicenow__sn-what-is-an-app}

Some applications may only contain a few files, and others could contain thousands of files. In ServiceNow Studio, you can create and work on different sized apps with a variety of file types, depending on your permissions.

## Agentic development and standard app development {#overview-building-apps-in-servicenow__section_ytx_q4c_xhc}

Agentic development is an AI-driven approach to application development. Use agentic development and ServiceNow AI-powered app building tools to describe your goals in natural language, and the ServiceNow AI Platform generates full-stack applications, workflows, and integrations. The ServiceNow AI Platform automatically incorporates governance into the app creation process.

Agentic development and using AI to build apps with the ServiceNow AI Platform collapses the traditional app development lifecycle---from ideation to deployment---into minutes instead of weeks. For more information, see [Agentic development on the ServiceNow AI Platform](https://servicenow-prod.fluidtopics.net/rE8VIDifcGAvwl1gAWvWHg "Agentic development, or vibe coding, is an AI-driven approach to application development. Use agentic development and ServiceNow agentic-assisted app building tools to describe your goals in natural language, and have the ServiceNow AI Platform generate full-stack applications, workflows, and integrations. The ServiceNow AI Platform automatically incorporates governance into the app creation process.").

Traditional app development on the ServiceNow AI Platform usually takes place in ServiceNow Studio. ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease.

Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool. For more
information, see [ServiceNow Studio](https://servicenow-prod.fluidtopics.net/6vj3PRLgkGcvK8LaWdEsoQ "Use ServiceNow Studio to build, configure, and deploy custom ServiceNow apps from a single development environment. ServiceNow Studio gives admins and developers integrated tools to create app files, edit scoped and global app metadata, and package changes for deployment.").

## Apps and plugins {#overview-building-apps-in-servicenow__section_cpc_vzn_5hc}

In ServiceNow, applications and plugins are related but distinct concepts.  
Applications are collections of ServiceNow components (tables, business rules, UI pages, etc.) that deliver specific functionality. They're essentially containers that bundle related features together. Applications can be:

* Custom-built by your organization
* Purchased from the ServiceNow Store
* Core applications that come with ServiceNow (like Incident Management)
{#overview-building-apps-in-servicenow__ul_mfv_134_5hc}  
Plugins are a specific type of application that adds functionality to your ServiceNow instance. The key differences between plugins and apps are as follows.

* Plugins are typically installed via activation rather than traditional app installation.
* Plugins are often foundational components that other apps depend on.
* Once activated, plugins integrate deeply into the platform
* Plugins are harder to remove - you can't easily deactivate a plugin once it's in use.

{#overview-building-apps-in-servicenow__ul_hlw_c34_5hc}Examples: ITIL, HR Service Delivery, Software Asset Management  
Note:  
All plugins are applications, but not all applications are plugins. Plugins are the heavyweight, deeply-integrated applications that become part of your platform's foundation.

## Apps and workflows {#overview-building-apps-in-servicenow__section_q2c_wzn_5hc}

Applications are collections of components that deliver functionality - the building blocks of your ServiceNow instance.  
Workflows are automation tools within ServiceNow that define a sequence of activities to complete a process. Think of them as flowcharts that automate business processes. Workflows:

* Automate approvals, notifications, and task assignments.
* Define the step-by-step flow of work (if X happens, then do Y).
* Are often part of an application.
* Use a drag-and-drop workflow editor.
{#overview-building-apps-in-servicenow__ul_ssk_j34_5hc}Example: An approval workflow for purchase requests

The relationship: A workflow is a component that lives inside an application.

For instance, the Incident Management application might contain workflows that automatically assign tickets, send notifications, or escalate issues.  
Note:  
Applications are the "what" (the functionality), workflows are the "how" (the automated processes that make things happen).
* **[Determining good candidates for apps in ServiceNow](https://servicenow-prod.fluidtopics.net/jW1lWkJgZcADmkkN5t637Q)**   
  Before creating an app in ServiceNow, determine if the idea is a good candidate for an application.
* **[Configure, customize, or build apps](https://servicenow-prod.fluidtopics.net/9Z86oGTLa3tallQk~MeR7Q)**   
  Configuration and customization are hallmarks of the ServiceNow AI Platform that enable your company to customize workflows to fit its specific needs. You can also build new apps for novel use cases or departmental processes that don't fit within the scope of your current applications.
* **[Plan your app before you start building](https://servicenow-prod.fluidtopics.net/1XGzfrLMtA4awCrpOFYZkQ)**   
  Planning your application before development ensures scalability, governance, and alignment with organizational goals. Effective planning reduces duplication, helps prevent technical debt, and ensures compliance with ServiceNow best practices. It also helps define clear objectives, timelines, and resource requirements.
* **[ServiceNow files in applications](https://servicenow-prod.fluidtopics.net/PAQ96FurIHJQSgscDdXcNw)**   
  ServiceNow files are digital documents and assets stored within the ServiceNow AI Platform that serve various purposes across applications and workflows.
* **[ServiceNow metadata in applications](https://servicenow-prod.fluidtopics.net/6lGDbO4umTX6ixCIlOKP5A)**   
  ServiceNow metadata refers to the configuration and structural definitions that make up a ServiceNow application itself.
* **[Build your first application](https://servicenow-prod.fluidtopics.net/CpX8~XNf8V0BouDrvgSl4Q)**   
  Build, configure, and deploy custom apps from a single development environment, ServiceNow Studio. ServiceNow Studio gives admins and developers integrated tools to create app files, edit scoped and global app metadata, and package changes for deployment.
* **[User interface and experiences](https://servicenow-prod.fluidtopics.net/zsJJZUCmc3WdN1l0QmuTKg)**   
  Learn about user interfaces and tools for building them as you create applications on the ServiceNow AI Platform.
* **[Integrations](https://servicenow-prod.fluidtopics.net/U4bi9r1dxqtV8nCWeMFGxA)**   
  Integrations enable you to connect your custom app to external systems to send and receive data. The ServiceNow AI Platform supports multiple integration capabilities to fit your use case.

