# Developers

- [Getting Started](https://kr-docs.aftermath.finance/developers/getting-started.md): Official Aftermath Finance TypeScript SDK for Sui
- [Router](https://kr-docs.aftermath.finance/developers/router.md): Smart-Order Router finds optimal trade route across multiple pools and protocols for a given trade.
- [Liquid Staking](https://kr-docs.aftermath.finance/developers/liquid-staking.md): Stake SUI and receive afSUI to earn a reliable yield, and hold the most decentralized staking derivative on Sui.
- [Pools](https://kr-docs.aftermath.finance/developers/pools.md): AMM pools for both stable and uncorrelated assets of variable weights with up to 8 assets per pool.


---

# 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://kr-docs.aftermath.finance/developers.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.
