> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatnode.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Get up and running with the ChatNode JavaScript Embed SDK in just a few simple steps.

To begin using the SDK, you first need to embed the ChatNode popup chat script into your application. This script loads the necessary SDK methods onto your webpage. To get the embed code:

1. Head over to your **ChatNode Dashboard**.

2. From there, navigate to the **Share** tab and **Popup Chat**.

3. You will find the necessary script to copy and paste into your application's HTML.

Here's an example of the embed code you'll find on the dashboard:

<img className="block" src="https://mintcdn.com/chatnode-55/pS5vptVEuJqWewPH/images/popup-chat-embed-script.webp?fit=max&auto=format&n=pS5vptVEuJqWewPH&q=85&s=e43543c3410d35905c72f619b97f3748" alt="Popup Chat Embed Script" width="1265" height="479" data-path="images/popup-chat-embed-script.webp" />

It is important to load the popup chat script before attempting to call any of the SDK methods described in the next pages. Once the script is embedded, you can start using the various features of the SDK, such as registering client-side custom actions, adding event listeners, and controlling the chat widget programmatically.
