> ## Documentation Index
> Fetch the complete documentation index at: https://activepieces-feat-selfhost-appwebhooks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Private

> Learn how to share your pieces privately.

<Tip>
  This feature is only available for Paid edition, if you want to use it, please contact us at `sales@activepieces.com`.
</Tip>

This guide assume you have already created a piece, and created private fork of our repository.

## Step 1

Build the piece using the following command, make sure to replace `${name}` with your piece name.

```bash
npx nx build pieces-${name}
```

## Step 2

Then pack your pieces as npm package, make sure to replace `${name}` with your piece name.

```bash
cd dist/packages/pieces/${name} && npm pack
```

## Step 3

Upload generated tarbar inside `dist/packages/pieces/${name}` to activepieces using the interface.
