# Developer documentation

- [Vortex](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex.md)
- [High-Level View](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/high-level-view.md)
- [Contract Design](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/contract-design.md): Overview of the vault and strategy implementation
- [Key Function - harvest](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/key-function-harvest.md): In-depth descriptions of key functions
- [🧑💻 Integration guide](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/integration-guide.md): Guide for smart contract interactions with the vault
- [Risk Management](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management.md)
- [Position Buffer](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management/position-buffer.md)
- [remargin()](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management/remargin.md)
- [unwind()](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management/unwind.md)
- [emergencyExit()](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management/emergencyexit.md)
- [Funding Rate Monitoring](https://akropolis.gitbook.io/akropolis/developer-documentation/vortex/risk-management/funding-rate-monitoring.md)
- [Deployed Contracts](https://akropolis.gitbook.io/akropolis/developer-documentation/deployed-contracts.md)
- [Vortex](https://akropolis.gitbook.io/akropolis/developer-documentation/deployed-contracts/vortex.md)
- [Testnet contracts](https://akropolis.gitbook.io/akropolis/developer-documentation/deployed-contracts/vortex/testnet-contracts.md)
- [Open Source Development](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development.md): List of Open Source contributions made by our team over the years.
- [Amun Ra](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/amun-ra.md)
- [Pensify](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/pensify.md)
- [C2FC](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/c2fc.md): Commitments to Future Cashflows
- [AkropolisOS](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/akropolisos.md)
- [Sparta](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/sparta.md)
- [Delphi](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/delphi.md)
- [Polkahub](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/polkahub.md)
- [Ethereum <-> Substrate bridge](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/ethereum-less-than-greater-than-substrate-bridge.md): Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.
- [Web3 Wallet Kit](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/web3-wallet-kit.md)
- [Substrate Staking portal](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/substrate-staking-portal.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://akropolis.gitbook.io/akropolis/developer-documentation.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.
