# Developers

## V1

- [Introduction](https://docs.hashstack.finance/developers/introduction.md)
- [Permissible CDR](https://docs.hashstack.finance/developers/permissible-cdr.md)
- [Automated Liquidity Provision](https://docs.hashstack.finance/developers/automated-liquidity-provision.md)
- [Slippage Control](https://docs.hashstack.finance/developers/slippage-control.md)
- [Integrations](https://docs.hashstack.finance/developers/integrations.md)
- [Proxy/Upgrade Structure](https://docs.hashstack.finance/developers/proxy-upgrade-structure.md)
- [Mainnet Deployed Contracts](https://docs.hashstack.finance/developers/mainnet-deployed-contracts.md): List of all contracts related to the tokens for the Mainnet V1.
- [Frontend Tech Stack](https://docs.hashstack.finance/developers/frontend-tech-stack.md)
- [Introduction](https://docs.hashstack.finance/developers/supply-and-borrow/introduction.md)
- [Supply](https://docs.hashstack.finance/developers/supply-and-borrow/supply.md)
- [Borrow](https://docs.hashstack.finance/developers/supply-and-borrow/borrow.md)
- [Use Cases](https://docs.hashstack.finance/developers/supply-and-borrow/borrow/use-cases.md)
- [Isolated margin](https://docs.hashstack.finance/developers/supply-and-borrow/borrow/isolated-margin.md)
- [Debt management](https://docs.hashstack.finance/developers/supply-and-borrow/borrow/debt-management.md)
- [Health factor](https://docs.hashstack.finance/developers/supply-and-borrow/borrow/health-factor.md)
- [Hashstack Layer 3 Integration](https://docs.hashstack.finance/developers/contribute/hashstack-layer-3-integration.md)
- [Creating Proposals on Github](https://docs.hashstack.finance/developers/contribute/creating-proposals-on-github.md): How to create an Issue in github?


---

# 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.hashstack.finance/developers/introduction.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.
