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

# 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="/files/cYHRHu7IMjW1ntckJof4" 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="/files/VQj2uhnXeL0MGp4qBt5H" 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
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/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.
