# Wallet

The Wallet page comprehensively overviews your company's financial transactions and wallet management.

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

<mark style="background-color:blue;">**1. General**</mark>

* **Enable Wallet**: This toggle feature allows users to turn the wallet functionality on or off, providing flexibility based on the company’s financial management preferences.
* **Minimum Balance**: Сan either be ***positive*** or ***negative***. A positive minimum balance indicates that a certain amount must be maintained in the account, while a negative minimum balance allows for a deficit, meaning the account can go below zero up to a specified limit.

<mark style="background-color:blue;">**2. Overview of Transactions**</mark>

* **Starting Balance**: Displays the initial amount available in the wallet before any transactions are made, providing a baseline for financial tracking.
* **Total Refilled**: This shows the total amount added to the wallet over a specified period, helping users monitor funding activity.
* **Total Spent**: Indicates the cumulative amount spent from the wallet, allowing users to track expenditures efficiently.
* **Ending Balance**: Reflects the current wallet balance after accounting for all refills and expenditures, ensuring users have an accurate picture of their financial status.

<mark style="background-color:blue;">**3. Transaction History**</mark>

* **Date**: Lists the date of each transaction, providing a timeline for financial activities.
* **Description**: Offers a brief summary of each transaction, such as refills or payments made, to help users understand the context of each entry.
* **Amount**: Displays the monetary value of each transaction, allowing users to assess their financial movements at a glance.


---

# 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://faq.droam.com/menu/wallet.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.
