# Dashboard

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

## <mark style="color:blue;">Dashboard Components</mark>

The Dashboard displays various details about your AkashicLink Account through several key components:

### <mark style="color:blue;">Account Information</mark>

This section provides essential identification details for your account:

* [**Akashic Address**:](/introduction/terminology.md#l2-address-akashic-address) Your unique [AkashicChain](/introduction/terminology.md#akashicchain) identifier within the AkashicPay ecosystem
* [**Akashic Alias**](/introduction/terminology.md#alias): Your linked alias (if applicable), which provides a more user-friendly way to identify your account

### <mark style="color:blue;">Account Overview</mark>

The Account Overview section offers a quick snapshot of your cryptocurrency holdings:

* Displays the largest cryptocurrencies held in your Akashic Account
* Shows the current balance of each asset
* Provides a visual representation of your portfolio distribution
* Allows quick access to detailed information for each cryptocurrency

This overview helps you quickly assess your most significant assets without needing to navigate to the detailed Account section.

### <mark style="color:blue;">Balance Activity</mark>

The Balance Activity component tracks all transactions that impact your account balance:

* Displays deposits, withdrawals, and other balance-affecting transactions
* Shows the difference in balance before and after each transaction
* Provides timestamp information for when balance changes occurred
* Helps you monitor the flow of funds in and out of your account

This section is particularly useful for reconciliation purposes and tracking the history of your account's balance changes over time.

### <mark style="color:blue;">Latest Transactions</mark>

The Latest Transactions section shows the 10 most recent transactions associated with your account:

* Transaction type (deposit, withdrawal, transfer)
* Transaction amount and currency
* Transaction status (pending, completed, failed)
* Transaction timestamp
* Source/destination information
* Transaction ID for reference

This real-time transaction feed helps you stay informed about recent account activity and quickly identify any transactions that may require your attention.

## <mark style="color:blue;">Dashboard Navigation</mark>

From the Dashboard, you can easily navigate to other sections of the AkashicPay portal:

* **Account**: For detailed cryptocurrency management and transaction history
* **Transfer**: To initiate and monitor outgoing payments
* **Settings**: To configure your account preferences and integration parameters


---

# 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.akashicpay.com/dashboard/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.
