> 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/projects.md).

# 프로젝트

1. Morphic 대시보드의 왼쪽 패널에서 프로젝트 옆의 '+'를 클릭하세요
2. 작업이나 고객을 정리할 수 있도록 새 프로젝트 이름을 지정하세요
3. 전환하려면 왼쪽 패널에서 원하는 프로젝트를 클릭하기만 하면 됩니다
4. 이름을 바꾸거나 삭제하려면 프로젝트를 마우스 오른쪽 버튼으로 클릭하고 작업을 선택하세요
5. 각 프로젝트 안에서는 각각 고유한 캔버스를 가진 여러 파일을 관리할 수 있습니다

프로젝트 설정(예: 이름 변경, 삭제)은 마우스 오른쪽 버튼 메뉴를 통해 언제든지 조정할 수 있습니다. 프로젝트를 사용하면 고객, 테마 또는 주제별로 작업을 체계적으로 정리해 각 항목에 따로 집중할 수 있습니다.

***


---

# 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/projects.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.
