> 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-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/saving-accounts/how-to-create-group-saving-account.md).

# How To Create Group Saving Account

**Saving Accounts** can be created for an entire group, rather than creating one for every single client. The **Group Saving Account** is shared between all the members of the Group. This allows all the members of the Group to do all types of transactions (including Deposits and Withdrawals).

### **Creating Group Saving Account**

1. Click on **Clients** on the top menu bar, and click on **Groups** in the sub-menu that appears.

<div align="left"><img src="https://mifosforge.jira.com/wiki/download/thumbnails/82149428/groups_nav.PNG?version=1&#x26;modificationDate=1555193015346&#x26;cacheVersion=1&#x26;api=v2&#x26;height=150" alt=""></div>

&#x20; 2\. This will display a page with a list of all the Groups as shown in the screenshot below.

![](https://mifosforge.jira.com/wiki/download/thumbnails/82149428/groups_list.PNG?version=1\&modificationDate=1555193049755\&cacheVersion=1\&api=v2\&height=400)

&#x20; 3\. Find the Group you wish to add the Group Saving Application for (*use the Search bar at the top, if necessary*) and click on its **Name**. This will display the Group Profile.

![](https://mifosforge.jira.com/wiki/download/thumbnails/82149428/group%20saving%20account.png?version=1\&modificationDate=1552676635504\&cacheVersion=1\&api=v2\&height=400)

&#x20; 4\. Click on the '**Group Saving Application**' button (indicated on the screenshot above).\
\
&#x20; 5\. On the window that appears, select the [**Saving Product** ](/mifosx/user-manual/for-administrators-mifos-x-platform/administration/products/untitled.md)for the Group.

![](https://mifosforge.jira.com/wiki/download/thumbnails/82149428/group_savings_app.PNG?version=1\&modificationDate=1555193272196\&cacheVersion=1\&api=v2\&height=400)

&#x20; 6\. Fill in all the details and click on the **Submit** button (*For more information on how to fill in the details,* [*see here*](/mifosx/user-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/saving-accounts.md)).

![](https://mifosforge.jira.com/wiki/download/thumbnails/82149428/group_savings_app_2.PNG?version=1\&modificationDate=1555193435703\&cacheVersion=1\&api=v2\&height=400)

&#x20; 7\. Afterwards, the Saving Account needs to be approved and activated with the specified date so that each member of the group can make transactions. Click on the '**Approve**' button to approve it.

![](https://mifosforge.jira.com/wiki/download/thumbnails/82149428/group_savings_app_summary.PNG?version=1\&modificationDate=1555193513353\&cacheVersion=1\&api=v2\&height=400)

&#x20; 8\. Once the Saving Account is created for the Group, the '**Saving Account Overview**' is shown on the Group page displaying the Saving Account Number, Saving Product and Balance.

![](https://mifosforge.jira.com/wiki/download/thumbnails/82149428/group%20saving%20account.png?version=1\&modificationDate=1552676635504\&cacheVersion=1\&api=v2\&height=400)


---

# 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-manual/for-operational-users-mifos-x-web-app/accounts-and-transactions/saving-accounts/how-to-create-group-saving-account.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.
