> 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/task-detail.md).

# 任務詳情

透過按一下任務隊列中任一項目的標題，或透過其下拉式選單，即可前往該任務的詳情頁。

在此頁面中，您可以查看該任務的各種資訊，預覽或下載該任務的完整音訊，亦可進行如刪除任務等管理操作。此頁面會按任務狀態自動更新，因此您無需手動重新整理此頁面來更新內容。

<figure><img src="/files/bFBscCV3mgTTLtsKS4vV" alt="" width="375"><figcaption></figcaption></figure>

### 分段查看 <a href="#sentences" id="sentences"></a>

除了查看整個任務的資訊以外，您可以在此看到內容的分段情況，並可在此打包下載多個段落，或單獨下載一個段落的內容。

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

您亦可將內容新增為範本。範本可用於製作相同文字內容的任務；新增時會將文字的段落記錄，以及已分配的若干角色記錄到範本中，可快速替換發音角色，以相同文字內容製作新音訊。

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