# Dashboard Overview

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

***

### **Key Sections of the Dashboard:**

1. **Balance Overview**
   * Located at the top of the dashboard, this section shows your current wallet balance, as well as a summary of received and sent payments.
   * **Balance:** Displays your current USDC or other stablecoin balance.
   * **Received/Sent Summary:** Quick view of how much you've received and sent.
2. **Quick Actions**
   * Easily accessible buttons for common actions:
     * **Create Payment Link:** Generate a link that can be shared with others to receive payments.
     * **Create Invoice:** Create and send invoices to clients or customers.
     * **Quick Pay:** Send or receive payments with just a few clicks.
3. **Recent Payments**
   * Displays a list of your most recent payments, whether sent or received, with details such as:
     * **Date** of the transaction.
     * **Amount** in USDC.
     * **Description** or reference for each transaction.
     * **Currency and status** (e.g., USDC, ETH).
     * Clicking on a transaction will bring up more details.
4. **Side Navigation Menu** The side menu allows you to easily navigate between different sections of BraidPay:
   * **Home:** Returns you to the main dashboard overview.
   * **Payment:** Send or receive payments directly from this section.
   * **Transaction:** View your full transaction history, with options to filter by date or type of transaction.
   * **Payment Link:** Manage and create payment links for easy payments.
   * **Invoice:** Manage and create invoices.
   * **Customer:** Keep track of customer details and payment history.
   * **Balance:** Monitor your balance and transactions related to specific currencies.
   * **Support:** Contact support if you need assistance or have any issues.
   * **Settings:** Customize your account settings, security features, and notification preferences.


---

# 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.braidpay.com/braidpay/set-up-braidpay/dashboard-overview.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.
