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

# 개요

Morphic은 게임 디자인을 위한 강력한 도구로, 창작자들이 자신의 비전을 현실로 구현할 수 있도록 직관적인 플랫폼을 제공합니다. 정교한 3D 세계를 구축하든, 캐릭터를 디자인하든, 게임플레이 메커니즘을 다듬든, Morphic은 게임 디자이너가 놀라운 결과를 효율적으로 달성할 수 있게 해주며, 혁신과 스토리텔링에 더 많은 시간을 쓸 수 있도록 합니다.

## 사용자 가이드 및 튜토리얼

* [스타일 모델 학습](/docs/kr/game-design/train-a-style-model.md)
* [게임 내 에셋 생성](/docs/kr/game-design/generating-in-game-assets.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/game-design/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.
