# Overview

#### **Overview Page**

The **Overview Page** provides users with a comprehensive summary of their account's financial activity, divided into key sections:

***

**1. Current Stats**

* Displays real-time account metrics:
  * **Loans**: Number of active loans.
  * **Mortgages**: Total number of collateralized assets.
  * **Current Total Debt**: Total outstanding loan amount.
  * **Current Total Interest**: Accrued interest on active loans.

***

**2. All-Time Statistics (Borrower)**

* Summarizes the user's borrowing history:
  * **Loans**: Total loans taken.
  * **Mortgages**: Total collateralized assets used.
  * **Liquidations**: Count of loans liquidated.
  * **Volume**: Total amount borrowed over time.

***

**3. All-Time Statistics (Lender)**

* Provides insights into the user's lending activity:
  * **Active Loans**: Number of ongoing loans in the user's pool(s).
  * **Total Amount**: Total liquidity added across pools.
  * **Borrowed Amount**: Total value borrowed from the user's pools.
  * **Collections (Tokens + NFTs)**: Assets available in pools.
* **Direct Actions**:
  * Edit existing pools directly from this section.
  * View detailed lending statistics for better pool management.

***

**4. Liquidation Rate**

* Shows the user's liquidation risk percentage.
* **Note**: A high liquidation rate may limit platform access as lenders could deny usage of their pools. Keeping this rate low is crucial for uninterrupted services.

***

This structured overview ensures both borrowers and lenders can effectively monitor and manage their activities on the platform.

The **Overview Page** is designed to provide users with a snapshot of their account's key metrics, divided into three main sections:

***

**1. Current Stats**

* Displays up-to-date financial data for the user's account, including:
  * **Loans**: Number of active loans.
  * **Mortgages**: Number of collateralized items (tokens or NFTs).
  * **Current Total Debt**: Total amount borrowed across all loans.
  * **Current Total Interest**: Accumulated interest on active loans.

***

**2. All-Time Statistics (Borrower)**

* Highlights historical borrowing activity and overall performance:
  * **Loans**: Total number of loans taken.
  * **Mortgages**: Total number of collateralized assets used.
  * **Liquidations**: Count of loans liquidated due to non-repayment.
  * **Volume**: Total borrowed amount over time.

***

**3. Liquidation Rate**

* Indicates the user's current liquidation risk as a percentage.
* **Important**: A high liquidation rate may restrict platform access, as lenders might deny participation in their pools. Maintaining a low rate ensures uninterrupted services and continued borrowing opportunities.

<figure><img src="/files/5RsQUSm4wWzY6XDmHT6V" 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.rain.fi/account/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.
