# Disbursing loans

### How to disburse a loan

To disburse a loan, click 'Disburse a loan' on the portfolio page and follow the on-screen prompts (see below for more detail):

<figure><img src="/files/O56EFjwRHtC78cEgsGoI" alt=""><figcaption></figcaption></figure>

Parameters required for each loan:&#x20;

* Borrower address&#x20;
* Principal Amount&#x20;
* Loan term (in days)&#x20;
* [Number of installments](#user-content-fn-1)[^1]
* Interest rate (APR)

Once loan terms are accepted by borrower, the manager can disburse funds to the borrower's address:

<figure><img src="/files/FH2y0jW9H40O3sNwmrKz" alt=""><figcaption></figcaption></figure>

[^1]: L[oans can accomodate multiple periodic interest payments. If bullet loan, set to 1.](#user-content-fn-2)\[^2]


---

# 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.brila.finance/user-guide/manage/disbursing-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.
