# 分享功能限制

## 版本控制機制

分享功能採用版本控制設計，每次點擊 Share 按鈕會產生新的分享連結。

**注意**：報告產生後只會保留 7 天。

## 限制說明

### 上傳包含報告的 JSON

* 上傳已分析過的 JSON 檔案後，無法直接使用分享功能
* 原因：報告的上傳記錄會在匯入時清空
* 解決方式：重新分析所有網址後再分享

### 部分更新報告

* 打開分享連結後，只重新分析其中幾個網址
* 點擊 Share 會產生新的分享連結
* 新連結包含：已更新的報告（新版本） + 未更新的報告（舊版本）

### 下載的 JSON 檔案

* Download 按鈕下載的 JSON 是固定版本
* 不會隨分享連結更新而改變
* 每次下載都是當下的快照

## 建議作法

### 完整分享流程

1. 分析所有需要的網址
2. 確認所有報告都已完成
3. 點擊 Share 產生分享連結

### 更新已分享的報告

1. 打開原分享連結
2. 重新分析需要更新的網址
3. 點擊 Share 產生新的分享連結
4. 舊連結保持原始版本（歷史記錄）
5. 新連結包含最新資料


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lazypro.app/pagespeed/10-share-limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
