ServiceNow Studio (legacy)
-
- UpdatedAug 1, 2024
- 5 minutes to read
- Xanadu
- Building applications
The legacy ServiceNow Studio provides an Integrated Development Environment (IDE)-like interface for application developers to work on custom applications in one centralized location. It offers a simple way to create, review, and update application files from a tabbed environment.
The system opens the new ServiceNow Studio whenever you edit a custom application.
Capabilities
- Create an application and application artifacts.
- Perform code search.
- Integrate with source control.
- Create your company's customizations to store applications that belong to other organizations.
- Use Virtual Agent Designer to create and manage topics, which are blueprints for conversations between a virtual agent and a user. You can design topics that help your users resolve common work issues or guide them through self-service tasks.

- See exactly what files comprise their application in the Application Explorer.
- Add new files to their application using a single Create Application File interface.
- Navigate to files using familiar search-by-name or by-type behavior with the Go To dialog.
- Find code both within and outside an application using the Code Search tool.
- Operate on multiple files at once using the tabbed interface.
- Operate on multiple applications at once using multiple studio windows.
- Publish their application to company instances or the ServiceNow Store.
- View information about their current application from the Status Bar.
Which builder should I use to create an app?
Want to build an app easily, without code?
Creator Studio specializes in helping you craft request-fulfillment applications without writing code. For example, an application to request office supplies by filling out a form, and someone approves or denies your request. For more information, see Creator Studio: Creating applications without writing code.
Need a more general app but still want low-code options?
App Engine Studio lets you build a broader range of apps than Creator Studio without being a programming pro. For more information, see Build apps using App Engine Studio.
Are you a developer who wants more control in a centralized user interface?
Build apps smarter and deliver them faster with the new ServiceNow Studio. ServiceNow Studio empowers platform developers with a modern, unified environment for building on the Now Platform. ServiceNow Studio features streamlined navigation to applications and metadata, integrated low-code tools, efficient tracking and packaging of development work that accelerates development processes and enhances productivity. For more information, see Building applications with ServiceNow Studio.
Are you a developer who wants to use industry-standard development tools and processes?
The ServiceNow IDE and ServiceNow SDK support developing applications in source code with ServiceNow Fluent, creating JavaScript modules, and using third-party libraries. ServiceNow Fluent is a domain-specific programming language for creating application metadata in code.
The ServiceNow IDE is an implementation of Visual Studio Code for the Web on the Now Platform. The ServiceNow SDK uses Visual Studio Code Desktop locally. For more information, see Building applications in source code.
Working with the Studio UI
Related Content
- Contextual development environment
The platform is a contextual development environment that displays the currently selected application, identifies the scope of every application artifact, and prevents any changes that violate the access settings for an application.