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

# Create an app file 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) 2 min. de leitura

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.

## Antes de Iniciar

Role required: admin or delegated_developer

## Por Que e Quando Desempenhar Esta Tarefa

Application files are essentially metadata records for application logic such as business rules, workflows, and script includes. For more information on app files, see [Application files](https://servicenow-prod.fluidtopics.net/F~gg2JmnPm9DCmQQSVtj1g "Application files are configuration records that allow developers to extend application functionality.") and [Working with metadata app file categories in the ServiceNow Studio Navigator](https://servicenow-prod.fluidtopics.net/ISvTc3qR~HpHCFCSptYAbA "ServiceNow Studio enables you to work with all types of metadata that the ServiceNow AI Platform supports, from automations and integrations to user interface files.").

Delegated developers can create app files for apps they have access to. If you need an app created, contact your admin.

This procedure details how to create files from anywhere in ServiceNow Studio. For pared-down information on adding files to a newly created app, see [Add a file to your app in ServiceNow Studio](https://servicenow-prod.fluidtopics.net/B6Ny4VPFJrCGh5Upiytnxw#add-a-file-to-your-application "Add files to your application right after you create it in ServiceNow Studio.").

## 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. **Opcional:** If you already have an app open in the Navigator panel, you can select the create icon + next to any file type to create a file of that type.  
   You can also select the create icon + next to the application name to create a new file of any type.

4. Select File.
5. Specify which scope the file belongs to by entering it in the Application field.  
   Nota:  
   If you are creating a file directly from within an app, the Application field is populated with the name of the application.
   If you want the app file to be available to all apps, select the Global scope.

6. Select the card for the type of file you want to create.  
   You can find the file type in several ways:
   * Select a file from one of the metadata categories in New File tab.
   * Search for file type you're looking for.
   * Choose from the list of Recent file types.

   {#sn-studio-create-app-file__ul_xz3_hgh_qcc}  
   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 a list of all types of files you can create, 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."). For more information about each file type, see [Working with metadata app file categories in the ServiceNow Studio Navigator](https://servicenow-prod.fluidtopics.net/ISvTc3qR~HpHCFCSptYAbA "ServiceNow Studio enables you to work with all types of metadata that the ServiceNow AI Platform supports, from automations and integrations to user interface files.").
7. Select Continue.  
   The record for the app file opens in a new the same integrated browser tab in ServiceNow Studio.
8. Fill in the form with the details for the new app file.  
   The form fields vary depending on the type of file you created.
9. Select Submit.

## O que Fazer Depois

After you finish creating the app file, you must select the refresh icon in the Navigator panel for it to appear in the list of app files.


