# Overview

The Overview tab provides a comprehensive summary of all your financial activities associated with your FluxEdge account.

**Account Balance**

* **Balance:** Displays the current amount of deposits available for spending. This is the total value of funds you have left to utilize for various services.

**Current Spending**

* **Spending:** Shows your current expenditures, presented in fiat value. This section also indicates the number of machines you are currently renting.

**Deposit Options**

* **Deposit Funds:** Provides multiple options for adding funds to your account. You can choose from:
  * **PayPal:** Click on the UI to access the dedicated PayPal deposit interface.
  * **Flux:** Click on the UI to access the Flux deposit interface.
  * **Stripe:** Click on the UI to access the Stripe deposit interface.
  * **Voucher:** Click on the UI to access the Voucher deposit interface.

**Additional Features**

* **History:** A button is available to directly visit the Balance History, allowing you to review all your past transactions and balance changes in detail.

The Overview tab serves as a central hub for monitoring and managing your account's financial status, ensuring that you have quick access to essential information and functionalities.


---

# 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://doc.fluxedgeai.vip/account/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.
