> 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/collaboration/live-collab.md).

# 실시간 협업

Morphic에서 Live Collab를 사용하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/9AzHHxMw0KM>" %}

1. 이동 [캔버스](https://studio.morphic.com/) Morphic에서.
2. 오른쪽 상단의 '+' 버튼을 클릭한 다음 '공동 작업에 초대'를 선택하세요.
3. 오른쪽 상단에서 '초대'를 클릭하고 이메일로 팀원을 추가하세요.
4. 팀원이 참여하면, 그들의 아바타가 오른쪽 상단에 나타납니다.
5. 서로의 커서를 실시간으로 보고, 동시에 콘텐츠를 생성하고 편집할 수 있습니다.
6. 팀원 아바타에 마우스를 올리고 클릭해 따라가세요. 그들이 Canvas를 탐색하면 화면이 자동으로 동기화됩니다.
7. 아래의 '중지'를 클릭하거나 아바타를 다시 클릭해 팔로우를 해제하세요.

이것이 Morphic의 Live Collab 기능을 사용하는 방법입니다. 실시간으로 창의적인 프로젝트를 함께 진행하는 팀에 완벽합니다.

참고: Live Collab는 팀 요금제에서만 이용할 수 있습니다.

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