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

# Updating

> Keep ArgentOS up to date.

## Update ArgentOS

```bash theme={null}
argent update
```

<Info>
  This pulls the latest version and rebuilds. Your configuration and data are preserved.
</Info>

If you need to validate a test release before it reaches production, use the [Developer Branch install guide](/install/developer-branch) instead of the stable lane.

## Manual Update

```bash theme={null}
cd /path/to/argentos
git pull
pnpm install
pnpm build
```

After updating, restart the gateway:

```bash theme={null}
argent gateway restart
```
