# Borrowing

- [Borrow Cap](https://docs.bitlen.io/borrowing/borrow-cap.md)
- [Borrowing BTC](https://docs.bitlen.io/borrowing/borrowing-btc.md)
- [Health Factor](https://docs.bitlen.io/borrowing/health-factor.md)
- [Minimal Liquidation](https://docs.bitlen.io/borrowing/minimal-liquidation.md): The users must ensure that the health factor of their position remains at or above 1. If the health factor drops below 1, a liquidator has the power to initiate the liquidation process and obtain the
- [Debt ceiling](https://docs.bitlen.io/borrowing/debt-ceiling.md)
- [Oracle](https://docs.bitlen.io/borrowing/oracle.md)
- [Flash Borrow(Soon)](https://docs.bitlen.io/borrowing/flash-borrow-soon.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.bitlen.io/borrowing.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.
