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

# 개요

Morphic는 AI 기반의 지능형 캔버스이자, 제어 가능한 비디오 생성을 위한 엔드투엔드 편집기로서 창작자가 프레임 생성, 캐릭터 포즈, 고품질 보간 및 애니메이션 작업을 할 수 있도록 돕습니다.

우리의 목표는 애니메이터와 영화 제작자에게 각자의 고유한 스타일에 맞춰 적응하는 매끄러운 UX를 제공하여, 창작 워크플로 전반에서 탁월한 제어력과 일관성을 제공하는 것입니다. 이 플랫폼은 각 단계에 대한 최고의 제어력을 제공하고, 여러분의 고유한 창작 스타일에 맞춰 적응하며, 현재의 워크플로를 최적화합니다.

여러분이 만들어낼 놀라운 이야기들을 빨리 보고 싶습니다.

***

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