# 快速開始

## 使用方式

1. 上傳發票資料：點擊上傳按鈕，選擇包含憑證的 JSON 檔案
2. 自動切換平台：系統自動偵測並切換到對應平台
3. 預覽與編輯：檢視發票列表，可新增、修改、刪除
4. 批次開立：點擊 Start 開始批次處理
5. 查看結果：即時顯示成功/失敗狀態與統計

## 線上使用

訪問 <https://invoice.lazypro.app>

## 離線使用

若對線上版處理發票資料有隱私疑慮，可下載專案在本機 PHP 環境執行，資料完全私人化不外傳。

## 準備 JSON 資料

推薦使用 AI 工具（如 Claude 或 ChatGPT）將訂單資料轉換為所需格式。

完整轉換指南：[AI-PROMPT-GUIDE.md](https://github.com/LazyProApp/Invoice/blob/main/AI-PROMPT-GUIDE.md)

參考範本：`invoice-templates/` 目錄提供各平台完整 JSON 範本


---

# 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/invoice/01-quick-start.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.
