# 용어

### 아바타

디지털 공간과 현실의 유저를 연결해 주는 **나만의 캐릭터**에요.

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

### 플레이어

아바타를 전체적으로 가리키는 말이에요. 나의 아바타와 친구의 아바타도 모두 포함해요.

### 월드

아바타가 돌아다닐 수 있는 공간을 전체적으로 가리키는 말이에요. \
**계정 하나 당 하나의 월드**를 만들 수 있어요. 월드는 여러 맵으로 구성될 수 있어요.

### 맵

한 장면에서 **눈에 보이는 공간**이에요. 내 아바타는 한 번에 한 맵에 있을 수 있어요.   &#x20;

### 채널

소통할 수 있는 유저들이 구분되는 차원이에요. 같은 월드에 있더라도 채널이 다르면 만날 수 없어요. &#x20;

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

### 오브젝트

**맵에 배치되는 코딩 가능한 물**체죠. 책상, 의자, 나무, 아이스크림, 로켓, 기니피그... 뭐든 될 수 있어요.   &#x20;

### 아이템

나의 아바타를 꾸미는 **옷과 액세서리** 등이에요. <br>


---

# 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/start/words.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.
