# Overview Page

The **Account Overview** page is a key feature of FU Capital, designed to give you a comprehensive snapshot of your portfolio. Here's why it's essential:

* **Account Details:** The Account Overview page provides a quick and easy way to see your available balance, deployed capital, total account value, and interest income, along with overall portfolio performance.
* **Actionable Insights:** This information helps you make informed decisions about future addition of funds, withdrawals, and funding activities.

The Account Overview Page is structured to provide clear and actionable information at a glance.<br>

<figure><img src="/files/NxUWgP7SEvSKfYWLjwEG" alt=""><figcaption><p>Overview Page</p></figcaption></figure>

Here’s a breakdown of each section shown above:

**Header Section**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfu16pPlg9DtFScsgEkG5wO3o92eTiW8cGZARakf1v0qWSCQC9l62IglnzCKHIgTN7scxBNuFO8S25l2udWYkqd74MRm-HBEK2LwwnB4wazPhAJ6mepnrOoQrFFgwfy-X0joAgZ4Gkko9w5ZkO-zJ91fjMa?key=YCvQ3A6Iy4GL3Avrv-grAA" alt=""><figcaption></figcaption></figure>

* **Buy:** This button directs you to the Market module, where you can view available loans and the funds available for each opportunity.
* **Add Funds:** This button takes you to the Add and Withdraw Funds page, where you can transfer money into or out of your account.
* **Weekly Statement:** This button leads to the Account Statement page, where you can view or download a detailed record of your account activity for a selected period.

**Summary**

This section provides a quick snapshot of your account:

* **Available Balance:** The current amount of undeployed cash in your account.
* **Deployed Balance:** The total amount of capital you have currently deployed in loans.
* **Pending Payments:** The total outstanding amount owed by borrowers on your loans.
* **Total:** The total value of all your account holdings, calculated as:\
  Total = Available Funds + Deployed Funds

**Total Income**

This section provides an overview of your earnings:

* **Interest Income:** The total interest earned on your loan positions to date. This might be further broken down by interest earned within a selected timeframe, which can be adjusted elsewhere on the dashboard.
* **Secondary Market Income:** Income earned by selling loans purchased in the Primary Market at a profit. This feature will be available on our website soon.

**Number of Claims**

This section provides a count of your claims, their value in the corresponding currency, and the status of each claim (Active, Delayed, and Defaulted) where:

* **Active** means that interest/principal payment is on time.
* **Delayed** is when payment is delayed (max 60 days) .
* **Defaulted** status means that payment due is over 60 days.

<br>


---

# 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.fucapital.io/protocol/overview-page.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.
