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

# 사용 방법

단일 이미지 편집부터 전체 시퀀스 기획 및 확장까지, 사람들이 Morphic에서 가장 자주 만드는 작업에 대한 단계별 가이드.

이 가이드에서는 Morphic에서 시작부터 끝까지 완전한 작업을 단계별로 안내합니다. 각 가이드는 한 번에 처리할 수 있는 작업 하나를 다루며, 모델과 설정은 이미 선택되어 있습니다.

## 이미지 작업

* [정밀한 이미지 편집](/docs/kr/how-tos/precise-image-editing.md): 이미지의 한 부분만 바꾸고 나머지는 그대로 두기
* [스타일 변경](/docs/kr/how-tos/change-style.md): 하나의 프롬프트로 같은 이미지에서 여러 가지 분위기를 생성하기
* [여러 이미지를 결합하기](/docs/kr/how-tos/combine-multiple-images.md): 피사체와 요소들을 하나의 프레임으로 모으기
* [이미지 블렌딩](/docs/kr/how-tos/blending-images.md): 참고 이미지를 하나의 결과로 합치기
* [포즈 전송](/docs/kr/how-tos/pose-transfer.md): 한 이미지의 포즈를 다른 이미지의 캐릭터에 적용하기
* [다중 캐릭터 태그](/docs/kr/how-tos/multiple-character-tag.md): 여러 캐릭터의 일관성을 생성 결과 전반에 걸쳐 유지하기

## 비디오 작업

* [비디오 연장](/docs/kr/how-tos/extend-video.md): 클립을 원래 끝난 뒤까지 이어서 생성하기
* [카메라 각도 변경](/docs/kr/how-tos/change-camera-angles.md): 장면을 다시 생성하지 않고 샷의 구도를 다시 잡기
* [모션 코믹 만들기](/docs/kr/how-tos/creating-motion-comics.md): 정지 이미지를 애니메이션 시퀀스로 바꾸기

## 시퀀스 계획하기

* [스토리보드 작성](/docs/kr/how-tos/storyboarding.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/how-tos.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.
