# Tech Docs

- [General](https://docs.blend.capital/tech-docs/general.md)
- [Core Contracts](https://docs.blend.capital/tech-docs/core-contracts.md)
- [Emitter](https://docs.blend.capital/tech-docs/core-contracts/emitter.md)
- [Backstop Management](https://docs.blend.capital/tech-docs/core-contracts/emitter/backstop-management.md)
- [Blend Distribution](https://docs.blend.capital/tech-docs/core-contracts/emitter/blend-distribution.md)
- [Backstop](https://docs.blend.capital/tech-docs/core-contracts/backstop.md)
- [Deposit Management](https://docs.blend.capital/tech-docs/core-contracts/backstop/deposit-management.md)
- [Drawing and Donating](https://docs.blend.capital/tech-docs/core-contracts/backstop/drawing-and-donating.md)
- [Emission Distribution](https://docs.blend.capital/tech-docs/core-contracts/backstop/emission-distribution.md)
- [Pool Factory](https://docs.blend.capital/tech-docs/core-contracts/pool-factory.md)
- [Lending Pool Deployment](https://docs.blend.capital/tech-docs/core-contracts/pool-factory/lending-pool-deployment.md)
- [Lending Pool](https://docs.blend.capital/tech-docs/core-contracts/lending-pool.md)
- [Fund Management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/fund-management.md)
- [Liquidation Management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/liquidation-management.md)
- [Emission Management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/emission-management.md)
- [Interest Management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/interest-management.md)
- [Pool Management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/pool-management.md)
- [Bad Debt Management](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/bad-debt-management.md)
- [Protocol Tokens](https://docs.blend.capital/tech-docs/core-contracts/lending-pool/protocol-tokens.md)
- [Guides](https://docs.blend.capital/tech-docs/guides.md)
- [Deploying a Pool](https://docs.blend.capital/tech-docs/guides/deploying-a-pool.md)
- [Integrations](https://docs.blend.capital/tech-docs/integrations.md)
- [Integrate with a Blend Pool](https://docs.blend.capital/tech-docs/integrations/integrate-pool.md)
- [Fee Vault](https://docs.blend.capital/tech-docs/integrations/fee-vault.md)
- [Potential Improvements](https://docs.blend.capital/tech-docs/potential-improvements.md): This page covers known issues and potential improvements that could be made to the codebase if a new version of blend is released.


---

# 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.blend.capital/tech-docs.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.
