# Loans

- [New Loan Application](https://developer.lendastack.io/products-guide/loans/new-loan-application.md): Apply for loans from any of the setup business branches and get funds disbursed directly into provided bank details
- [Activate/De-Activate Auto approval](https://developer.lendastack.io/products-guide/loans/activate-de-activate-auto-approval.md): This endpoint is use to activate and deactivate auto approval of Loan application at point of creating a loan application.
- [Loan Information](https://developer.lendastack.io/products-guide/loans/loan-information.md): Loan details
- [Active Loans](https://developer.lendastack.io/products-guide/loans/active-loans.md): Get detailed information on customers loans and repayment schedules
- [Repayment Schedule Calculation](https://developer.lendastack.io/products-guide/loans/repayment-schedule-calculation.md): Repayment Schedule Calculation
- [Create payment entries](https://developer.lendastack.io/products-guide/loans/create-payment-entries.md): Create payment entries
- [Spool Repayments Due](https://developer.lendastack.io/products-guide/loans/spool-repayments-due.md): Retrieve all repayment due for a specified date range.
- [Repayment Activation File](https://developer.lendastack.io/products-guide/loans/repayment-activation-file.md): Activate repayment for a loan that has repayment type of "Automatic Direct Debit - Remita" with information from a file upload
- [Repayment Activation Information](https://developer.lendastack.io/products-guide/loans/repayment-activation-information.md): Activate repayment for a loan that has repayment type of "Automatic Direct Debit - Remita" with information from Remita
- [Disburse](https://developer.lendastack.io/products-guide/loans/disburse.md): The process of loan disburse involves Create Batch, Create Transfer Recipient and Disburse. This endpoint is used to automate the above.


---

# 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://developer.lendastack.io/products-guide/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.
