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


---

# Build apps

# Building apps with Creator Studio {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 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 Building apps with Creator Studio

Creator Studio in ServiceNow enables users to build request-fulfillment apps by creating forms and automating workflows without coding.
These apps package specific tasks for targeted users, such as submitting and processing service requests through a catalog interface.
Admins set permissions and provide access to Creator Studio, where users can design apps using templates and a visual editor.
Show full answer Show less  

## Key Features

* **App Structure:** Apps are containers that include forms, workflows, APIs, workspaces, and tables tailored for request fulfillment.
* **Form Creation:** Use catalog templates and a WYSIWYG editor to build forms that collect request details. Multiple forms can represent different catalog items. AI can assist in form generation.
* **Automation with Playbooks:** Automate approval routing and task assignment using no-code playbook builders triggered after form submission, improving process efficiency.
* **Fulfillment Workspace:** Each app has a dedicated workspace category where fulfillers manage requests. Workspaces are customizable to suit operational needs.
* **App Management:** The Creator Studio homepage lists all company-built apps, supporting collaboration and easy access. Apps can be bookmarked and development environments switched for more advanced capabilities.

## Practical Application for ServiceNow Customers

ServiceNow customers can leverage Creator Studio to rapidly develop and deploy tailored request-fulfillment applications without extensive coding knowledge. By designing forms that capture precise user requirements and automating workflows through playbooks, organizations can reduce manual approvals and streamline service delivery. The customizable workspace simplifies request management for fulfillers, enhancing operational responsiveness.

Admins benefit from managing app tables centrally and controlling access, while developers can collaborate by accessing shared apps and customizing the development experience. Testing and previewing capabilities ensure apps function correctly before deployment.

## Next Steps

* Create and customize forms for your catalog items using templates and AI assistance.
* Build automated workflows with playbooks to route approvals and assign tasks efficiently.
* Configure workspace lists to optimize how fulfillers view and act on requests.
* Test your app performance and workflow automation before deploying for end users.
* Use the Creator Studio hub to manage, bookmark, and collaborate on apps within your organization.  
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?

## What apps are in ServiceNow {#building-apps-with-creator-studio__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.

## Create forms to gather request information {#building-apps-with-creator-studio__section_yrr_3cl_d1c}

When finished, your app will look like a catalog of items that people can request. To create your app, you'll:

