> For the complete documentation index, see [llms.txt](https://docs.rain.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rain.fi/account/dashboard.md).

# Dashboard

#### **Dashboard Overview**

The **Dashboard** serves as the central hub for users to track and manage their financial activities on the platform. It is divided into the following key sections:

***

**1.** [**Overview**](/account/dashboard/overview.md)

* Provides a summary of the user's account, including:
  * Current stats
  * All-time statistics (borrower)
  * Liquidation rate.

**2.** [**Debts**](/account/dashboard/active-loans.md)

* Tracks active loans and borrowing details, including:
  * Outstanding amounts.
  * Due dates.
  * Interest rates.
* Allows users to manage loans, such as making repayments or extending terms.

**4.** [**Activity**](/account/dashboard/activity.md)

* Logs the user's transaction history and actions, including:
  * Borrowing and lending transactions.
  * Collateral updates.
* Provides filters to view specific types of activity.

***

The **Dashboard** ensures users have a comprehensive view of their financial position and tools to effectively manage their activities.

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


---

# 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:

```
GET https://docs.rain.fi/account/dashboard.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.
