> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/ppareun-sijak.md).

# 빠른 시작

이 섹션은 블록체인 기술, 특히 Ethereum 생태계에 이미 익숙한 개발자를 대상으로 합니다.

Chiliz Chain으로 프로젝트를 빠르게 시작하는 데 필요한 정보를 제공합니다.

{% content-ref url="/pages/u3OAnDP1CmHIyTq22u40" %}
[Chiliz Chain 개요](/ko/ppareun-sijak/chiliz-chain-gaeyo.md)
{% endcontent-ref %}

{% content-ref url="/pages/XjU7fOddfVox6wFsDk1y" %}
[Mainnet 및 Testnet 연결](/ko/ppareun-sijak/gaebalja-doja/mainnet-testnet-yeongyeol.md)
{% endcontent-ref %}

{% content-ref url="/pages/aB69NlFXlu9IiBLSn4rK" %}
[Testnet 토큰 받기](/ko/ppareun-sijak/gaebalja-doja/testnet-token-eongi.md)
{% endcontent-ref %}

{% content-ref url="/pages/p0P7XKoEdTg5WQgF7XLW" %}
[스마트 컨트랙트 배포 및 검증](/ko/ppareun-sijak/gaebalja-doja/keonteulaekteu-baepoe-geomjeung.md)
{% endcontent-ref %}

{% content-ref url="/pages/unRZF7eHmQvtDekdsr8g" %}
[Chiliz Chain 노드 실행](/ko/ppareun-sijak/gaebalja-doja/node-silhaeng.md)
{% endcontent-ref %}


---

# 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.chiliz.com/ko/ppareun-sijak.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.
