# 부록

{% content-ref url="/pages/SJhAcKsANUnrFn4W8mCe" %}
[ZEP 스크립트 활용 사례](/creator/reference/zep.md)
{% endcontent-ref %}

{% content-ref url="/pages/6N3IG1fQABpHPpos7wc0" %}
[스페이스와 맵 이해하기](/creator/reference/undefined.md)
{% endcontent-ref %}

{% content-ref url="/pages/NYBjr6SUu1kExPQAYncU" %}
[자바스크립트 키코드 표](/creator/reference/keycode.md)
{% endcontent-ref %}

{% content-ref url="/pages/gjoj7GGNyQQBYIEMNuKo" %}
[스프라이트시트 이해하기](/creator/reference/spritesheet.md)
{% endcontent-ref %}

{% content-ref url="/pages/PWVKbzRpvLZ3RSShT3sD" %}
[TileEffectType 상세 설명](/creator/reference/tileeffecttype.md)
{% endcontent-ref %}

{% content-ref url="/pages/pNhkgoVXVtKHafnqDP82" %}
[기준 좌표](/creator/reference/coordinate.md)
{% endcontent-ref %}

{% content-ref url="/pages/cPjXXbLOA0cNpfZ3gkNj" %}
[외부 API 통신하기](/creator/reference/api.md)
{% endcontent-ref %}

{% content-ref url="/pages/lqgnI4JUuFkdNoja9WQi" %}
[URL 쿼리스트링 활용하기](/creator/reference/url.md)
{% endcontent-ref %}

{% content-ref url="/pages/tL1zNIDDsxpITpe7WoaX" %}
[위젯에서 사용가능한 문법](/creator/reference/scriptaction.md)
{% endcontent-ref %}

{% content-ref url="/pages/C4WjMYSc8U9wYodYFNgY" %}
[모바일버튼 이미지 변경하기](/creator/reference/mobilebutton-image.md)
{% endcontent-ref %}

{% content-ref url="/pages/kbbYq1ORDhGncpBTbsN6" %}
[ZEP 스크립트 상호작용 오브젝트 가이드](/creator/reference/script-object-interaction.md)
{% endcontent-ref %}

{% content-ref url="/pages/jE090TJPep3C8JASB2tW" %}
[오브젝트 npcProperty](/creator/reference/npcproperty.md)
{% endcontent-ref %}


---

# 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-kr.zep.us/creator/reference.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.
