> ## Documentation Index
> Fetch the complete documentation index at: https://activepieces-fix-troubleshoort.mintlify.site/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 frontend.
  </Step>

  <Step title="Embed Builder">
    Use the Activepieces SDK and the JWT to embed the Activepieces builder as an iframe, and customize using the SDK.
  </Step>
</Steps>

<Tip>
  Incase, you need to gather connections in custom place in your application. You can do this with the SDK. Find more info [here](./embed-connections.mdx).
</Tip>
