> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/getting-around/files.md).

# 파일

1. 선택한 프로젝트에서 대시보드 또는 화면 오른쪽 상단의 '+ File'을 클릭하세요
2. 새 파일의 이름을 입력하고 확인하세요
3. 이름을 바꾸거나 삭제하려면 대시보드에서 파일을 마우스 오른쪽 버튼으로 클릭하고 작업을 선택하세요
4. 각 파일에는 해당 파일의 모든 생성물이 한곳에 정리되는 고유한 캔버스가 있습니다

파일을 사용하면 각 프로젝트 내에서 다양한 애니메이션 장면이나 게임 에셋 같은 창작물을 효율적으로 관리할 수 있습니다.

***


---

# 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:

```
GET https://morphic.com/docs/kr/getting-around/files.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.
