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

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

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

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

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

## Antes de Iniciar

Create a workspace for your applications. For more information, see [Create a workspace in the ServiceNow IDE](https://servicenow-prod.fluidtopics.net/uRgK8LMq32KHUsQgoHY3Mw "Create a workspace to view and organize the applications you're working on in the ServiceNow IDE.").  
Nota:  
You can use Build Agent to help you create and edit applications in the ServiceNow IDE. For more information, see [Build Agent](https://servicenow-prod.fluidtopics.net/inHSO5UI1Om1plDtzKq~Dw "Use Build Agent, an autonomous AI agent, for creating and updating ServiceNow applications.").

Role required: admin

## Procedimento

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. Select the type of application.  
   * Scoped: Create a scoped application that is protected by identifying and restricting access to application files and data.
   * Global: Create an application in the global scope to allow it to be accessible to other global applications.
   * Configuration: Open an existing application that you don't own to configure or customize specific files.
   {#create-application-servicenow-ide__ul_dhd_kqv_k3c}
6. Enter a name for the application and press Enter.
7. Enter a description for the application and press Enter.
8. For scoped applications, enter a scope name and press Enter.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/CNFm~q~1Jp9ut0uVOsIlqw "The system adds a namespace identifier to the front of application artifacts such as tables, scripts, and configuration records.").
9. Enter a package name for the application and press Enter.  
   The package name must adhere to Node Package Manager (npm) package naming standards.
10. Select a template that defines the default application structure.
11. Select whether to use TypeScript or JavaScript to create JavaScript modules.  
    This option determines the configuration of the package.json and now.config.json files and adds a tsconfig.json file for TypeScript projects.
    * TypeScript: The application is configured to build .ts files from the src/server directory into modules.
    * JavaScript: The application is configured to build .js files from the src/server directory into modules.
    {#create-application-servicenow-ide__ul_d45_2d4_pdc}
12. **Opcional:** Build and installdeploy 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/nFRtOM5SII_mAiDToi6ZSQ "Build an application to compile its source code and deployinstall application changes across an instance from the ServiceNow IDE.").

## Resultado

An 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/fMFdQSnYXlXABQn6hWAbCQ#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.  
Nota:  
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.

## O que Fazer Depois

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/KWWsREx4zfkOkiIb7J~sLw "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.

