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

# 시작하기

Morphic에서의 첫 1시간: 캔버스의 역할, Copilot과 대화하는 방법, 작업이 저장되는 위치.

Morphic은 하나의 파일을 공유하는 캔버스, 채팅, 라이브러리입니다. 이 섹션에서는 각 부분이 무엇을 하는지와 어떻게 서로 맞물리는지 설명하므로, 빈 파일에서 완성된 결과물까지 무엇이든 찾느라 헤매지 않고 바로 진행할 수 있습니다.

* [개요](/docs/kr/getting-started/overview.md): Morphic이 무엇인지, 그리고 무엇을 만들 수 있는지
* [캔버스](/docs/kr/getting-started/navigating-the-canvas.md): 프롬프트 바, 사이드바, 섹션을 포함한 작업 공간 자체
* [Copilot](/docs/kr/getting-started/copilot.md): 원하는 내용을 설명하면 Copilot이 모델을 선택해 실행합니다
* [대시보드](/docs/kr/getting-started/dashboard.md): 프로젝트, 파일, 채팅, 그리고 그것들이 서로 어떤 관계인지
* [에셋](/docs/kr/getting-started/assets.md): 자신의 자료를 업로드하고, 태그를 달고, 대량으로 관리하세요
* [맥락 기반 검색](/docs/kr/getting-started/contextual-search.md): 직접 만들었거나 업로드한 모든 것을 찾기
* [자주 묻는 질문](/docs/kr/getting-started/faqs.md): 새 사용자가 가장 자주 묻는 질문에 대한 간단한 답변

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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.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.
