# Kaia Name Service

## Korean

- [소개](https://docs.klaytn.domains/readme.md): Kaia Name Service를 소개합니다.
- [.kaia 도메인](https://docs.klaytn.domains/domain/domain.md)
- [비용](https://docs.klaytn.domains/domain/price.md)
- [프로필](https://docs.klaytn.domains/domain/profile.md): KNS 도메인은 Kaia 주소를 포함한 다양한 프로필 정보를 담을 수 있습니다.
- [KNS 토큰](https://docs.klaytn.domains/token/kns.md): KNS 프로토콜의 거버넌스 토큰 $KNS를 소개합니다.
- [토크노믹스](https://docs.klaytn.domains/token/kns/tokenomics.md): KNS 토큰의 자세한 정보를 알려드립니다.
- [sKNS 토큰](https://docs.klaytn.domains/token/skns.md)
- [도메인](https://docs.klaytn.domains/guide/domain.md)
- [내 프로필](https://docs.klaytn.domains/guide/myprofile.md)
- [스왑](https://docs.klaytn.domains/guide/swap.md)
- [LP 풀](https://docs.klaytn.domains/guide/lppool.md)
- [거버넌스](https://docs.klaytn.domains/guide/govern.md)
- [핵심 파트너](https://docs.klaytn.domains/partner/core.md)
- [Defi](https://docs.klaytn.domains/partner/defi.md)
- [Game & NFT](https://docs.klaytn.domains/partner/gamenft.md)
- [KNS 인테그레이션](https://docs.klaytn.domains/dev/guide.md): KNS의 Resolution을 직접 적용하기 위한 가이드입니다.
- [Reverse Resolution 예제 코드](https://docs.klaytn.domains/dev/reverse-resolution.md)
- [컨트랙트 주소](https://docs.klaytn.domains/dev/contract.md): KNS에 사용되는 스마트 컨트랙트 주소들입니다.
- [보안 감사](https://docs.klaytn.domains/security/undefined.md)

## English

- [Introduction](https://docs.klaytn.domains/english/readme.md): Welcome to Klaytn Name Service!
- [.kaia Domains](https://docs.klaytn.domains/english/domain/domain.md)
- [Registration Fee](https://docs.klaytn.domains/english/domain/price.md)
- [Profile](https://docs.klaytn.domains/english/domain/profile.md): KNS domains can contain profile information including a Kaia address.
- [KNS Token](https://docs.klaytn.domains/english/token/kns.md): $KNS is the governance token for KNS protocol.
- [Tokenomics](https://docs.klaytn.domains/english/token/kns/tokenomics.md): A deeper dive into $KNS token economy.
- [sKNS Token](https://docs.klaytn.domains/english/token/skns.md)
- [Domains](https://docs.klaytn.domains/english/guide/domain.md)
- [My Page](https://docs.klaytn.domains/english/guide/myprofile.md)
- [Swap](https://docs.klaytn.domains/english/guide/swap.md)
- [LP Pool](https://docs.klaytn.domains/english/guide/lppool.md)
- [Governance](https://docs.klaytn.domains/english/guide/govern.md)
- [Core Partners](https://docs.klaytn.domains/english/partner/core.md)
- [Defi](https://docs.klaytn.domains/english/partner/defi.md)
- [Game & NFT](https://docs.klaytn.domains/english/partner/gamenft.md)
- [KNS Integration](https://docs.klaytn.domains/english/dev/guide.md): Guide for implementing KNS Resolution
- [Reverse Resolution Sample Code](https://docs.klaytn.domains/english/dev/reverse-resolution.md)
- [Contract Address](https://docs.klaytn.domains/english/dev/contract.md): A list of smart contract addresses for KNS
- [Audit](https://docs.klaytn.domains/english/security/audit.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.klaytn.domains/readme.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.
