# Technical

- [Smart Contracts](https://docs.yuzu.finance/technical/smart-contracts.md)
- [Yuzu CLMM](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm.md)
- [Liquidity Pool](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/liquidity-pool.md)
- [Router](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/router.md)
- [Scripts](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/scripts.md)
- [Example Usage](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage.md)
- [Liquidity Pool](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage/liquidity-pool.md)
- [Position NFT Manager Module](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage/position-nft-manager-module.md)
- [Tick Math Module](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/example-usage/tick-math-module.md)
- [Sqrt Price Limit](https://docs.yuzu.finance/technical/smart-contracts/yuzu-clmm/sqrt-price-limit.md): Controlling Slippage in CLMM Swaps
- [Yuzu AMM (Testnet)](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet.md)
- [Router](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet/router.md)
- [Aggregator Integration](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet/router/aggregator-integration.md): To integrate YuzuSwap with your aggregator, use the following public functions for swap calculations.
- [Swap](https://docs.yuzu.finance/technical/smart-contracts/yuzu-amm-testnet/swap.md)
- [Ecosystem Participants of Yuzu](https://docs.yuzu.finance/technical/ecosystem-participants-of-yuzu.md)
- [Understanding Returns](https://docs.yuzu.finance/technical/understanding-returns.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.yuzu.finance/technical.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.
