# 개요

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

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

* [스타일 모델 학습하기](/docs/kr/game-design/train-a-style-model.md)
* [게임 내 자산 생성하기](/docs/kr/game-design/generating-in-game-assets.md)


---

# Agent Instructions: 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.
