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

# Distribute Plugins via GitHub

You can upload your plugin to GitHub, create a Release for the repository, and upload the `.lbpkg` file, allowing other users to install it in LangBot.

## Build Plugin

Execute the following command in the plugin directory:

```bash theme={null}
lbp build
```

This will generate a `.lbpkg` file in the `dist` directory.

## Create Release

Upload your plugin to GitHub, then go to the Release page of your plugin repository, click to create a Release, and upload the `.lbpkg` file you just built.

<img width="600" src="https://mintlify.s3.us-west-1.amazonaws.com/langbot/images/zh/plugin/dev/dist/github_release.png" />

## Install Plugin

In LangBot's plugin management page, click the top-right corner to select the GitHub installation method.
