# ZEP Script 따라하기

ZEP Script의 기본부터 고급 기능까지 실습할 수 있는 튜토리얼과 예제 코드를 따라하며 ZEP Script를 손쉽게 익혀보세요.

### 기초 예제 코드

기초 예제 코드를   따라 차근차근 ZEP Script를 익혀보세요!

{% content-ref url="/pages/G5HJLBG8sOWfWcz1J3q6" %}
[ZEP APP lifecycle 이해하기](/creator/tutor/tutorial/2.md)
{% endcontent-ref %}

{% content-ref url="/pages/PtNpMdpLPXpve1TAhQUl" %}
[메시지 출력해보기](/creator/tutor/tutorial/1.md)
{% endcontent-ref %}

{% content-ref url="/pages/IMUeuWBPqU5xLs3OSzcJ" %}
[캐릭터 이미지 바꾸기](/creator/tutor/tutorial/3.md)
{% endcontent-ref %}

{% content-ref url="/pages/HOjgujTdkQVZnYYkEngG" %}
[나만의 UI 만들기](/creator/tutor/tutorial/4.md)
{% endcontent-ref %}

{% content-ref url="/pages/cXwKwvHnqiUahcrzDtae" %}
[2초 스턴 효과 만들어보기](/creator/tutor/tutorial/5.md)
{% endcontent-ref %}

### ZEP Script 예제코드

ZEP Script 개발에 도움을 주는 다양한 예제 코드들을 확인해보세요.

{% content-ref url="/pages/OI6snaeVngZfpbWJYP93" %}
[타이머](/creator/tutor/sample/timer.md)
{% endcontent-ref %}

{% content-ref url="/pages/YGPvzykhZ4OrlEbbejCZ" %}
[사이드바 앱](/creator/tutor/sample/sidebarapp.md)
{% endcontent-ref %}

{% content-ref url="/pages/UeAMNvt45BRoTZ1n6OzV" %}
[좀비 게임](/creator/tutor/sample/zombie.md)
{% endcontent-ref %}

{% content-ref url="/pages/iBqdIgrUQ8HMN7vemuzR" %}
[페인트맨 게임](/creator/tutor/sample/paintman.md)
{% endcontent-ref %}

{% content-ref url="/pages/2aeHsYO8gb0U9Ne7qjeu" %}
[초성 퀴즈](/creator/tutor/sample/wordquiz.md)
{% endcontent-ref %}

{% content-ref url="/pages/lScaAm2qCsasGj6rnGsu" %}
[똥피하기 게임](/creator/tutor/sample/avoidpoop.md)
{% endcontent-ref %}

{% content-ref url="/pages/RwDKwax8VLl4d8121sgu" %}
[결투 게임](/creator/tutor/sample/boxing.md)
{% endcontent-ref %}

{% content-ref url="/pages/JxNeRB26NpMArX6v0FXr" %}
[달리기](/creator/tutor/sample/running.md)
{% endcontent-ref %}

## UI 예제 코드

### **기초 유형**

{% content-ref url="/pages/tHETfF3bSZLKCUsIz0Ck" %}
[Image List](/creator/tutor/undefined/image-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/nzfTOPCLzj4tQ0CgE9a3" %}
[Text List](/creator/tutor/undefined/text-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/QUKjF6PqVmnB7eDy7Wzp" %}
[Text Button List](/creator/tutor/undefined/text-button-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/KJi60kxORVyDxxuX5s7a" %}
[Ranking List](/creator/tutor/undefined/ranking-list.md)
{% endcontent-ref %}

### **심화 유형**

{% content-ref url="/pages/EjzfLSPQwZoN7ajTvcmt" %}
[Select List](/creator/tutor/undefined/select-list.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/tutor.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.
