# Borrow

There are 2 ways to deposit and borrow assets through our UI

1\) Through the [Dashboard](/aqualoan/protocol/dashboard.md) page you can deposit and borrow with 1 click of a button.&#x20;

2\) Through the [Markets](/aqualoan/protocol/markets.md) you can borrow for each individual market and see the parameters that apply to the market, like liquidation threshold and loan-to-value %.

## Borrowing

Borrowing enables one to obtain capital without selling the underlying asset or incurring a capital gains sales tax.

{% content-ref url="/pages/A6bgnLuWyBIGZGlje0Mp" %}
[How to Borrow](/aqualoan/protocol/borrow/how-to-borrow.md)
{% endcontent-ref %}

{% content-ref url="/pages/gMEt0bIEo4jWgPoycRhN" %}
[Health Factor](/aqualoan/protocol/borrow/health-factor.md)
{% endcontent-ref %}

{% content-ref url="/pages/96OcCOhOAUPyvbHoixqa" %}
[Loan Repayment](/aqualoan/protocol/borrow/loan-repayment.md)
{% endcontent-ref %}

{% content-ref url="/pages/TauEuieFmVCGWxJC4yX9" %}
[Liquidations](/aqualoan/protocol/borrow/liquidations.md)
{% endcontent-ref %}

{% content-ref url="/pages/R0EowWZz0bh2s9zNM96s" %}
[Flash Loans](/aqualoan/protocol/borrow/flash-loans.md)
{% endcontent-ref %}

{% content-ref url="/pages/KSX2KcXyFMG7ShWhAf4y" %}
[Interest Rate Model](/aqualoan/protocol/borrow/interest-rate-model.md)
{% endcontent-ref %}


---

# 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://aqualoan.gitbook.io/aqualoan/protocol/borrow.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.
