# 월드 만들기

- [나의 맵 목록](https://space-guide.playentry.org/untitled/create/world/map-list.md): 월드는 여러 개의 맵으로 구성돼요. 맵들을 만들고 포탈로 연결하세요.
- [만들기 화면](https://space-guide.playentry.org/untitled/create/world/screen.md): 쉽고 재미있게! 월드를 마음껏 꾸며요!
- [바닥](https://space-guide.playentry.org/untitled/create/world/tile.md)
- [벽](https://space-guide.playentry.org/untitled/create/world/wall.md)
- [오브젝트](https://space-guide.playentry.org/untitled/create/world/object.md)
- [타일 효과](https://space-guide.playentry.org/untitled/create/world/tile-effect.md)
- [코딩 창](https://space-guide.playentry.org/untitled/create/world/screen-1.md)
- [코딩 오브젝트 탭](https://space-guide.playentry.org/untitled/create/world/screen-1/coding-object-tab.md)
- [소리 탭](https://space-guide.playentry.org/untitled/create/world/screen-1/sound-tab.md)
- [블록 창](https://space-guide.playentry.org/untitled/create/world/screen-1/block-area.md)
- [코딩 블록](https://space-guide.playentry.org/untitled/create/world/coding.md)
- [시작 블록](https://space-guide.playentry.org/untitled/create/world/coding/start-block.md)
- [흐름 블록](https://space-guide.playentry.org/untitled/create/world/coding/flow-block.md)
- [움직임 블록](https://space-guide.playentry.org/untitled/create/world/coding/motion-block.md)
- [생김새 블록](https://space-guide.playentry.org/untitled/create/world/coding/looks-block.md)
- [글상자 블록](https://space-guide.playentry.org/untitled/create/world/coding/text-block.md)
- [소리 블록](https://space-guide.playentry.org/untitled/create/world/coding/sound-block.md)
- [판단 블록](https://space-guide.playentry.org/untitled/create/world/coding/decision-block.md)
- [계산 블록](https://space-guide.playentry.org/untitled/create/world/coding/figure-block.md)
- [자료 블록](https://space-guide.playentry.org/untitled/create/world/coding/variable-block.md)
- [함수 블록](https://space-guide.playentry.org/untitled/create/world/coding/function-block.md)
- [메시지 블록](https://space-guide.playentry.org/untitled/create/world/coding/message-block.md)
- [플레이어 블록](https://space-guide.playentry.org/untitled/create/world/coding/player-block.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://space-guide.playentry.org/untitled/create/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.
