> ## Documentation Index
> Fetch the complete documentation index at: https://www.activepieces.com/docs/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 Activepieces 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 Activepieces 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 Activepieces:

<img src="https://mintcdn.com/activepieces/uHZ35vXyxX7goNO-/resources/screenshots/embedding-example.png?fit=max&auto=format&n=uHZ35vXyxX7goNO-&q=85&s=4ef307c798f68cfbdbab3a90e275a512" alt="Embedding Example" width="2630" height="2284" data-path="resources/screenshots/embedding-example.png" />

<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 Activepieces and the SaaS embedding it through a piece, we recommend you check the [custom property doc](/build-pieces/piece-reference/properties#custom-property-beta)
</Tip>
