---
title: Getting Started with the Journey module for JavaScript
description: A getting started guide for integrating DaVinci flows into your JavaScript application, covering installation, configuration, flow navigation, and UI localization.
component: orchsdks
page_id: orchsdks:davinci:usage/javascript/index
canonical_url: https://developer.pingidentity.com/orchsdks/davinci/usage/javascript/index.html
revdate: Fri, 9 Jan 2026 17:23:51 +0000
keywords: ["DaVinci", "JavaScript", "Get Started", "Tutorial", "Integration"]
section_ids:
  installing_and_importing_the_davinci_module: Installing and importing the DaVinci module
  configuring_the_davinci_module: Configuring the DaVinci module
  stepping_through_davinci_flows: Stepping through DaVinci flows
---

# Getting Started with the Journey module for JavaScript

[icon: circle-check, set=far]PingOne [icon: js, set=fab]JavaScript

In this section you will learn how to add the **DaVinci** module, configure it to communicate with the identity server, and write the code to initiate a login.

You'll handle each step of a DaVinci flow, from collecting user credentials to processing the final session token upon success or handling errors if the login fails.

## [Installing and importing the DaVinci module](01-installing-the-davinci-module.html)

Learn how to install and import the **DaVinci** module into your JavaScript projects.

[**Install the module**[icon: chevrons-right, set=fas, size=xs]](01-installing-the-davinci-module.html)

## [Configuring the DaVinci module](02-configuring-the-davinci-module.html)

Explore the configuration options you have available for connecting the **DaVinci** module to your PingOne instance, and controlling how the module behaves.

[**Configure the module**[icon: chevrons-right, set=fas, size=xs]](02-configuring-the-davinci-module.html)

## [Stepping through DaVinci flows](03-stepping-through-davinci-flows.html)

A DaVinci flow consists of a number of nodes, each is responsible for a particular tasks, such as obtaining credentials, or performing a risk assessment.

Learn how the **DaVinci** module navigates a DaVinci flow, and how to handle the collectors the server sends in each step.

[**Start the davinci**[icon: chevrons-right, set=fas, size=xs]](03-stepping-through-davinci-flows.html)
