> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-game-maker-academy_kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-game-maker-academy_kr/launch-the-game-maker/experiencing-your-world.md).

# 월드 탐험하기

내 게임에 블록과 애셋을 모두 적절히 배치했다면 게임을 테스트해 보아야 합니다.&#x20;

테스트하는 방법은 아래 두 가지입니다.

* 키보드의 '**TAB**' 키를 누르면 테스트 플레이가 시작되며, 한 번 더 누르면 정지합니다.
* 화면 상단의 '**PLAY**' 버튼을 눌러 테스트합니다.

![](/files/-MT3d606xyW6xMpxiPje)

정말 쉽죠? 이제 새로운 기능, 지형 및 로직을 추가하여 편집을 시작하거나 내가 만든 경험을 테스트해 볼 수 있습니다.

![](/files/-MT3d-XJK8d_AsVP9CRv)


---

# 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://docs.sandbox.game/the-game-maker-academy_kr/launch-the-game-maker/experiencing-your-world.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.
