# Task Queue

By clicking the clock icon in the toolbar below, you can open the generation history popup.

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

You can view and manage your ongoing generation tasks here, as well as the status of all historical tasks. Task status will be updated in real-time without manual refresh. Generation history will display all tasks that have been performed, and your latest task will appear at the top of the list.

You can click to view [details of each task](/generate/task-detail.md) in the list, play the final generation result of each task (if any), or quickly perform audio download, copy to editor, regenerate all content, delete task history and other operations in the dropdown menu of each task.

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

Now, in a single paragraph, there is also a generation history that can be viewed independently. Click the clock icon in the paragraph to open the popup, compare different audio generated each time, find the best performing historical generation result, and restore it to the corresponding paragraph in the editor.

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

{% hint style="info" %}
When the project has started generating, 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 task content, and additionally count it in the **Usage** column of task details. (Only charge for the part that created a generation task)
{% endhint %}

{% hint style="warning" %}
You cannot delete a task that is in progress. Please wait for it to finish before deleting it.
{% 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/queue.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.
