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

# Overview

> Understanding how embedding works

<Snippet file="enterprise-feature.mdx" />

This section provides an overview of how to embed the NRAI builder in your application and automatically provision the user.

The embedding process involves the following steps:

<Steps>
  <Step title="Provision Users">
    Generate a JSON Web Token (JWT) to identify your customer and pass it to the SDK, read more [here](./provision-users).
  </Step>

  <Step title="Embed Builder">
    You can use the SDK to embed and customize NRAI in your SaaS, read more [here](./embed-builder).
  </Step>
</Steps>

Here is an example of how it looks like in one of the SaaS that embed NRAI:

<img src="https://mintlify.s3.us-west-1.amazonaws.com/newratantechnologiespvtltd/resources/screenshots/embedding-example.png" alt="Embedding Example" />

<Tip>
  In case, you need to gather connections from your users in your SaaS. You can do this with the SDK. Find more info [here](./embed-connections).
</Tip>

<Tip>
  If you are looking for a way to communicate between Activaddons and the SaaS embedding it through a addon, we recommend you check the [custom property doc](/developers/addon-reference/properties#custom-property-beta)
</Tip>
