> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/loans/loan.md).

# Loans

## Record Money Lent or Borrowed

1. Open **Loans** and tap **+** at the top right.
2. Choose **Lend** or **Borrow**.
3. Enter the amount, person or entity, book, account, and date.
4. After saving, Loans totals the amount to collect or repay for each person or entity.

## Record a Collection or Repayment

1. Tap a person, entity, or loan record to open its details.
2. Choose **Collect** or **Repay**.
3. Enter the amount and choose the receiving or paying account.
4. Saving updates the remaining amount automatically.

| Action                             | Result                                                                |
| ---------------------------------- | --------------------------------------------------------------------- |
| **Partial Collection / Repayment** | Records this amount and keeps the remaining balance open              |
| **Full Collection / Repayment**    | Settles the corresponding loan balance                                |
| **View Record**                    | Tap a record row in the details to open the corresponding loan record |

## Edit and Delete

Open a loan record's details to edit its amount, date, account, or person.

{% hint style="warning" %}
Deleting a loan record also reverses its balance effect. Before deleting, check for later collections or repayments.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.daak2.com/loans/loan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
