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

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Create an app in Creator Studio

# Create an app in Creator Studio {#ariaid-title1}

* Release version: Yokohama
* 
* Updated August 11, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Get started creating an app by specifying basic info for the app that you're building in Creator Studio.

## Before you begin

If you don't have permission to create an app, you can request that a teammate create one for you. For more information, see [Ask an admin to create an app for you in Creator Studio](https://servicenow-prod.fluidtopics.net/NBv6iIRbMkzWYB9wZPFWkA "Don't have permission to build an app? Ask your admin to get you started by creating a basic app for you. Just give them a name and tell them what you want the app to do. Once they start it, you’ll take over and modify it.").

You can also watch a short video on how to create an app.

Your administrator must add you to the Creator Studio Users group.

## Procedure

1. Let's open Creator Studio. On your instance, select the All tab.  
   Figure 1. All tab

   This tab lets you see all the apps installed on your instance.
2. In the white text field, enter <kbd class="ph userinput">Creator Studio</kbd>.  
   The list of apps you see underneath the text box now pertains only to App Engine.
3. In the list, select Creator Studio.  
   That's how you open Creator Studio! You've landed on its home page. Under Apps, you see all the apps that people already created.
4. Select Create app to begin your journey.  
   * If you're a system administrator, you can read more about this topic in [Application collaboration](https://servicenow-prod.fluidtopics.net/uuSn_cE4sWSE7IS3U5rt0Q "People with admin privileges can manage the permissions of developers collaborating on an application.").
   * If you want to know how to request an admin to create the app for you, check out [Ask an admin to create an app for you in Creator Studio](https://servicenow-prod.fluidtopics.net/NBv6iIRbMkzWYB9wZPFWkA "Don't have permission to build an app? Ask your admin to get you started by creating a basic app for you. Just give them a name and tell them what you want the app to do. Once they start it, you’ll take over and modify it.").
   {#create-app-creator-studio__ul_cw3_tbs_dcc}
5. Select the type of app you want to build, such as Service Desk.  
   Service Desk apps enable users to submit requests, report issues, and access support related to services within your company.  
   Note:  
   Your admin may have hidden this page.
   Figure 2. Select the app type
6. Select the Continue button.
7. Fill in the fields on the Create app page that appears.  
   Figure 3. Create an app
   1. Give your app a Name, which should be descriptive and intuitive.
   2. Describe what your app does in the Description.  
      For example, <kbd class="ph userinput">This app enables a person to request office equipment.</kbd>
   3. **Optional:** Select Advanced settings and confirm that your app's name and tables are unique by specifying the Scope.  
      For more advanced information about scopes, see [Application scope](https://servicenow-prod.fluidtopics.net/ch6j1iJjd63nAIt7ogF27A "Application scoping protects applications by identifying and restricting access to application files and data.").
   4. Select Create app.
   {#create-app-creator-studio__substeps_pf4_kvg_s1c}

## Result

Congrats:  
Hooray, you've created your app! Next, we will use a template to add a form that people will use to fill out requests in your app. Check out [Add a form to an app in Creator Studio](https://servicenow-prod.fluidtopics.net/fbauB0L2hKgtXE6kyICeBg "Add a form to the app you just created. Forms contain questions that people respond to when submitting a service desk request.") for how to do that.

To learn all the things you can do as the app owner when building the app, see [Application collaboration](https://servicenow-prod.fluidtopics.net/uuSn_cE4sWSE7IS3U5rt0Q "People with admin privileges can manage the permissions of developers collaborating on an application.").

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 underlying table](https://servicenow-prod.fluidtopics.net/0GRcrDmQOwTlrwnXvuBHKw "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.

