> For the complete documentation index, see [llms.txt](https://help.livebuy.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.livebuy.tv/product-tour/referral-overview/order/monthly-sales-and-order-forecast.md).

# 本月平均金訂單金額 / 成交訂單人數

## 訂單**資訊卡** <a href="#shop-sales-information" id="shop-sales-information"></a>

於 「 訂單成效 」 標題下方的資訊卡，為 「 商城 」 從本月累計至今的 「 已成立 」 訂單（含未付款、已付款）之統計數據，可幫助您更為快速地掌握近期銷售成效。由下方之訂單表列中點選單一訂單更可進一步檢視全部詳細資料。

<figure><img src="/files/TDJj0SbZym0DuteVrlps" alt=""><figcaption><p>訂單成效 - 訂單資訊卡</p></figcaption></figure>

**本月平均訂單金額：**\
為「預估」當月 1 日至今 「 已成立 」 訂單之銷售總金額（含未付款金額）。

**本月成交訂單人數：**\
為「預估」當月 1 日至今 「 已成立 」 訂單之訂單數（含未付款訂單）。

**成長百分比（相較於上個月）**\
本月份 vs 上月份的業績成長情況，綠色為正成長、紅色為負成長，當持平時則以 「 - 」 符號表示。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.livebuy.tv/product-tour/referral-overview/order/monthly-sales-and-order-forecast.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
