# Cash Transaction Processing

Generally in Mifos, cash transactions happen in the following situations:

* When loans are disbursed. ([Click Here](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts) to see How to create Loan Accounts and disburse the loan)
* When loan repayments are made on client loan accounts. ([Click Here](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/how-to-make-repayments-on-a-client-loan-account) to see the process)
* When loan repayments are made on group loan accounts. ([Click Here ](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/how-to-make-repayments-on-a-group-loan-account)to see the process)
* When loan is prepaid on client/group loan account. ([Click Here](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/loan-accounts/how-to-prepay-a-loan-account) to see the process)
* When deposits and withdrawals are made on Client's/Group's saving accounts. ( [Click Here](https://docs.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/saving-accounts) to see the process)<br>

Related articles

* Page:[Manage Centers](https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/clients-groups-and-centers/manage-centers)
* Page:[Product Mix](https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/administration/products/loan-products/product-mix)
* Page:[Enabling Floating Rate](https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/administration/products/loan-products/loan-product-fields/enabling-floating-rate)
* Page:[Savings Products](https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/administration/products/untitled)
* Page:[Overdraft Product](https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/administration/products/overdraft-product)


---

# 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.mifos.org/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/cash-transaction-processing.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.
