> 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-ko/project/file-management.md).

# 파일 관리

## 프로젝트 저장

### 저장

클릭 **프로젝트 저장** 현재 프로젝트를 저장하려면 "File" 메뉴에서

단축키: <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-ko/project/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.
