# 게임 메이커 시작하기

<figure><img src="/files/SmTFewk9zofirNhrs27D" alt=""><figcaption></figcaption></figure>

게임 메이커에 로그인하면 상단에 아래 세 개의 탭이 나타납니다.

* **MyGames** - 내가 만든 게임을 확인할 수 있습니다.
* **Templates** - 템플릿을 이용하여 새 게임을 만듭니다.
* **Gallery** - 지금까지 제출된 게임을 모아둔 곳으로, 누구나 플레이 가능합니다.

아래와 같이 **Templates** 탭의 템플릿을 이용하거나 **CREATE NEW+** 버튼을 클릭하여 완전히 새로운 게임을 만들 수 있습니다.

<figure><img src="/files/Iv9x33PKjrVD0sosldTf" alt=""><figcaption></figcaption></figure>

게임 메이커가 작동하는 방식과 로직을 이해하려면 **Behaviours 101**이나 **Quests 101** 템플릿을 확인해 보세요.

<figure><img src="/files/mLb2L0PBW9q4LLL7e3db" alt=""><figcaption></figcaption></figure>

* 만든 경험에는 적절한 이름이 필요합니다. 갤러리에 게임을 제출하기 전 언제든 이름을 변경할 수 있으니 걱정 마세요.

<figure><img src="/files/AvuoLZpuVPPHuEvRY6hb" alt=""><figcaption></figcaption></figure>

이제 모두 완료되었습니다!


---

# 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://docs.sandbox.game/the-game-maker-academy_kr/launch-the-game-maker/launch-a-template.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.
