# DragonSwap

## English

- [Overview](https://docs.dgswap.io/introduction/overview.md)
- [Features](https://docs.dgswap.io/introduction/features.md)
- [Swap](https://docs.dgswap.io/products/swap.md)
- [Pools](https://docs.dgswap.io/products/pools.md)
- [V2](https://docs.dgswap.io/products/pools/v2.md)
- [V3](https://docs.dgswap.io/products/pools/v3.md)
- [Fees](https://docs.dgswap.io/products/fees.md)
- [Dashboard](https://docs.dgswap.io/products/dashboard.md)
- [Core Philosophy: Contribution to the KAIA Ecosystem](https://docs.dgswap.io/mission/philosophy.md)
- [Team](https://docs.dgswap.io/mission/team.md)
- [Roadmap](https://docs.dgswap.io/mission/roadmap.md)
- [Partnership](https://docs.dgswap.io/mission/partnership.md)
- [Smart Contracts](https://docs.dgswap.io/security/smart-contracts.md)
- [Audit](https://docs.dgswap.io/security/audit.md)
- [Contact Us](https://docs.dgswap.io/community/contact-us.md)

## 한국어

- [개요](https://docs.dgswap.io/ko/introduction/overview.md)
- [특징](https://docs.dgswap.io/ko/introduction/features.md)
- [스왑](https://docs.dgswap.io/ko/services/swap.md)
- [유동성 풀(Pools)](https://docs.dgswap.io/ko/services/pools.md)
- [V2](https://docs.dgswap.io/ko/services/pools/v2.md)
- [V3](https://docs.dgswap.io/ko/services/pools/v3.md)
- [수수료](https://docs.dgswap.io/ko/services/fees.md)
- [대시보드](https://docs.dgswap.io/ko/services/dashboard.md)
- [핵심 철학: KAIA 생태계 기여](https://docs.dgswap.io/ko/mission/core-philosophy.md)
- [팀](https://docs.dgswap.io/ko/mission/team.md)
- [로드맵](https://docs.dgswap.io/ko/mission/roadmap.md)
- [파트너쉽](https://docs.dgswap.io/ko/mission/partnership.md)
- [Smart Contracts](https://docs.dgswap.io/ko/security/smart-contracts.md)
- [Audit](https://docs.dgswap.io/ko/security/audit.md)
- [Contact Us](https://docs.dgswap.io/ko/community/contact-us.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dgswap.io/introduction/overview.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.
