# 개발자 가이드

- [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에 사용되는 스마트 컨트랙트 주소들입니다.


---

# Agent Instructions: 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:

```
GET https://docs.klaytn.domains/dev.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.
