# Financials

## Driver

Driver's income is stored in their multi-currency wallet and records are stored in the transactions table. You can either go to a specific driver from the `Drivers` menu or open the accounting menu to see all driver's wallet list. This page is useful for automatic payouts. For example, you can filter wallets based on a currency and a specific range of amounts and then export it to CSV using the option provided and use the bank panel to payout all of them at once.

{% hint style="info" %}
When a payout is done the app should be known to deduct the payments from the wallet. At the moment there is no bulk solution integrated for mass payout input. You can either write a plugin of your own and manipulate the database or do manual Transaction adding through each driver's `Financial Records` page.
{% endhint %}

## Admin

This page shows the record of all commissions the admin had on services done. Upon each service being finished record to commission is added here and the amount is added to the multi-currency wallet of the admin.

## Rider

You can see all the rider's wallet amounts here if not zero and sort them.

## Fleets

Fleet payouts can be managed just like wallet payouts as discussed.


---

# 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://flutter-docs.taxi.ridy.io/usage/financials.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.
