# Developers

- [DEX](https://documentation.kodiak.finance/developers/dex.md)
- [Swap API (kX)](https://documentation.kodiak.finance/developers/dex/swap-api-kx.md)
- [Swap API (Kodiak Router)](https://documentation.kodiak.finance/developers/dex/swap-api-kodiak-router.md)
- [Pricing with Subgraph](https://documentation.kodiak.finance/developers/dex/pricing-with-subgraph.md)
- [Panda](https://documentation.kodiak.finance/developers/panda.md)
- [Technical Integration Guide](https://documentation.kodiak.finance/developers/panda/technical-integration-guide.md)
- [Subgraph](https://documentation.kodiak.finance/developers/panda/subgraph.md)
- [Entity Reference](https://documentation.kodiak.finance/developers/panda/subgraph/entity-reference.md)
- [Query Guide](https://documentation.kodiak.finance/developers/panda/subgraph/query-guide.md)
- [Advanced Usage Guide](https://documentation.kodiak.finance/developers/panda/subgraph/advanced-usage-guide.md)
- [Smart Contract Reference](https://documentation.kodiak.finance/developers/panda/smart-contract-reference.md): This reference guide details the core smart contracts of the Kodiak Panda protocol and their interactions.
- [Panda Factory](https://documentation.kodiak.finance/developers/panda/smart-contract-reference/panda-factory.md)
- [Panda Pool](https://documentation.kodiak.finance/developers/panda/smart-contract-reference/panda-pool.md)
- [Panda Token](https://documentation.kodiak.finance/developers/panda/smart-contract-reference/panda-token.md)
- [Api](https://documentation.kodiak.finance/developers/panda/api.md)
- [Farms](https://documentation.kodiak.finance/developers/farms.md)
- [Technical Integration Guide](https://documentation.kodiak.finance/developers/farms/technical-integration-guide.md)
- [Smart Contract Reference](https://documentation.kodiak.finance/developers/farms/smart-contract-reference.md)
- [Kodiak Islands](https://documentation.kodiak.finance/developers/kodiak-islands.md): Technical documentation for kodiak islands
- [Technical Integration Guide](https://documentation.kodiak.finance/developers/kodiak-islands/technical-integration-guide.md): Smart contract integration guide and examples
- [Understanding Token Deposit Ratio](https://documentation.kodiak.finance/developers/kodiak-islands/technical-integration-guide/understanding-token-deposit-ratio.md): This guide outlines the token Deposit ratio, how to find it, and how to reach there with a single token
- [Subgraph](https://documentation.kodiak.finance/developers/kodiak-islands/subgraph.md)
- [Entity Reference](https://documentation.kodiak.finance/developers/kodiak-islands/subgraph/entity-reference.md)
- [Query Guide](https://documentation.kodiak.finance/developers/kodiak-islands/subgraph/query-guide.md)
- [Advanced Usage Guide](https://documentation.kodiak.finance/developers/kodiak-islands/subgraph/advanced-usage-guide.md)
- [Smart Contract Reference](https://documentation.kodiak.finance/developers/kodiak-islands/smart-contract-reference.md)
- [Kodiak Island Factory](https://documentation.kodiak.finance/developers/kodiak-islands/smart-contract-reference/kodiak-island-factory.md): The core factory contract that manages deploying new islands and central shared setting between these islands for permission-less islands
- [Kodiak Island](https://documentation.kodiak.finance/developers/kodiak-islands/smart-contract-reference/kodiak-island.md): The implementation of kodiak Island contract
- [Kodiak Island Router](https://documentation.kodiak.finance/developers/kodiak-islands/smart-contract-reference/kodiak-island-router.md): A helper contract that enables easy, secure liquidity provisioning and withdrawals
- [API](https://documentation.kodiak.finance/developers/kodiak-islands/api.md)
- [Baults](https://documentation.kodiak.finance/developers/baults.md)
- [Backend API](https://documentation.kodiak.finance/developers/backend-api.md): We provide an additional way to retrieve certain data using our api


---

# 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://documentation.kodiak.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.
