> 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-ja/purojekuto/file-management.md).

# ファイル管理

## プロジェクトを保存

### 保存

クリック **プロジェクトを保存** 「File」メニューで現在のプロジェクトを保存します。

ショートカットキー： <kbd>Ctrl</kbd>/<kbd>⌘ Command</kbd> + <kbd>S</kbd>

{% hint style="success" %}
データ損失を防ぐため、作業は定期的に保存しましょう。ワークフロー中に保存ショートカットキーを使う習慣をつけてください。
{% endhint %}

### 名前を付けて保存

クリック **名前を付けて保存** 「File」メニューで、プロジェクトを新しいファイルとして保存します。

ショートカットキー： <kbd>Ctrl</kbd>/<kbd>⌘ Command</kbd>+ <kbd>シフト</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-ja/purojekuto/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.