1. Select one of the available [catalog](https://servicenow-prod.fluidtopics.net/ZqGMKydkSeuIVVnjYgZtrw#gloss-catalog-creator-studio "A collection of items that represent all the items a requestor can ask for.") templates.
2. Customize a [form](https://servicenow-prod.fluidtopics.net/ZqGMKydkSeuIVVnjYgZtrw#gloss-form "A content page that displays fields and values for a single record from a database table.") to be included in the catalog using a WYSIWYG editor.  
   A form describes one item in the catalog and provides space for questions that a requester will answer to specify details about what they want, such as the model number of a laptop. If your catalog needs multiple items, you can create multiple forms.  
   Note:  
   You can create a form using AI. To learn more, see [Generating forms with AI](https://servicenow-prod.fluidtopics.net/dnGH5hTO0YnKX9Ns6HClIw "Learn how ServiceNow Otto for Creator helps you to create forms for you in Creator Studio.").
{#building-apps-with-creator-studio__ol_ndm_dv2_z1c}

## Automate workflows and simplify tasks with playbooks {#building-apps-with-creator-studio__section_mnh_brf_z1c}

Streamlining your request-fulfillment process goes beyond just collecting information. Creator Studio empowers you to automate tasks with powerful [playbooks](https://servicenow-prod.fluidtopics.net/ZqGMKydkSeuIVVnjYgZtrw#gloss-playbook-creator-studio "A set of automated activities that occur based on a trigger. For example, sending an email when a request is approved. Think of playbooks as pre-programmed workflows that kick in after a form is submitted. They are like if/then statements: If this happens, then that will happen."). Think of them as pre-programmed workflows that kick in after a form is submitted.

Here are some things that playbooks can do:

* **Effortless approval routing:** Automatically route requests to the right person for approval, eliminating manual steps and bottlenecks. Imagine a laptop request automatically going to the IT manager for a thumbs-up.
* **Intuitive playbook builder:** No coding required! Create custom playbooks using an easy-to-use editor.

{#building-apps-with-creator-studio__ul_vgn_5qf_z1c}

The playbooks you create use the information that people supply when they fill out your forms. So, the more details you ask for, the smoother the process runs.

## Workspaces give fulfillers a place to address requests {#building-apps-with-creator-studio__section_mw2_crf_z1c}

Once deployed, your app will sit in its own workspace category, which makes it easy for fulfillers to answer requests. You can customize the workspace or use it as-is.

For sys admin eyes only: Every app built in Creator Studio adds a record in the Request App Config table, which contains the table that the app uses. Your admin can change the table for an app, see [Administering an app's associated table](https://servicenow-prod.fluidtopics.net/fuXNQaOF6ETkKpBqas3DVg "Admins can change the default table that apps built in Creator Studio save their requests to.") for more information. The name of the table follows the format of scope_request, for example, x_snc_02_03_request.
* **[Find existing apps in Creator Studio](https://servicenow-prod.fluidtopics.net/jgiw_EVY_af_xw4MWB3lbg)**   
  Perhaps you've been given permission to work on an app someone else created, or you want to add new items to the catalog in your app. The Creator Studio home page acts as your central hub, listing all the apps people in your company have built using Creator Studio.
* **[Work with bookmarked apps in Creator Studio](https://servicenow-prod.fluidtopics.net/4oy7jzXvMRRHjgdja7FFsQ)**   
  Bookmark an app to quickly find it in Creator Studio, as well as ServiceNow Studio.
* **[Change your development experience](https://servicenow-prod.fluidtopics.net/~bKoQg_dlo1nxoMXEcgT0Q)**   
  Choose a different development experience if you want a more robust environment using the experience switcher in Creator Studio.
* **[App creation in Creator Studio](https://servicenow-prod.fluidtopics.net/nmP0~TUKl0gxR1EV2l4G7Q)**   
  Have you ever dreamed of creating your own app? With Creator Studio, you might be closer than you think! The following links will send you to the sections in this guide that will walk you through the steps.
* **[Collaborating with others to build apps in Creator Studio](https://servicenow-prod.fluidtopics.net/TYt6tmoUiJOV0Wb_IwrQhA)**   
  Sometimes you need help with building out your app, and that's OK! And sometimes other people need your help building their apps, which is great! This point is where collaboration comes into play.
* **[Working with forms in Creator Studio](https://servicenow-prod.fluidtopics.net/rii3B__WyymcafhDHhOo4A)**   
  To add items or services to your catalog, you must create a different form for each thing being requested.
* **[Working with automation in Creator Studio](https://servicenow-prod.fluidtopics.net/AEh6tjka2MGac1ZV95xrgQ)**   
  How do you simplify and streamline tasks for fulfillers? Use automation! For example, you can have a task assigned automatically to someone based on what type of request it is. We'll use playbooks to accomplish adding this automation to your app.
* **[Configuring workspace lists and records for form submissions](https://servicenow-prod.fluidtopics.net/D8KtJNEW5girERAoKcCjLw)**   
  So, you've built your app, and people are submitting requests through it, that's great! However, you might be wondering where those requests go after they're submitted. They live in lists in a workspace where fulfillers can work on submitted forms, which you can customize in Creator Studio to suit your needs.
* **[Testing and previewing Creator Studio apps and records](https://servicenow-prod.fluidtopics.net/Yu~QLZzjcMKSr9CbAXxAFg)**   
  Before you request deployment for your app, you can test out submitting a form and interact with any associated automation results on the record it creates.
* **[Deploying your Creator Studio app](https://servicenow-prod.fluidtopics.net/TgrqsVxebtchXPBTYQFM2g)**   
  Congrats, you've built your app and are ready to share the first version of it with the world. That's great! Deployment is the next step in the process.
* **[I've built my app in Creator Studio, now what?](https://servicenow-prod.fluidtopics.net/ZDuAF2FwiTDg3pk4cDdKig)**   
  You've added forms and automation to your app, and customized the workspace list configurations. Now what?

