# Developers

- [Overview](https://docs.bitflow.finance/bitflow-documentation/developers/overview.md): A hub for developers looking to build with Bitflow.
- [Bitflow SDK](https://docs.bitflow.finance/bitflow-documentation/developers/bitflow-sdk.md): An overview of the Bitflow SDK, including installation, configuration, and usage in your project.
- [Smart Contracts](https://docs.bitflow.finance/bitflow-documentation/developers/smart-contracts.md): A detailed look at BitFlow's core smart contracts, covering aspects like functions, variables, error codes, and more.
- [StableSwap \[USDA-sUSDT LP\]](https://docs.bitflow.finance/bitflow-documentation/developers/smart-contracts/stableswap-usda-susdt-lp.md): An overview of the contract that implements the BitFlow StableSwap, which features a liquidity pool comprising of USDA and sUSDT.
- [Staking and Rewards \[USDA-sUSDT LP\]](https://docs.bitflow.finance/bitflow-documentation/developers/smart-contracts/staking-and-rewards-usda-susdt-lp.md): An overview of the contract facilitating staking and reward distributions for the USDA-sUSDT liquidity pool within the BitFlow StableSwap.
- [Public Repositories](https://docs.bitflow.finance/bitflow-documentation/developers/public-repositories.md): A list of repositories utilized by BitFlow, either managed and maintained directly by the BitFlow GitHub organization or another organization.
- [Deployed Contracts](https://docs.bitflow.finance/bitflow-documentation/developers/deployed-contracts.md): A list of deployed smart contracts utilized by BitFlow, categorized by their respective chains.
- [Stacks](https://docs.bitflow.finance/bitflow-documentation/developers/deployed-contracts/stacks.md): A list of smart contracts utilized by BitFlow, deployed on both the Stacks mainnet and testnet.
- [Public API Documentation](https://docs.bitflow.finance/bitflow-documentation/developers/public-api-documentation.md): This page is to share endpoints that are publicly accssible for others to use for their own projects. Please reach out if you would like a API Key to explore other data we make available in our SDK.
- [HODLMM API Documentation](https://docs.bitflow.finance/bitflow-documentation/developers/hodlmm-api-documentation.md): This page provides endpoints and sample code for integrating with HODLMM.


---

# 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.bitflow.finance/bitflow-documentation/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.
