> 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/th/rerm-ton.md).

# เริ่มต้น

ส่วนนี้มุ่งเป้าไปที่นักพัฒนาที่มีความรู้ด้านเทคโนโลยี blockchain อยู่แล้ว โดยเฉพาะในระบบนิเวศ Ethereum

ส่วนนี้จะให้ข้อมูลที่จำเป็นเพื่อเริ่มต้นโปรเจกต์ของคุณบน Chiliz Chain ได้อย่างรวดเร็ว

## ภาพรวมโดยย่อ

ดูภาพรวมคร่าวๆ ว่า Chiliz Chain เกี่ยวกับอะไร

[Chiliz Chain โดยสรุป](/th/rerm-ton/chiliz-chain-yoh.md)

## Developer Toolbox

[Developer Toolbox](/th/rerm-ton/toolbox.md)

Chiliz Chain Developer Toolbox ประกอบด้วยสิ่งต่อไปนี้:

* พารามิเตอร์สำหรับเชื่อมต่อกับ Chiliz Chain Mainnet และ Spicy Testnet
* ลิงก์ไปยัง Testnet faucets
* ลิงก์ไปยังคู่มือการ deploy และ verify contract ของเรา
* พารามิเตอร์สำหรับรัน Chiliz Chain node ของคุณเอง

## Starter Kits

Chiliz Chain Starter Kits คือคู่มือทีละขั้นตอนเพื่อบรรลุเป้าหมายของคุณบน Chiliz Chain

[Starter Kits](/th/rerm-ton/starter-kits.md)

## คอร์สออนไลน์

ยกระดับทักษะ Chiliz Chain ของคุณด้วยคอร์สและ bootcamp ฟรีจากพาร์ทเนอร์ในระบบนิเวศของเรา

[คอร์สออนไลน์ฟรี](/th/rerm-ton/khorng-rian-onfree.md)

## ที่อยู่

ในหน้าเหล่านี้คุณจะพบที่อยู่ปัจจุบันสำหรับทุกความต้องการของคุณ

[ที่อยู่จัดสรร Inflation](/th/rerm-ton/that-yu-inflation.md)

[ที่อยู่ Smart Contract](/th/rerm-ton/that-yu-smart-contract.md)

[ที่อยู่ Token Contract](/th/rerm-ton/that-yu-token-contract.md)


---

# 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/th/rerm-ton.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.
