# Account

#### **Account Page Overview**

When a user clicks on the **Account** icon(top right corner), a side window slides open from right to left, providing a centralized hub for managing account settings, navigating the dashboard, and accessing other key features.

***

**Features and Actions**

1. [**Change Account Settings**](/account/settings.md)
   * Update personal and account-related configurations.
2. [**Navigate to Dashboard**](/account/dashboard.md)
   * Quickly access specific sections of the dashboard:
     * **Debts**: View and manage outstanding loans.
     * **NFTs**: Track and manage NFTs used as collateral or held in the wallet.
     * **My Earn**: Manage pools and lending activity.
     * **Activity**: Review account history, including past transactions and actions.
3. [**Buy Tokens by Credit Card**](/account/buy-token.md)
   * Directly purchase tokens using a linked credit card for seamless transactions.
4. [**Logout**](/account/logout.md)
   * Securely log out of the account.

***

**Displayed Information**

1. **Liquidation Rate**
   * Shows the percentage rate at which the user's loans are at risk of liquidation.
2. **Total Amount**
   * Displays the total value of assets and collateral in the account.
3. **Current Loan**
   * Provides an overview of the user's active loan amount.
4. **Collateralized Balance**
   * Reflects the total value of assets currently being used as collateral for active loans.

***

This **Account Page** is designed to offer users quick access to essential tools and insights, streamlining account and activity management.

<div align="left"><figure><img src="/files/GCbcSbfdLgmCuFQsR8cJ" alt="" width="362"><figcaption></figcaption></figure></div>


---

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