## Prerequisites

Review these pages before starting:

- [Getting Started with Incode Web SDK](https://developer.incode.com/docs/web-sdk-integrations)
- [Create a new Onboarding Session using the Omni API](https://developer.incode.com/docs/single-onboarding)

## Installation

Use the following code to integrate the [current version](https://developer.incode.com/docs/releases-web-sdk) of the Incode Web SDK into your web application.

### CDN (script tag)

```html
  <!-- Include Incode Web SDK inside the head tag -->
  <script src="https://sdk.incode.com/sdk/onBoarding-1.83.0.js" defer></script>
```

### NPM Package

```shell
npm install @incodetech/welcome
```
