---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://www.servicenow.com/docs/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


---

# Creator Studio

# Creator Studio {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 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 Creator Studio

Creator Studio is a no-code application builder on the ServiceNow AI Platform designed for non-developers to create request-fulfillment applications without coding.
It specializes in Service Desk request-fulfillment apps that streamline processes such as employee equipment requests, travel approvals, and other workplace requests.
These apps enable users to submit, review, approve, and fulfill requests efficiently within a single platform.
Show full answer Show less  

## Key Features

* **No-code app building:** Enables process owners and line-of-business personnel to create request-fulfillment apps without technical expertise.
* **Service Desk focus:** Supports common workplace requests like equipment ordering, travel approvals, permission grants, and recognition distribution.
* **Integration with ServiceNow AI Platform:** Apps built in Creator Studio leverage forms and automation and can be enhanced further using other ServiceNow tools.
* **Interoperability with other ServiceNow builders:** Apps created in Creator Studio can be opened in Workflow Studio for advanced automation, or ServiceNow Studio for interface enhancements and more complex development.

## Choosing the Right App Builder

ServiceNow offers multiple app builders tailored to different users and technical skills:

* **Creator Studio:** No-code builder for request-fulfillment apps, ideal for process owners and business users.
* **App Engine Studio:** Low-code tool for citizen developers to build broader app types.
* **ServiceNow Studio:** A unified environment for citizen and platform developers to build and deliver apps with integrated low-code tools and tracking.
* **ServiceNow IDE and SDK:** Source code development tools for developers comfortable with coding and using Visual Studio Code environments.

## Practical Next Steps

After building an app in Creator Studio, you can:

* Open and extend it using Workflow Studio for complex workflows.
* Enhance the user interface or add functionality via ServiceNow Studio.

To start using Creator Studio, you can experiment on your Personal Development Instance (PDI) by signing into the ServiceNow Developer Site, allowing you to explore creating request-fulfillment apps in a safe development environment.  
Creator Studio is a no-code application builder on the ServiceNow AI Platform that lets non-developers create request-fulfillment apps without writing code. Use Creator Studio to build apps that manage employee requests, approvals, and fulfillments, such as equipment requests or travel approvals, directly on the ServiceNow AI Platform.
Creator Studio specializes in Service Desk request-fulfillment applications, where one person submits a request and another person fulfills it. Service Desk apps enable users to submit requests, report issues, and access support related to services within your company. Use ServiceNow AI Platform to build apps that handle common workplace requests, so your team can submit, review, approve, and fulfill them in one place.

ServiceNow AI Platform supports apps for requests, such as:

* Ordering equipment, such as keyboards or monitors
* Approving travel or purchase requests
* Granting permissions, such as vacation approvals
* Distributing recognition gifts or awards

## Get started {#creator-studio-landing__section_iv1_11l_d1c}

