> For the complete documentation index, see [llms.txt](https://docs.mifos.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mifos.org/mifosx/user-space/user-manual.md).

# User Manual

To get the User Manual for All Users version, please refer to this link [For All Users](https://mifosforge.jira.com/wiki/spaces/docs/pages/80609374/For+All+Users)

To get the User Manual for All Users version, please refer to this link [For Administrators](https://mifosforge.jira.com/wiki/spaces/docs/pages/107020295/For+Administrators+Mifos+X+Platform)

To get the User Manual for All Users version, please refer to this link [Operational Users](https://mifosforge.jira.com/wiki/spaces/docs/pages/107020300/For+Operational+Users+Mifos+X+Web+App)

**Table of Contents**

**How to Use This Manual**

**For All Users**

* [General Navigation](https://mifosforge.jira.com/wiki/spaces/docs/pages/67895344/General+Navigation)
* [Reports](https://mifosforge.jira.com/wiki/spaces/docs/pages/67141764/Reports)

**For Administrators (Mifos X Platform)**

* [Initial System Set Up](https://mifosforge.jira.com/wiki/spaces/docs/pages/67895348/Initial+System+Set+Up)
* [Administration](https://mifosforge.jira.com/wiki/spaces/docs/pages/52592736/Administration)
* [Clients, Groups and Centers](https://mifosforge.jira.com/wiki/spaces/docs/pages/52035634/Clients%2C+Groups+and+Centers)
* [Accounting](https://mifosforge.jira.com/wiki/spaces/docs/pages/101384453/Accounting)
* [Configure Notifications](https://mifosforge.jira.com/wiki/spaces/docs/pages/153387033/Configure+Notifications)

**For Operational Users (Mifos X Web App)**

* [Accounting operations](https://mifosforge.jira.com/wiki/spaces/docs/pages/52592734/Accounting+operations)
* [Accounts and Transactions](https://mifosforge.jira.com/wiki/spaces/docs/pages/52592725/Accounts+and+Transactions)
* [Checker Inbox & Tasks](https://mifosforge.jira.com/wiki/spaces/docs/pages/82706695)

**Side Bar - Features**

* [Checker inbox and tasks](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296010/Checker+inbox+and+tasks)
* [Collection sheet](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296012/Collection+sheet)
* [Help.](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296018)
* [Individual collection sheet](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296014/Individual+collection+sheet)
* [Keyboard short-cuts](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296006/Keyboard+short-cuts)
* [Navigation](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296008/Navigation)

**Others - mifos dropdown**

* [Help](https://mifosforge.jira.com/wiki/spaces/docs/pages/113016974/Help)
* [Profile](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296022/Profile)
* [Settings](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296024/Settings)
* [Signout](https://mifosforge.jira.com/wiki/spaces/docs/pages/112296026/Signout)

**Data Import Tool**

* [Getting started with - Data Import Tool](https://mifosforge.jira.com/wiki/spaces/docs/pages/85623153/Getting+started+with+-+Data+Import+Tool)
* [Installing Data Import Tool](https://mifosforge.jira.com/wiki/spaces/docs/pages/85623074/Installing+Data+Import+Tool)

**Glossary of Terms**

**Index**

**Reporting Documentation**

**Mobile Money Tool**

**Online Banking App 2.0 User Manual**

* [Developer Environment Setup for Online Banking App 2.0](https://mifosforge.jira.com/wiki/spaces/docs/pages/498794497/Developer+Environment+Setup+for+Online+Banking+App+2.0)


---

# 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://docs.mifos.org/mifosx/user-space/user-manual.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.
