> 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).

# 文件管理

在 ACE Studio 中管理工程保存和文件整理。

## 保存工程

### 保存

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

快捷键： <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.