|-|-|-|
| [ExploreLearn about Creator Studio concepts and features.](https://www.servicenow.com/docs/9ZdqTn_eJz8jrTrlJb5Z0w "Creator Studio makes creating apps easier by dividing their creation into simple steps. In this section, we'll explain each one.") | [ConfigureInstall and configure Creator Studio tools and access.](https://www.servicenow.com/docs/kvqXlCgbGc4HXVFZ3VBwMQ "Admins need to install Creator Studio before it can be configured for users to start building apps.") | [AdministerAdminister Creator Studio requests and deployments.](https://www.servicenow.com/docs/75Rxt5~LCp1T9tXleCUFYA "Admins have special privileges to approve and update tasks in Creator Studio that regular users can't.") |
| [BuildBuild apps with forms and automation in Creator Studio.](https://www.servicenow.com/docs/y1r771tvEMJUthhFmHTgPg "By now, your admin has set up Creator Studio, given you permission to build an app, and you've got a great idea for a request-fulfillment app! How should you think about using Creator Studio to create your app?") | [ReferenceGet details on Creator Studio components, such as fields, tables, and properties.](https://www.servicenow.com/docs/Ssgu9EPnSa0vv1FVZGlaVg "Find details on the parts of building apps in Creator Studio, such as descriptions of all possible types of questions or layout options for forms.") |   |
[ ]

{#creator-studio-landing__table_jv1_11l_d1c}

## Which app builder should I use? {#creator-studio-landing__id_hss_qf3_s3c}

Use the following table to choose the app building experience that matches your role and technical background.
{#creator-studio-landing__app-builders-table__entry__3}

| Tool | Users | Features |
|-|-|-|
| Creator Studio: Build an app without code. | Process owners, line of business owners | Build request-fulfillment apps without writing code. For example, create an application to request office supplies: a user fills out a form, and an approver accepts or denies the request. For more information, see [Exploring Creator Studio](https://www.servicenow.com/docs/9ZdqTn_eJz8jrTrlJb5Z0w "Creator Studio makes creating apps easier by dividing their creation into simple steps. In this section, we'll explain each one."). |
| App Engine Studio: Build a range of apps using low-code tools. | Citizen developers | Build a broader range of apps than Creator Studio without writing code. For more information, see [Exploring App Engine Studio](https://www.servicenow.com/docs/F7_q8_62smdT3_7KYX_YfA "Learn how you can use the low-code app development tool, App Engine Studio (AES), to build powerful applications using guided setup, predefined templates, and workflows."). |
| ServiceNow Studio: Build and deliver apps in a unified environment. | Citizen developers, Platform developers | Build apps in a unified development environment. ServiceNow Studio provides streamlined navigation, integrated low-code tools, and built-in tracking and packaging so you can develop and ship apps faster. Use Build Agent in ServiceNow Studio to create and update apps with a conversational interaction. For more information, see [Exploring ServiceNow Studio](https://www.servicenow.com/docs/5vacmk3x3_kqCU_WE7R3gw "ServiceNow Studio is a unified development environment where platform developers create, modify, and deploy apps. Use ServiceNow Studio to manage app files, edit metadata, and package changes for deployment without switching between tools.") and [Build Agent in ServiceNow Studio](https://www.servicenow.com/docs/A6Pjtl7DojwPwbxEzjKM7A "Use Build Agent, an autonomous AI agent, to create and update applications in ServiceNow Studio through conversational interaction."). |
| ServiceNow IDE and ServiceNow SDK: Build apps in source code. | Source code developers | Develop applications in source code with ServiceNow Fluent, create JavaScript modules, and use third-party libraries. ServiceNow Fluent is a domain-specific programming language for creating application metadata in code. Use Build Agent in ServiceNow IDE to create and update apps in source code with a conversational interaction. The ServiceNow IDE runs Visual Studio Code for the Web on the ServiceNow AI Platform. The ServiceNow SDK runs Visual Studio Code Desktop locally. For more information, see [Building applications in source code](https://www.servicenow.com/docs/ctrNTXJvQ5Ygxu7d2YraWA "Create and develop custom applications in source code using familiar development tools and processes."). |
[Table 1. App builders]

{#creator-studio-landing__app-builders-table}

## What apps are in ServiceNow {#creator-studio-landing__section_p1m_5zp_22c}

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.

A Creator Studio app uses forms and automation to enable users to request something and move the request through the approval process. Creator Studio also enables you to the see the fulfiller's view of the Request App Workspace for the app.

## What you can do after you build an app in Creator Studio {#creator-studio-landing__section_cgc_5q3_t1c}

After you build an app in Creator Studio, you can open the app in any other ServiceNow builder so that you can add more advanced functionality without rebuilding from scratch.

For example:

* Open the app in Workflow Studio to add complex [automations](https://www.servicenow.com/docs/ZqGMKydkSeuIVVnjYgZtrw#gloss-automation "Tasks or requests moving through a workflow without manual intervention.").
* Open the app in ServiceNow Studio to add different interfaces. Select Open in ServiceNow Studio from the app's tile on the Creator Studio home page to open the app directly.

## Give Creator Studio a try {#creator-studio-landing__id_cxx_vlv_2dc}

Ready to give Creator Studio a try? You can test it out using your own Personal Development Instance (PDI), which requires you signing in to the Developer Site. Find out more on PDIs in the [Personal developer instance guide](https://www.servicenow.com/docs/zYU4E4RsssMJufmUKWiAaQ "ServiceNow offers free personal developer instances (PDIs) to Developer Program members to learn, explore, and experiment with the ServiceNow AI Platform.").{#creator-studio-landing__cs-install-from-store}  

|-|-|-|
|   | [Select this button to try Creator Studio on a PDI ![Go to a PDI to try Creator Studio]() Try out Creator Studio now on a PDI! Login required.](https://store.servicenow.com/sn_appstore_store.do#!/store/application/81ac5fe1c7442110408bc8d6f2c260d1) |   |
[ ]

{#creator-studio-landing__table_f4p_d1v_2dc}

