---
sourceDocument: Xanadu Build or modify applications
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/application-development

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Building pro-code applications

# Building pro-code applications {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Create and manage custom applications from scratch using classic pro-code
tools.

[ServiceNow Studio](https://www.servicenow.com/docs/afvzz7YbXd1oDuszcQTtEg "ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease. Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.")
:   Use ServiceNow Studio to build apps and app files with integrated tools, access and edit metadata in scoped and global apps, and package app changes for deployment, all in one powerful development
    tool.

[ServiceNow IDE](https://www.servicenow.com/docs/lZeypS23eD~nN1YOuavapQ "Create and develop scoped applications in source code in an integrated development environment (IDE) on the ServiceNow AI Platform to improve collaboration across development teams and accelerate application development.")
:   ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. With the ServiceNow IDE, you can create and develop scoped applications in source code, create JavaScript modules, and use third-party libraries.

[ServiceNow SDK](https://www.servicenow.com/docs/zB2q7MYedL835InZgbr_fw "Create and develop scoped applications in source code locally in Visual Studio Code Desktop and upload changes to an instance using the ServiceNow software development kit (SDK).")
:   ServiceNow SDK enables developers to create scoped applications in source code locally in Visual Studio Code Desktop and upload changes to a ServiceNow instance. You can also use the ServiceNow SDK to create JavaScript modules and use third-party libraries.

[ServiceNow Extensions for Visual Studio Code](https://www.servicenow.com/docs/pVc0yl33n5SRGLQtijr9fQ "Edit your ServiceNow applications in Visual Studio Code with the help of the ServiceNow Extensions for VS Code.")

:   The ServiceNow extensions for VS Code editor enables you to edit applications offline and within ServiceNow instances.

## Which builder should I use to create an app? {#building-pro-code-applications__id_rnl_5nv_gbc}

Figure 1. Types of builders

**Want to build an app easily, without code?**{#building-pro-code-applications__p_ils_j1k_ccc}

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 [Exploring Creator Studio](https://www.servicenow.com/docs/KJj4Hq8nocCGn1DU21Q92A "Creator Studio makes creating apps easier by dividing their creation into simple steps. In this section, we'll explain each one.").{#building-pro-code-applications__p_glw_j1k_ccc}

**Need a more general app but still want low-code options?**{#building-pro-code-applications__p_kyz_j1k_ccc}

App Engine Studio lets you build a broader range of apps than Creator Studio without being a programming pro. For more information, see [Exploring App Engine Studio](https://www.servicenow.com/docs/GsErco9kNjmVSnc7uuStNw "Learn how you can use the low-code app development tool, App Engine Studio (AES), to build powerful applications using guided setup, predefined templates, and workflows.").{#building-pro-code-applications__p_rtc_k1k_ccc}

**Are you a developer who wants more control in a centralized user interface?**{#building-pro-code-applications__p_jhv_k1k_ccc}

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 ServiceNow AI 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 [Exploring ServiceNow Studio](https://www.servicenow.com/docs/TAxFckGJZQA63l61AAeplw "ServiceNow Studio delivers a cohesive, efficient experience for mid-to-high-skilled developers to create, modify, and extend apps. ServiceNow Studio is a single place that you can go to do development work, delivering value to your business faster.").{#building-pro-code-applications__p_xpy_k1k_ccc}

**Are you a developer who wants to use industry-standard development tools and processes?**{#building-pro-code-applications__p_gmb_l1k_ccc}

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.{#building-pro-code-applications__p_jjf_l1k_ccc}

The ServiceNow IDE is an implementation of Visual Studio Code for the Web on the ServiceNow AI Platform. The ServiceNow SDK uses Visual Studio Code Desktop locally. For more information, see [Building applications in source code](https://www.servicenow.com/docs/gjFgQZz3ZfxdXU0DH4e5MQ "Create and develop custom applications in source code using familiar development tools and processes.").{#building-pro-code-applications__p_ryj_l1k_ccc}

## Scripting {#building-pro-code-applications__section_ptn_1v4_rvb}

[Action Designer](https://www.servicenow.com/docs/access?context=actions&version=xanadu&pubname=xanadu-build-workflows&ft:locale=en-US)
:   Use Workflow Studio to automate a repeatable task within a flow as a
    sequence of related steps. Enable flow authors to add actions to multiple flows with
    minimal configuration.

[Client-side
scripting](https://www.servicenow.com/docs/Cvr2axpbbXpDR4LeftiJZg "Run JavaScript on the client (web browser) when client-based events occur, such as when a form loads, after form submission, or when a field changes value.")
:   Client scripts enable the system to run JavaScript on the client (web browser) when
    client-based events occur, such as when a form loads, after form submission, or when a
    field changes value.

[Now Assist for code generation](https://www.servicenow.com/docs/kIVa6MDEep1TSe6gc4gMAA "Use ServiceNow Now Assist for code generation for help writing scripts quickly with AI-generated code based on text or code prompts.")
:   Now Assist for code generation allows developers to write scripts quickly with AI-generated code suggestions based on text or code prompts.

[Now Code Editor](https://www.servicenow.com/docs/ZfmfY3dXoC_d59lz2H895A "Now Code Editor is a rich-text editor like interface that supports Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), JavaScript, Extensible Markup Language (XML), and JavaScript Object Notation (JSON). Use Now Code Editor to modify UI configuration, data resource configuration, styles, events, client-side and server-side scripts in Next Experience UI Builder components.")
:   Now Code Editor provides a rich-text editor interface that supports Cascading Style
    Sheets (CSS), Hypertext Markup Language (HTML), JavaScript, Extensible Markup Language
    (XML), and JavaScript Object Notation (JSON). Use Now Code Editor to modify UI
    configuration, data resource configuration, styles, events, client-side and
    server-side scripts in Next Experience
    UI Builder components.

[Server-side
scripting](https://www.servicenow.com/docs/xcuuJDJkpIFkgJZ4BErihA "Server scripts run on the server or database. They can change the appearance or behavior of ServiceNow or run as business rules when records and tables are accessed or modified.")
:   Server scripts run on the server or database. They can change the appearance or
    behavior of the ServiceNow AI Platform or run as business rules when records and
    tables are accessed or modified.

## Core functionality {#building-pro-code-applications__section_m3p_1z4_rvb}

[Groups](https://www.servicenow.com/docs/access?context=ua-creating-groups&version=xanadu&pubname=xanadu-platform-administration&ft:locale=en-US)

:   Simplify user administration by assigning roles to groups. Any business rules,
    assignment rules, system roles, or attributes that refer to the group apply to all
    group members automatically.

[Notifications](https://www.servicenow.com/docs/access?context=notifications&version=xanadu&pubname=xanadu-platform-administration&ft:locale=en-US)
:   Use ServiceNow Notifications to manage system email, create
    system notifications, and configure how your system responds to inbound email.

[Roles](https://www.servicenow.com/docs/access?context=ua-creating-roles&version=xanadu&pubname=xanadu-platform-administration&ft:locale=en-US)
:   Roles control access to features and capabilities in applications and modules. The
    admin role provides access to all features and capabilities.

[ServiceNow plugins](https://www.servicenow.com/docs/access?context=c_ServiceNowPlugins&version=xanadu&pubname=xanadu-platform-administration&ft:locale=en-US)
:   Plugins are software components that provide specific features and functionalities
    within a ServiceNow instance.

[UI policies](https://www.servicenow.com/docs/access?context=t_CreateAUIPolicy&version=xanadu&pubname=xanadu-platform-administration&ft:locale=en-US)
:   UI policies dynamically change the behavior of information on a form and control
    custom process flows for tasks.

[Users](https://www.servicenow.com/docs/access?context=user&version=xanadu&pubname=xanadu-platform-administration&ft:locale=en-US)
:   User records establish a relationship between an individual and your ServiceNow instance. User records consist of a user name, a
    password, and information relating to the individual, such as contact information,
    location, and job title.

## Related applications and features {#building-pro-code-applications__section_gf3_hkq_rvb}

[JavaScript APIs](https://www.servicenow.com/docs/access?context=api-reference&version=xanadu&pubname=xanadu-api-reference&ft:locale=en-US)
:   Use JavaScript APIs in scripts that you write to change the functionality of
    applications, or when you create new applications.

[UI Builder](https://www.servicenow.com/docs/oPkfgJdb9qQnsvA7JrEDTA "UI Builder is a web user interface builder. Use UI Builder to build pages for App Engine Studio generated workspaces or custom web experiences using Next Experience Components and custom web components.")
:   Use UI Builder to build web user interfaces for CSM Configurable Workspace, App Engine Studio generated
    workspaces and portals, or custom web experiences using Next Experience Components and custom web components.

