> 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/videos/add-new-video.md).

# 新增銷售影片

## 建立您的銷售影片 <a href="#create-sales-video" id="create-sales-video"></a>

從影片總覽內點選 「 新增銷售影片 」 按鈕，即可建立空白的「銷售影片管理」頁面。

<figure><img src="/files/bwzXNhcUugZMMxRkoGor" alt=""><figcaption><p>新增銷售影片 - 新增影片</p></figcaption></figure>

### 功能概述 <a href="#functional-overview" id="functional-overview"></a>

對於 「 非直播 」 銷售習慣的網路開店商家，或是 「 無法公開保留 」 影片的社群直播主，現在也可以手動將直播回放、預錄或重新剪輯後的影片上傳至 Livebuy 啦！只要按指示上傳影片檔案，並選擇設定好商品即可輕鬆完成 Livebuy 邊看邊買工具。

{% hint style="info" %}
提醒：只支援 **MP4, MOV** 檔案格式，影片上傳時請勿關閉視窗，建議等待期間可進行商品設定。
{% endhint %}


---

# 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/videos/add-new-video.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.
