# Developer

- [Overview](https://docs.flowx.finance/developer/overview.md)
- [FlowX SDK](https://docs.flowx.finance/developer/flowx-sdk.md)
- [Getting Started](https://docs.flowx.finance/developer/flowx-sdk/getting-started.md)
- [Retrieve coin](https://docs.flowx.finance/developer/flowx-sdk/retrieve-coin.md)
- [Swap Aggregator](https://docs.flowx.finance/developer/flowx-sdk/swap-aggregator.md)
- [Multiple Swap Aggregator](https://docs.flowx.finance/developer/flowx-sdk/multiple-swap-aggregator.md)
- [AMM Management](https://docs.flowx.finance/developer/flowx-sdk/amm-management.md)
- [Pool Management](https://docs.flowx.finance/developer/flowx-sdk/amm-management/pool-management.md)
- [Position Management](https://docs.flowx.finance/developer/flowx-sdk/amm-management/position-management.md)
- [CLMM Management](https://docs.flowx.finance/developer/flowx-sdk/clmm-management.md)
- [Pool Management](https://docs.flowx.finance/developer/flowx-sdk/clmm-management/pool-management.md)
- [Position Management](https://docs.flowx.finance/developer/flowx-sdk/clmm-management/position-management.md)
- [Auto Invest](https://docs.flowx.finance/developer/flowx-sdk/auto-invest.md)
- [Limit Order](https://docs.flowx.finance/developer/flowx-sdk/limit-order.md)
- [FlowX Widget](https://docs.flowx.finance/developer/flowx-widget.md)
- [FlowX CLMM Guideline](https://docs.flowx.finance/developer/flowx-clmm-guideline.md): A concentrated liquidity market maker (CLMM) protocol built on the Sui blockchain, inspired by Uniswap v3. FlowX CLMM allows liquidity providers to concentrate their capital within custom price ranges
- [Additional Documents](https://docs.flowx.finance/developer/additional-documents.md)
- [Meta SDK](https://docs.flowx.finance/developer/additional-documents/meta-sdk.md)
- [Bug Bounty](https://docs.flowx.finance/developer/bug-bounty.md): The FlowX.Finance Bug Bounty program is focused around our smart contracts with a primary interest in the prevention of loss of user funds.


---

# 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.flowx.finance/developer.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.
