# Documentation

- [Technical Docs & Audits](https://docs.liquity.org/kr/documentation/technical-docs-and-audits.md): 각 컨트랙트에 대한 설명, 기능 설명 등을 포함한 포괄적인 기술 시스템 요약은 V2 개발자 README에서 제공됩니다.
- [\[Old\] Friendly Fork Program](https://docs.liquity.org/kr/documentation/friendly-fork-program.md)
- [Friendly Fork Program](https://docs.liquity.org/kr/documentation/friendly-fork-program-1.md)
- [Bug Bounty](https://docs.liquity.org/kr/documentation/bug-bounty.md)
- [Security](https://docs.liquity.org/kr/documentation/security.md)
- [Brand Assets](https://docs.liquity.org/kr/documentation/brand-assets.md)
- [Risk Disclosure](https://docs.liquity.org/kr/documentation/risk-disclosure.md)
- [Legacy V2 and Testnet](https://docs.liquity.org/kr/documentation/technical-resources.md): Here you can find the contract addresses for the V2 legacy deployment and the Sepolia testnet.
- [Audit upload](https://docs.liquity.org/kr/documentation/audit-upload.md)


---

# 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.liquity.org/kr/documentation.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.
