# Task Details

By clicking on the title of any item in the task queue, or through its dropdown menu, you can go to the details page of that task.

On this page, you can view various information about the task, preview or download the complete audio of the task, and also perform management operations such as deleting tasks. This page will automatically update according to task status, so you don't need to manually refresh this page to update content.

<figure><img src="https://328376017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc1WJl4AuVTjsYvUEo2dB%2Fuploads%2FfnXHh2L4Hw80acn0okzE%2FQQ_1762505150153.png?alt=media&#x26;token=c8d66b59-e0da-4c1b-8dc5-a93e7c34a690" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/VocuAI/Reecho-Docs/blob/main/en/.gitbook/assets/QQ_1755955095465.png" alt="" width="375"><figcaption></figcaption></figure>

### Segment View <a href="#sentences" id="sentences"></a>

In addition to viewing information about the entire task, you can see the segmentation of the content here and can batch download multiple paragraphs or download the content of a single paragraph individually.

<figure><img src="https://328376017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc1WJl4AuVTjsYvUEo2dB%2Fuploads%2FtbTjueflPfUW94fBMdi0%2FQQ_1762505195360.png?alt=media&#x26;token=ef768e21-8efc-471a-83de-9b13db1a3f5e" alt=""><figcaption></figcaption></figure>

You can also add content as a template. Templates can be used to create tasks with the same text content. When adding, the paragraph records of the text and the records of several characters assigned will be recorded in the template, which can quickly replace the dubbing character and produce new audio with the same text content.

{% hint style="info" %}
When generation has started, you cannot submit generation repeatedly. You need to wait for generation to complete or fail before trying again. Submitting regeneration, the system will charge you according to the number of characters in the selected item content, and additionally count it in the **Usage** column of task details. (Only charge for the part that created a generation task)
{% endhint %}


---

# 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.vocu.ai/generate/task-detail.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.
