# Dashboard Overview

The Udara360 Dashboard is the first screen users see after logging in and serves as the central command center for monitoring the institution's financial health at a glance.

To access the Dashboard, click **Dashboard** in the left sidebar.

### **Welcome Message**

Upon logging in, the Dashboard displays a personalized welcome message showing your username alongside their last login time and date. This allows you to quickly verify their most recent session and detect any unauthorized access to your account.

### **Deposit By Customer Type**

The Deposit By Customer Type widget provides a breakdown of total deposits across the institution's customer segments.&#x20;

It displays the deposit count and total amount for each of the following customer types:

* Corporate
* Group
* Group Joint
* Individual
* Group SME

This breakdown gives you a clear picture of where deposits are concentrated across your customer base.

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

### **Loan Portfolio Summary**

The Loan Portfolio Summary provides a real-time snapshot of your entire loan book.&#x20;

It displays the following metrics; **Total Loans Disbursed, Total Principal Outstanding, Total Interest Outstanding, Total Principal Paid, Total Principal Due And Unpaid, and Total Principal Not Yet Due.**&#x20;

These figures give you a complete picture of your lending activity, repayment performance, and exposure at any given point in time.

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

### **Loan Awaiting Disbursement**

The Loan Awaiting Disbursement widget displays the total number of approved loans that are pending disbursement. This figure updates in real time, allowing you to track and prioritize pending loan releases efficiently.

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

### **NPL Ratio**

The NPL Ratio displays the percentage of loans that are in default or at risk of default. A lower NPL ratio indicates a healthier loan portfolio, while a higher ratio signals increased credit risk requiring immediate attention.

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

### **Recent Activities**

The Recent Activities widget displays a real-time timeline of system events, including the actions and updates to customer account limits.&#x20;

Each entry shows the activity type and the exact time it occurred.&#x20;

To view the complete activity log, click the **View All** button at the bottom of the widget.

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

### **Customer Growth Analytics**

The Customer Growth Analytics widget displays a line graph tracking customer acquisition growth over time.&#x20;

The graph highlights monthly fluctuations in customer growth, enabling you to identify trends, and evaluate the effectiveness of customer acquisition strategies.

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


---

# 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.udara360.io/getting-started/dashboard-overview.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.
