# 文件管理

## 保存工程

### 保存

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

快捷键： <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 会在下次启动时主动询问您是否要打开备份工程。

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

### 收集全部文件并保存

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

## 工程文件与工程文件夹

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

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

## 限制

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


---

# 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.acestudio.ai/docs/product-wiki-zh/gong-cheng/wen-jian-guan-li.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.
