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


---

# 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:

```
GET https://morphic.com/docs/kr/game-design/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
