Applications in ServiceNow Studio
Create, update, manage, publish, and delete applications in ServiceNow Studio — all from a single environment, based on your permissions.
What are ServiceNow applications?
A ServiceNow app is a package that performs a specific task for a specified group of users. Think of an app as a container with a set of rules around who can access and edit it. For example, ServiceNow apps can include an API, a table, a workspace, a form, a flow, or any combination of those things.
Applications range from a few files to thousands of files. In ServiceNow Studio, you can create and work on apps of any size with a variety of file types, based on your permissions.
How do I create a new application?
Use either Create button on the ServiceNow Studio home page to start creating an app. For more information, see Create an application in ServiceNow Studio.
Both Create buttons on the home page enable you to create a new application.
Opening an existing application for the first time
When you open ServiceNow Studio for the first time, open your apps from the Navigator panel on the left side of the screen. Search for the app by name or select it from the list.
The Navigator panel shows a list of applications in ServiceNow Studio
Selecting an app opens its full contents in the Navigator panel, with all file types organized by category, such as Automation. Select App details to open the app in a new tab.
Open the app in a new tab by selecting App details.
For more information, see Find an app or app file using the Navigator panel.
For more information about working with your application from App details, see App details page.
Opening apps for continued work
After you open an app for the first time, it appears in the Recently opened apps section on the ServiceNow Studio home page. Recently opened files are also available from the home page.
Recently opened apps and app files are available directly from the home page.
To find apps and files you have worked on recently, select the Recent section in the Navigator panel and filter by time period.
Use the Recent section of the Navigator panel to access recently opened files and apps.
- Create an application in ServiceNow Studio
Create a custom application in ServiceNow Studio, then add data, automation, or other app files using integrated development tools and builders. - Create an app file in ServiceNow Studio
Create an app file in ServiceNow Studio to define how an aspect of an application functions — such as which users can access it or how it processes data. - App details page
The App details page in ServiceNow Studio shows metadata about your app and provides access to common development actions — including creating files, updating app settings, and publishing your app for deployment. - Bookmark apps and app files in ServiceNow Studio
Bookmark apps and app files in ServiceNow Studio so you can access them quickly from the Bookmarks tab in the Navigator panel. - Source control in ServiceNow Studio
Use source control in ServiceNow Studio to manage app versions, commit changes, and collaborate with other developers through a linked Git repository. - Preview an app file in ServiceNow Studio
Preview app files in ServiceNow Studio before publishing to confirm that the file looks and functions as expected. Only files with a user interface support preview. - Find an app or app file using code search
Use code search in ServiceNow Studio to search through all applications and tables on an instance to locate a specific app, app file, or code snippet. - Delete an app from ServiceNow Studio
Delete apps that are no longer needed from ServiceNow Studio to remove them permanently from the instance.
Parent Topic:Using ServiceNow Studio