> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/file-management.md).

# 文件管理

## 保存工程

### 保存

点击 **保存工程** 在“文件”菜单中保存当前工程。

快捷键： <kbd>Ctrl</kbd>/<kbd>⌘ Command</kbd> + <kbd>S</kbd>

{% hint style="success" %}
请定期保存您的工作，以防止数据丢失。请养成在工作流程中使用保存快捷键的习惯。
{% endhint %}

### 另存为

点击 **另存为** 在“文件”菜单中将工程另存为新文件。

快捷键： <kbd>Ctrl</kbd>/<kbd>⌘ Command</kbd>+ <kbd>Shift</kbd> + <kbd>S</kbd>

### 自动保存

在工程启动期间，将每 10 秒自动创建一次备份。手动退出后，自动备份将被清除，但在发生意外崩溃时会予以保留。ACE Studio 会在下次启动时主动询问您是否要打开备份工程。

每次你手动保存此工程时，都会在该工程文件夹下保存一份副本“自动备份”。这会成为工程历史的一部分，你可以从此文件夹中恢复某个历史版本。

### 收集所有文件并保存

点击 **收集所有文件并保存** 在“文件”菜单中，将工程中使用的所有来自外部来源的音频文件复制到工程文件夹内的“素材”文件夹。

## 工程文件和工程文件夹

工程将作为文件夹保存在指定目录中，其中包括：

* 工程文件 \*.acep
* “自动备份”文件夹，包含工程启动时的自动备份以及最近 10 个历史手动保存的备份。
* “素材”文件夹，包含此工程生成的所有音频文件。
  * 你可以移动此文件夹下的音频文件。如果工程重启后原始音频文件路径丢失，ACE Studio 会自动在工程目录中查找它。这在将整个文件夹分享给他人时也很有帮助。

## 限制

* 工程的最长时长为 40 分钟。
* 工程中 AI 声线的最大数量为 60。


---

# 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.acestudio.ai/docs/product-wiki-zh/gong-cheng/file-management.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.
