> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-sandbox/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-sandbox/korean/games/playing-games.md).

# 게임 플레이

## 더 샌드박스에서 어떻게 게임을 플레이할 수 있나요?

게임 플레이 기능은 아직 출시되지 않았습니다. 현재는 게임 메이커 소프트웨어에 포함된 템플릿이나 프리뷰를 체험하는 것만 가능합니다.

## 게임을 플레이하려면 비용이 드나요?

프리 투 플레이(F2P) 게임과 유료 게임이 모두 존재합니다. 어떤 방식일지는 해당 게임을 만든 디자이너가 결정합니다.

![](/files/-MNinREOFt8I4agvcSdV)

## 게임을 플레이해서 $SAND를 획득할 수 있나요?

네, 플레이 투 언 형식의 게임을 통해 $SAND를 획득할 수 있습니다. 획득한 $SAND로 애셋을 구매하거나 아바타를 꾸미고 유료 게임을 하는 등 다양한 활동을 할 수 있습니다.

## 게임 내에서 돌 등의 블록 또는 빌딩 등의 애셋을 파괴할 수 있나요?

게임 디자이너가 해당 블록 및 애셋을 파괴할 수 있도록 설정했다면 파괴하는 것도 가능합니다.


---

# 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://docs.sandbox.game/the-sandbox/korean/games/playing-games.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.
