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

# 項目管理

項目管理功能是為了方便您在使用過程中靈活儲存與切換多個不同的內容項目，而無需清空編輯器。您可按需要建立項目；單一項目內的編輯器內容相互獨立，不會影響其他項目的內容。

<figure><img src="/files/nJ3lUtAplJ9rkbZdcSdP" alt="" width="230"><figcaption></figcaption></figure>

需要建立項目時，您可按一下項目文字以叫出項目列表；新增項目後，再按一下對應文字即可切換項目。項目支援複製、編輯名稱及刪除。

**項目設定**

<mark style="color:$info;">項目設定是針對每個項目的獨立功能設定，目前提供字幕檔案及生成模式的設定選項。</mark>

<figure><img src="/files/y9W9MGddRjZYZIXKqBee" alt="" width="563"><figcaption></figcaption></figure>

開啟生成字幕功能後，可在建立生成任務時同步生成 srt 字幕檔案。字幕檔案會記錄音訊與文字的對應時間軸關係，方便在後期編輯時匯入字幕。此功能在經過任何付費後自動解鎖。\
\
生成模式為實驗性功能，用於調整項目在生成時的處理策略。高質素模式透過增加推理時間來提升音訊質素，提供最佳的語音輸出效果。低延遲模式則透過優化推理策略及重新編碼數據串流，加快音訊輸出速度，方便快速試聽及取得音訊串流。

{% 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/projects.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.
