> For the complete documentation index, see [llms.txt](https://docs.daobase.ai/daobase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daobase.ai/daobase/kr/tutorials-and-guides/faq.md).

# FAQ 및 고객지원

## FAQ

### 1.How to create a DAO?

you can click "[Create DAO](#1.how-to-create-a-dao)" to get started.

### 2.How can I find a specific DAO?

You can find your target DAO by searching for its name, filtering by DAO type, blockchain network, or sorting by treasury, governance, and other criteria on [DAO Hub](https://daobase.ai/creator/all) or the [leaderboard](https://daobase.ai/leaderboard/all/all).

**자주 묻는 질문 (FAQ)**

1. **DAO는 어떻게 생성하나요?**\
   "[Create DAO](#id-1.how-to-create-a-dao)" 버튼을 클릭하면 간단히 DAO 생성을 시작할 수 있습니다.
2. **특정 DAO를 어떻게 찾을 수 있나요?**\
   [DAO Hub](https://daobase.ai/creator/all) 또는 [리더보드](https://daobase.ai/leaderboard/all/all)에서 DAO 이름 검색, DAO 유형별 필터링, 블록체인 네트워크 선택, 재무 규모나 거버넌스 기준 정렬 등을 통해 원하는 DAO를 쉽게 찾을 수 있습니다.
3. **DAOBase는 현재 어떤 거버넌스 플랫폼/프레임워크와 데이터 연동을 지원하나요?**\
   DAOBase는 Snapshot, Aragon, Tally, Nouns, Compound, OpenZeppelin, Homebase, Moloch 등 거의 모든 주요 거버넌스 플랫폼과 프레임워크의 데이터 연동을 지원합니다.
4. **DAOBase는 현재 어떤 블록체인 네트워크의 데이터 연동을 지원하나요?**\
   주로 이더리움(Ethereum), 폴리곤(Polygon), 테조스(Tezos) 네트워크를 지원합니다.
5. **DAOBase 서비스는 유료인가요?**\
   DAOBase의 모든 기능은 현재 완전히 무료로 제공됩니다.

***

**고객지원**

플랫폼 데이터나 기능에 관한 문의가 있으시면 아래 연락처로 지원팀에 연락해 주세요.\
이메일: <operation@daobase.ai>


---

# 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.daobase.ai/daobase/kr/tutorials-and-guides/faq.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.
