# Panda

- [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)


---

# 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/panda.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.
