# Repaying Loans

{% hint style="warning" %}
Coming after initial launch. Details will be updated when this feature ships.
{% endhint %}

## Loan dashboard

View all active loans, interest accrued, and time remaining from the **Borrow** tab.

{% hint style="info" %}
**VERIFY** - Repayment flow, partial repayment options, what happens at expiry, and early repayment terms to be confirmed with team before publishing.
{% endhint %}


---

# 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://bound-1.gitbook.io/bound-docs/borrow/repaying-loans.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.
