# DEVELOPERS

- [Aura Subgraphs](https://docs.aura.finance/developers/aura-subgraphs.md)
- [Deployed Addresses](https://docs.aura.finance/developers/deployed-addresses.md): Deployed Aura contracts
- [Canonical Deployment Addresses](https://docs.aura.finance/developers/deployed-addresses/canonical-deployment-addresses.md)
- [Sidechain Deployment Addresses](https://docs.aura.finance/developers/deployed-addresses/sidechain-deployment-addresses.md)
- [Solidity API](https://docs.aura.finance/developers/solidity-api.md): Documentation generated with solidity-docgen
- [AuraBalVault - Compounder](https://docs.aura.finance/developers/solidity-api/aurabalvault-compounder.md): The AuraBalVault compounder is ERC4626 compatible
- [Sidechain Contracts](https://docs.aura.finance/developers/solidity-api/sidechain-contracts.md)
- [Building on Aura](https://docs.aura.finance/developers/building-on-aura.md): How to integrate with the Aura Finance protocol
- [Brand Guidelines](https://docs.aura.finance/developers/logo.md): Aura Finance provides users with boosted yield farming on Balancer finance pools.
- [How To \_\_\_](https://docs.aura.finance/developers/how-to-___.md)
- [See reward tokens / yield on Aura Pools](https://docs.aura.finance/developers/how-to-___/see-reward-tokens-yield-on-aura-pools.md)
- [Calculate APRs from Aura pool yield](https://docs.aura.finance/developers/how-to-___/calculate-aprs-from-aura-pool-yield.md)
- [Calculate pool boost](https://docs.aura.finance/developers/how-to-___/calculate-pool-boost.md)
- [Calculate projected APRs](https://docs.aura.finance/developers/how-to-___/calculate-projected-aprs.md)
- [Get Balancer LP price](https://docs.aura.finance/developers/how-to-___/get-balancer-lp-price.md)
- [Add extra incentives to Aura pools](https://docs.aura.finance/developers/how-to-___/add-extra-incentives-to-aura-pools.md)
- [Frequently Asked Questions](https://docs.aura.finance/developers/frequently-asked-questions.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.aura.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.
