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

# 한국어

- [Kaia Portal 소개](https://portal-docs.kaia.io/korean/kaia-portal.md)
- [Kaia Portal Mission Epoch#2 인센티브 디자인](https://portal-docs.kaia.io/korean/kaia-portal-mission-epoch-2.md)
- [Kaia Portal Mission Epoch #1 인센티브 디자인](https://portal-docs.kaia.io/korean/kaia-portal-mission-epoch-1.md)
- [Epoch #1 보상](https://portal-docs.kaia.io/korean/epoch-1.md)
- [Portal Mission 사용 토큰 리스트](https://portal-docs.kaia.io/korean/portal-mission.md)
- [거래소에서 KAIA를 지갑으로 보내기](https://portal-docs.kaia.io/korean/kaia.md)
- [Bithumb에서 KAIA를 지갑으로 보내기](https://portal-docs.kaia.io/korean/kaia/bithumb-kaia.md)
- [Binance에서 KAIA를 지갑으로 보내기](https://portal-docs.kaia.io/korean/kaia/binance-kaia.md)
- [타 체인에서 Kaia로 브릿지 하기](https://portal-docs.kaia.io/korean/kaia-1.md)
- [Defi Pool에 예치하고 포인트 받기](https://portal-docs.kaia.io/korean/defi-pool.md)
- [Capybara에 예치하고 포인트 받기](https://portal-docs.kaia.io/korean/defi-pool/capybara.md)
- [Dragonswap에 예치하고 포인트 받기](https://portal-docs.kaia.io/korean/defi-pool/dragonswap.md)
- [Kaiaswap에 예치하고 포인트 받기](https://portal-docs.kaia.io/korean/defi-pool/kaiaswap.md)
- [포인트 파밍 팁](https://portal-docs.kaia.io/korean/undefined.md)
- [FNSA > KAIA 스왑](https://portal-docs.kaia.io/korean/fnsa-greater-than-kaia.md)
- [USDa, sUSDa 구하기](https://portal-docs.kaia.io/korean/usda-susda.md)
- [FAQ](https://portal-docs.kaia.io/korean/faq.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://portal-docs.kaia.io/korean.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.
