> ## 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.

# Update LangBot

## Using Package Manager

Please execute in the directory you deployed LangBot again:

```bash theme={null}
uvx langbot@latest
```

This command will download and start the latest version of LangBot.

## Using Docker (or one-click deployment based on Docker)

Please execute in the directory you cloned LangBot:

```bash theme={null}
git pull
```

Please execute in the `docker/` directory:

```bash theme={null}
docker compose up --force-recreate --pull always -d
```

This command will pull the latest LangBot image and rebuild the container.

<Info>
  4.3.0 version changed the content and location of the `docker-compose.yaml` file, if you updated from a previous version, please [redploy according to the documentation](/en/deploy/langbot/docker).
</Info>

## Manual Deployment

Download the latest release's `langbot-<version>-all.zip` from the Assets section on the [Releases](https://github.com/langbot-app/LangBot/releases) page, extract it to the original deployment directory, and restart.
