# Developer Resources

- [Contracts](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/contracts.md): APIs, SDKs, and integration guides for developers building on top of Fluxion.  All APIs integration please refer to Uniswap Docs
- [Technical Overview & API](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api.md)
- [Limit Order](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/limit-order.md): Fluxion lets you place limit orders on Mantle without locking up your funds upfront. You set the price you want, sign the order, and submit it to the Fluxion platform. When someone is willing to trade
- [amm v3 factory](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v3-factory.md)
- [amm v3 positionmanager](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v3-positionmanager.md)
- [amm v3 quoterv2](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v3-quoterv2.md)
- [amm v3 swaprouter](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v3-swaprouter.md)
- [amm v3 weth](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v3-weth.md)
- [amm v2 factoryregistry](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v2-factoryregistry.md)
- [amm v2 pool implementation](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v2-pool-implementation.md)
- [amm v2 poolfactory](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v2-poolfactory.md)
- [amm v2 router](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/technical-overview-and-api/amm-v2-router.md)
- [Brand Asset](https://fluxion-network.gitbook.io/fluxion-network/developer-resources/brand-asset.md): Download pade


---

# 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://fluxion-network.gitbook.io/fluxion-network/developer-resources.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.
