Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Getting started: Create your first application in the ServiceNow IDE

Get started in the ServiceNow IDE by creating an application that you can develop in source code, pushing it to a remote repository, and cloning it on another instance.

The ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. With the ServiceNow IDE, you can get started building applications quickly using familiar tools and industry-standard development practices. For an overview of the ServiceNow IDE user interface, see ServiceNow IDE user interface.

Tutorial overview

In this tutorial, you complete the following tasks to familiarize yourself with developing a new application in source code from the ServiceNow IDE:

  • Create an application that supports development in source code.
  • Configure basic authentication and connect your application in the ServiceNow IDE to a remote Git repository and then push your application to the repository.
  • Create a simple table for a to-do list using ServiceNow Fluent APIs.
  • Install a third-party library and use its code in a JavaScript module.
  • Clone the application from the remote Git repository onto another instance.

Afterward, you should be ready to take the basic application you create and continue learning to develop it into a more complex application that meets your requirements.

Before you begin

You should have access to the following items to complete this tutorial:

Parent Topic:Exploring the ServiceNow IDE

Related topics

ServiceNow IDE user interface