# Guides

- [Interface Integration](https://docs.quickswap.exchange/technical-reference/guides/interface-integration.md)
- [Using the API](https://docs.quickswap.exchange/technical-reference/guides/interface-integration/using-the-api.md)
- [Query Parameters](https://docs.quickswap.exchange/technical-reference/guides/interface-integration/query-parameters.md)
- [Iframe Integration](https://docs.quickswap.exchange/technical-reference/guides/interface-integration/iframe-integration.md)
- [Javascript SDK](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk.md)
- [SDK Quick start](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/sdk-quick-start.md)
- [Fetching Data](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/fetching-data.md)
- [Pricing](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/pricing.md)
- [Trading](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/trading.md)
- [Pair Addresses](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/pair-addresses.md)
- [Smart Contract Integration](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration.md)
- [Smart Contract Quick Start](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/smart-contract-quick-start.md)
- [Implement A Swap](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/implement-a-swap.md)
- [Providing Liquidity](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/providing-liquidity.md)
- [Building An Oracle](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/building-an-oracle.md)
- [Flash Swaps](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/flash-swaps.md)
- [V2 Pair Addresses](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/v2-pair-addresses.md)
- [Supporting Meta Transactions](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/supporting-meta-transactions.md)
- [V3 Pool Addresses](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/v3-pool-addresses.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.quickswap.exchange/technical-reference/guides.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.
