# Loan Repayment

To repay your loan, log in to **app.tlend.co** using the same wallet.

You will see your loan terms, current outstanding amount, and a field to enter the amount you want to repay. (**Important! The full amount must be repaid before the loan due date.**)

1. Enter the amount you want to repay (default: full remaining amount)
2. Click **Repay loan**
3. Confirm the transaction in your wallet
4. Once fully repaid, you can create a new loan application

<figure><img src="/files/DkBnIxWhSPpFFkjI8isw" alt="" width="296"><figcaption></figcaption></figure>

{% hint style="warning" %}
If the loan is not fully repaid before the due date, late interest will accrue daily.
{% endhint %}

{% hint style="warning" %}
If the loan is still not repaid a few days after the due date, it will be transferred to a debt collection company.
{% 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://tlend-1.gitbook.io/tlend/faq-end/loan-repayment.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.
