# Dashboard

- [Dashboard](https://docs.akashicpay.com/dashboard/dashboard.md): The Dashboard is your AkashicPay service summary, providing a quick overview of transactions, balances, and key account metrics in one place.
- [Account](https://docs.akashicpay.com/dashboard/account.md): The Account section is your financial control center, providing access to Overview, Deposit, History Record, and Balance Record features for efficient account management.
- [Transfer](https://docs.akashicpay.com/dashboard/transfer.md): The Transfer section includes two key components: Payout and Payout History. Together, these components help you manage and monitor your payouts, ensuring that you have full control over your account.
- [Settings](https://docs.akashicpay.com/dashboard/settings.md): The Settings section offers tools to customize your experience, and enhance security while guiding you through options and best practices.
- [Developers](https://docs.akashicpay.com/dashboard/developers.md): The Developers section is where you would find find all of your security settings and configure integrations.


---

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