> For the complete documentation index, see [llms.txt](https://docs.vocu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vocu.ai/zh-hk/generate/queue.md).

# 任務隊列

透過按一下下方工具列的時鐘圖示，您可以開啟生成歷史彈出視窗。

![](/files/psbTOQ34N3IvZeHDhcYA)

您可以在此查看並管理正在進行中的生成任務，以及所有歷史任務的狀態。任務狀態會即時更新，無需手動重新整理。生成歷史會展示所有曾經進行的任務，而您的最新任務會出現在列表最上方。

<figure><img src="/files/pEuwas0KzwhjMPFxrTbP" alt=""><figcaption></figcaption></figure>

您可以按一下查看列表中[每個任務的詳情](/zh-hk/generate/task-detail.md)，播放每個任務的最終生成結果（如有），或在每個任務的下拉式選單中，快速進行音訊下載、複製到編輯器、重新生成所有內容、刪除任務歷史等操作。

<figure><img src="/files/nyC0cFMdEs48K6YeWDlY" alt=""><figcaption></figcaption></figure>

現在，單一段落亦設有可獨立查看的生成歷史。按一下段落中的時鐘圖示即可開啟彈出視窗，比較每次生成的不同音訊，找出表現最佳的歷史生成結果，並將其還原至編輯器的對應段落。

<figure><img src="/files/5PcDAt1kZB8Xom0XjwoJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
當項目已開始生成時，無法重複提交生成；您需要等待生成完畢或失敗後再試。提交重新生成時，系統會按任務內容的字元數向您計費，並額外統計至任務詳情的**用量**一欄。（僅對建立了生成任務的部分計費）
{% endhint %}

{% hint style="warning" %}
您無法刪除正在進行中的任務，請等待其執行完畢後再進行刪除。
{% 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://docs.vocu.ai/zh-hk/generate/queue.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.
