# Developer

- [Smart Contracts](https://docs.piperx.xyz/developer/smart-contracts.md)
- [Mainnet](https://docs.piperx.xyz/developer/smart-contracts/mainnet.md)
- [Aeneid](https://docs.piperx.xyz/developer/smart-contracts/aeneid.md)
- [Integrations (Smart Contracts)](https://docs.piperx.xyz/developer/integrations-smart-contracts.md)
- [Create Pool](https://docs.piperx.xyz/developer/integrations-smart-contracts/create-pool.md)
- [Integrations (TypeScript)](https://docs.piperx.xyz/developer/integrations-typescript.md)
- [Swap](https://docs.piperx.xyz/developer/integrations-typescript/swap.md)
- [SDKs](https://docs.piperx.xyz/developer/sdks.md)
- [Swap](https://docs.piperx.xyz/developer/sdks/swap.md): This page illustrate how to integrate PiperX swap functionality to your Dapps and website.
- [Create Pool](https://docs.piperx.xyz/developer/sdks/create-pool.md): This page illustrate how to integrate PiperX create pool functionality to your Dapps and website.
- [Standard Pool](https://docs.piperx.xyz/developer/sdks/create-pool/standard-pool.md)
- [Concentrated Pool](https://docs.piperx.xyz/developer/sdks/create-pool/concentrated-pool.md)
- [Add Liquidity](https://docs.piperx.xyz/developer/sdks/add-liquidity.md)
- [Standard Pool](https://docs.piperx.xyz/developer/sdks/add-liquidity/standard-pool.md)
- [Concentrated Pool](https://docs.piperx.xyz/developer/sdks/add-liquidity/concentrated-pool.md)
- [Remove Liquidity](https://docs.piperx.xyz/developer/sdks/remove-liquidity.md)
- [Standard Pool](https://docs.piperx.xyz/developer/sdks/remove-liquidity/standard-pool.md)
- [Concentrated Pool](https://docs.piperx.xyz/developer/sdks/remove-liquidity/concentrated-pool.md)
- [Fetch Price Data](https://docs.piperx.xyz/developer/sdks/fetch-price-data.md)
- [APIs](https://docs.piperx.xyz/developer/apis.md)
- [Faucet (Odyssey)](https://docs.piperx.xyz/developer/faucet-odyssey.md)
- [API](https://docs.piperx.xyz/developer/api.md)
- [Dex API](https://docs.piperx.xyz/developer/api/dex-api.md)
- [Pool Transaction API](https://docs.piperx.xyz/developer/api/pool-transaction-api.md)
- [Price API](https://docs.piperx.xyz/developer/api/price-api.md)
- [Aggregator API](https://docs.piperx.xyz/developer/api/aggregator-api.md)
- [Swap Widget](https://docs.piperx.xyz/developer/swap-widget.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.piperx.xyz/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.
