> 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/riang-ru/dao/sang-dao.md).

# สร้าง DAO ของคุณ

มีเครื่องมือหลายอย่างที่ช่วยให้คุณสร้าง Decentralized Autonomous Organization (DAO) ของตัวเองได้

หน้านี้มุ่งเน้นที่เครื่องมือที่รองรับ Chiliz Chain โดยเริ่มต้นจาก Aragon

## วิธีสร้าง DAO โดยใช้ Aragon

[Aragon](https://www.aragon.org/) คือแพลตฟอร์ม [open-source](https://github.com/aragon/app) ที่ช่วยให้การสร้างและบริหาร DAO เป็นเรื่องง่ายขึ้น ด้วยฟีเจอร์ No-Code DAO Launch คุณสามารถสร้าง DAO ได้โดยไม่ต้องเขียนโค้ดใดๆ ทำให้ผู้ใช้ทั่วไปที่ไม่ใช่นักพัฒนาสามารถเข้าถึงได้

ขั้นตอนมีดังนี้:

1. ไปที่ [แอป Aragon](https://app.aragon.org/) และเชื่อมต่อด้วยกระเป๋าเงิน Web3 ของคุณ
2. คลิกปุ่ม "Create a DAO"
3. Aragon จะแสดงขั้นตอนที่กำลังจะมาถึง คลิก "Get started"\
   ![](/files/6hCuwpdAIMyxYT7aFeFd)
4. ในรายการ blockchain ให้เลือก "Chiliz" และคลิก "Next"<br>

   <figure><img src="/files/bud9cXptT8NStd9euj46" alt=""><figcaption></figcaption></figure>
5. อธิบาย DAO ของคุณ: ชื่อ โลโก้ และอื่นๆ<br>

   <figure><img src="/files/pIXiIlYy2BqamDGbvwDJ" alt=""><figcaption></figcaption></figure>
6. คลิก "Publish DAO" จะมีหน้าต่างโมดัลปรากฏขึ้น แสดงรายการขั้นตอน:\
   ![](/files/GoNJSAnydOloocYw6ivf)
7. คลิก "Sign transaction" กระเป๋าเงินของคุณจะเปิดขึ้นพร้อมคำขอธุรกรรม ซึ่งคุณต้องยืนยัน
8. เมื่อยืนยันแล้ว Aragon จะดำเนินการขั้นตอนที่จำเป็นต่อไป จนกระทั่งให้คุณดู DAO ของคุณได้\
   ![](/files/8hEpGa2swTlQFhOST8vv)
9. คลิกปุ่ม "View DAO" Aragon จะพาคุณไปยังแดชบอร์ดของ DAO คุณ

ยินดีด้วย! ตอนนี้คุณสามารถดำเนินการ DAO ของตัวเองบน Chiliz Chain ได้แล้ว!


---

# 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/riang-ru/dao/sang-dao.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.
