# Technical Documentation

## Behodler Technical Docs

- [Technical Documentation](https://docs.behodler.io/dev/master.md)
- [Behodler Repositories](https://docs.behodler.io/dev/smart-contracts/behodler-repositories.md)
- [Behodler AMM](https://docs.behodler.io/dev/smart-contracts/behodler-amm.md): v2 Smart Contracts
- [Limbo](https://docs.behodler.io/dev/smart-contracts/limbo.md)
- [Mainnet](https://docs.behodler.io/dev/deployments/mainnet.md)
- [Behodler AMM v2](https://docs.behodler.io/dev/deployments/mainnet/behodler-amm-v2.md)
- [PyroTokens v2](https://docs.behodler.io/dev/deployments/mainnet/pyrotokens-v2.md)
- [External Liquidity](https://docs.behodler.io/dev/deployments/mainnet/external-liquidity.md)
- [Ropsten](https://docs.behodler.io/dev/deployments/ropsten.md)
- [Behodler](https://docs.behodler.io/dev/deployments/ropsten/behodler.md)
- [Mock External Contracts & Liquidity](https://docs.behodler.io/dev/deployments/ropsten/mock-external-contracts-and-liquidity.md)
- [Behodler AMM](https://docs.behodler.io/dev/subgraphs/queries.md): GraphQL queries for use with the Behodler AMM Subgraph on The Graph.
- [Smart Contracts](https://docs.behodler.io/dev/integrations/smart-contracts.md)
- [User Platforms](https://docs.behodler.io/dev/integrations/user-platforms.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.behodler.io/dev/master.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.
