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

# ファイル管理

## プロジェクトを保存

### 保存

クリック **プロジェクトを保存** 現在のプロジェクトを保存するには、「ファイル」メニューで。

ショートカットキー: <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-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.
