---
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 in ServiceNow Studio {#ariaid-title1}

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

Create a custom application in ServiceNow Studio. After creating the foundations of your app, you can add data, automation, or many other types of app files using integrated development tools and builders in ServiceNow Studio.

## Antes de Iniciar

As of the version 27.1.2, both admins and users with Guided Application Creator (GAC) roles can create apps in ServiceNow Studio. To create a custom global app, the GAC user must have the Global role.

Role required: admin or Guided Application Creator roles

## Por Que e Quando Desempenhar Esta Tarefa

You can create apps using the following procedure, or you can use Build Agent to get a head start creating your app. For more information about using a conversational interface to create an app, see [Build Agent in ServiceNow Studio](https://servicenow-prod.fluidtopics.net/KGts3QmodPbPEcDJLgg_Rw "Use Build Agent, an autonomous AI agent, to create and update applications in ServiceNow Studio. Build Agent enables developers to perform intelligent, context-aware tasks within ServiceNow Studio through conversational interaction.").

## Procedimento

1. Navigate to AllApp EngineServiceNow Studio.
2. Select either the create icon ![create icon]() next to the Navigator panel or the Create button.  
3. Select App from the options that appear.
4. You can begin creating your app on your own or by using Creator Studio.  
   Nota:  
   If you need some inspiration for your app, select Explore the App Gallery. After signing in with your ServiceNow credentials, you have access to a library of apps and app files that can help you create your application.

   | How to create | Description |
   | On your own | Create the application on your own, adding content and files of your choosing. Select On your ownContinue, and continue with step 5 in this procedure. |
   | With Creator Studio | Use Creator Studio to create a simple request and fulfill application. Select With Creator StudioContinue in Creator Studio to begin creating your application. For more information, see [Building apps with Creator Studio](https://servicenow-prod.fluidtopics.net/vKCwCj5augnUyX17H~rYaw "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?"). |
   |-|-|

   {#create-an-application-in-servicenow-studio__choicetable_tgq_ryl_m3c}
5. Enter the basic information for the app on the form.  
   Figura 1. Create an app basic details
   1. Enter a Name and Description for your application.
   2. **Opcional:** Add a logo by either dragging the image to the Browse or drag to upload field or selecting the field, selecting the image from your file directory, and selecting Open.
   3. Specify the Scope.  
      * Scoped means that the app doesn't interact with any other data on the instance. By default, the app can access and change its own tables and business logic, but other apps can't unless you give them explicit permission.
      * Global means that all tables and business logic on the instance can interact with the app.

      {#create-an-application-in-servicenow-studio__ul_qys_l4j_4cc}For more information about working with scopes, see [Application scope](https://servicenow-prod.fluidtopics.net/dpABJ5Jynnn9dK2h3GuwXg "Application scoping protects applications by identifying and restricting access to application files and data.").
   4. Select Continue.
   {#create-an-application-in-servicenow-studio__substeps_f5m_24j_4cc}
6. Define user access to the app by adding roles.  
   ServiceNow Studio automatically defines default admin and user roles. You can remove the predefined roles or add more roles. For more information about roles, see [Managing roles](https://www.servicenow.com/docs/access?context=ua-creating-roles&version=australia&pubname=australia-platform-administration&ft:locale=en-US).
   1. Select Add a role.
   2. Enter the Role name and Description.
   3. Repeat this process for as many roles that you need to add.
   4. Select Continue.

   {#create-an-application-in-servicenow-studio__substeps_sjf_gqj_4cc}  
   Nota:  
   You must have at least one role in the application to be able to continue making updates.
   Figura 2. Roles create user access to the app
7. Open the app dashboard when ServiceNow Studio is done creating the foundation of the app by selecting Go to app dashboard.
8. Continue building your app by creating a new file or viewing the app details page.  
   * Select Create file to begin adding files to your application right away.
   * Select View app details to go to the app details page for your new app.
   {#create-an-application-in-servicenow-studio__ul_v5c_plw_x2c}
{#create-an-application-in-servicenow-studio__steps_mhv_4ch_scc}

## O que Fazer Depois

Add content such as application files, dependencies, and cross-scope privileges to your new application.

## Add a file to your app in ServiceNow Studio {#ariaid-title2}

Add files to your application right after you create it in ServiceNow Studio.

### Antes de Iniciar

Role required: admin or delegated_developer

### Por Que e Quando Desempenhar Esta Tarefa

This procedure details how to add files to an app right after creating it. For more information on how to create files from anywhere else in ServiceNow Studio, see [Create an app file in ServiceNow Studio](https://servicenow-prod.fluidtopics.net/ZjeAwjSz4QBkyWvAtBamKQ "Create an app file to define an aspect of how an application functions. For example, you could add a security file using ServiceNow Studio to define which users can access the app.").

### Procedimento

1. On the app creation confirmation page, select Create file.  
2. Search for and select the type of file you'd like to create.  
   Nota:  
   The types of available files you see depends on your permissions. If you're expecting to see a certain file type but don't see it, contact your administrator.
   For more information about each available file type and category, see [ServiceNow Studio Navigator panel taxonomy](https://servicenow-prod.fluidtopics.net/N1vi9L_FHMYxp9yZ12uaxQ "Learn more about each metadata file type and its corresponding primary table in the File categories tab of the ServiceNow Studio Navigator panel.").
3. Select Continue.
4. Fill in the form with the details for the new app file.  
   The form fields vary depending on the type of file you created.
5. Select Submit.

