> 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-administrators-mifos-x-platform/clients-groups-and-centers/manage-clients/client-relationship-management.md).

# Client Relationship Management

**Client Relationship Management** allows you to perform the following operations:

1. To capture additional details of Clients using the "**Data Tables**" option.
2. Upload any necessary documents of Client like Driving License, Passport etc.
3. Insert necessary "**Notes**" to provide additional information.

### **Record Additional Details Using Data Tables**

In order to capture additional details, follow these steps:

1. Go to **Admin** >> **System** >> **Manage Data tables**<br>
2. Click on **Create Data Table** tab. The following page will be displayed:&#x20;

<figure><img src="/files/OvBCTUFlRvWcTdqIYiMF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FYCJFJ7sTAwBmAg5IhsN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/aUt3cl6wFgnkfdgiKAOW" alt=""><figcaption></figcaption></figure>

| Field Name (attribute) | Description                                                                                                                                                                                                                               | Example                 | Validations (if applicable) |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | --------------------------- |
| Data Table Name        | Please provide an appropriate name for the Data Table.                                                                                                                                                                                    | Client's Marital Status |                             |
| Application Table Name | From the drop-down menu, select 'Clients'.                                                                                                                                                                                                |                         |                             |
| Multi Row              | Check this box if multiple rows are required to capture additional details of the client.                                                                                                                                                 |                         |                             |
| Add columns            | Provide an appropriate Column Name and select the Column Type (*example: String, Number, Date, etc.*) from the drop-down menu. Then, click on '+' button to add the column and finally click on "Submit" button to create the data table. |                         |                             |

3\. Once the Data Table is created, go to any client's profile to enter additional details (*as shown in the following screenshots*):\
\
&#x20;         1\.  Click on the **Marital Status** tab (the additional detail created by data table).

![](https://mifosforge.jira.com/wiki/download/thumbnails/67895328/c22.jpg?version=1\&modificationDate=1415947265663\&cacheVersion=1\&api=v2\&width=850)

&#x20;         2\. Click on "+Add" button.&#x20;

![](https://mifosforge.jira.com/wiki/download/thumbnails/67895328/c23.jpg?version=1\&modificationDate=1415947366896\&cacheVersion=1\&api=v2\&width=850)

&#x20;         3.Enter the relevant details and click on the 'Submit' button.

![](https://mifosforge.jira.com/wiki/download/thumbnails/67895328/c24.jpg?version=1\&modificationDate=1415947469470\&cacheVersion=1\&api=v2\&width=650)

### **Upload Documents of a Client**

1. Go to the Client's profile and click on the '**Documents**' tab.<br>
   1. A new window will appear with a '**+Upload**' tab at the top-right corner. Click on it and the following window will be displayed:

<figure><img src="/files/xqzZMyDdZQAeUJQ9ZW13" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/q4fNuw9qeMSXzHE9Zwp9" alt=""><figcaption></figcaption></figure>

| Field name (attribute) | Description                                                                                                                                                 | Example          | Validations (if applicable) |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | --------------------------- |
| Name                   | Provide the name of the document to be uploaded                                                                                                             | Passport         |                             |
| Description            | Give some information about the document                                                                                                                    | Passport Details |                             |
| Browse                 | Click on 'Browse' button to select the file (document) from your computer. After selecting the document, click on the **Submit** button to upload the file. |                  |                             |

### **Record Additional Information using Notes**

If any other additional information of a Client needs to be saved for future reference, **Notes** can be used:

1. Go to the Client's profile and click on '**Notes**' tab.<br>
2. Enter the additional information and click on 'Add' button.&#x20;

<figure><img src="/files/zmlSDZSlBKntIh1g1FrO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Fjc81UQLqFW6zjC1Feti" alt=""><figcaption></figcaption></figure>

Related articles

* Page:[Manage Centers](/mifosx/user-manual/for-administrators-mifos-x-platform/clients-groups-and-centers/manage-centers.md)
* Page:[Client Relationship Management](/mifosx/user-manual/for-administrators-mifos-x-platform/clients-groups-and-centers/manage-clients/client-relationship-management.md)
* Page:[Manage Clients](/mifosx/user-manual/for-administrators-mifos-x-platform/clients-groups-and-centers/manage-clients.md)


---

# 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-administrators-mifos-x-platform/clients-groups-and-centers/manage-clients/client-relationship-management.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.
