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

# Update a Site

> Use an exported Deployment to make a safe conversational update.

## Manual portable workflow

1. In **Website → Deployment history**, download the current live Deployment.
2. Attach that ZIP to a new AI conversation.
3. Ask the AI to read `https://docs.liteshop.me/llms.txt` and make the requested change.
4. Require it to preserve the existing `baseDeployment` value in `liteshop.json`.
5. Download the updated ZIP.
6. Upload it under **Upload an update**.
7. Inspect the validated Draft preview.
8. Explicitly choose **Publish** when the result is correct.

Suggested prompt:

```text theme={null}
Read https://docs.liteshop.me/llms.txt. The attached ZIP is the current exported Liteshop Deployment. Make the following changes without removing or changing its baseDeployment value: [describe changes]. Return the complete updated Site Bundle as a ZIP.
```

Liteshop rejects a Draft if its base is no longer the active Deployment. If this happens, download the new active Deployment and repeat the edit against that version.

## Connected workflow status

Direct updates through an authenticated ChatGPT or Claude connection are in development. Until the [capability-status page](/reference/capability-status) marks connected authoring available, use the portable workflow above.
