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

# Create an application with the ServiceNow IDE {#ariaid-title1}

* Release version: Yokohama
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Create a scoped application to develop in source code with the ServiceNow IDE.

## Before you begin

Create a workspace for your applications. For more information, see [Create a workspace in the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/w1vCBUCywJkX9Y6UGBhR6A "Create a workspace to view and organize the applications you're working on in the ServiceNow IDE.").

Role required: admin

## Procedure

1. Navigate to AllApp DevelopmentServiceNow IDE.
2. Open a workspace.
3. Use one of the following keyboard shortcuts to open the command palette:  
   * Windows: Ctrl-Shift-P
   * Mac: Cmd-Shift-P
   {#create-application-servicenow-ide__ul_j4x_ns4_gcc}
4. Enter <kbd class="ph userinput">Fluent: Create Fluent App</kbd> and press Enter.
5. Enter a name for the application and press Enter.
6. Enter a description for the application and press Enter.
7. Enter a scope for the application and press Enter.  
   The scope name must be unique on the instance, begin with x_\<prefix\>, and be 18 characters or fewer. For more information, see [Namespace identifier](https://servicenow-prod.fluidtopics.net/zD6mydX19AlNBFq1Ki3tFQ "The system adds a namespace identifier to the front of application artifacts such as tables, scripts, and configuration records.").
8. Enter a package name for the application and press Enter.  
   The package name must adhere to Node Package Manager (npm) package naming standards.
9. Select a template that defines the default application structure.
10. **Optional:** Build and install your application to compile source code into application metadata and make your changes available across the instance. For more information, see [Build and install an application in the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/NpZVL4t4OjS5y6ijBXoOLQ "Build an application to compile its source code and install application changes across an instance from the ServiceNow IDE.").

## Result

A scoped application with the default application structure is added to the instance and open in your workspace. For information about the application structure, see the [Application structure](https://servicenow-prod.fluidtopics.net/NZvoSqmUdToPQ43Dq2OslQ#building-applications-source-code__application-structure) section of the Building applications in source code topic.

In the status bar, a message confirms whether the application was created. If the application creation fails, review the output logs in the panel.  
Note:  
For the ServiceNow IDE to install the required dependencies in an application, the public npm registry must respond with the HTTP `Access-Control-Allow-Origin` header.

## What to do next

From your Git provider, create a dedicated Git repository for the application. Initialize a local Git repository for your application and push it to the remote repository. For more information, see [Initialize a Git repository with the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/Fb0Lxk~Upe_KAypXOQ3zKA "Initialize a local Git repository for an application and push it to a remote Git repository to manage an application in source control.").

In the ServiceNow IDE, start developing your application in source code with ServiceNow Fluent, writing custom JavaScript modules, or adding third-party libraries.

*[\>]: and then


