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

# 프로젝트

Morphic의 프로젝트를 사용하면 주제, 클라이언트, 또는 목표별로 작업을 정리하여 관련 파일을 함께 보관하고 모든 것을 집중적이고 체계적으로 관리할 수 있습니다.

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

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

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/getting-started/dashboard/projects.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.
