# Org Customer Report

### Org Customer Report

It exhibits the financial details of customers under a selected organization. It analyzes the monthly limit, amount used, available balance, paid amount, and pending booking amount for a specific period of time.

<figure><img src="/files/jxzOjuFO8fTRFvSKBs29" alt=""><figcaption><p>Org Customer Report</p></figcaption></figure>

#### Org Customer Report reveals:

* **Organization Name** – Displays the name of the organization under which the customer is registered.
* **Customer** – Shows the name of the customer linked to the organization.
* **Monthly Limit** – Displays the total monthly credit limit assigned to the customer.
* **Amount Used** – Shows the amount already used from the assigned monthly limit.
* **Available Balance** – Displays the remaining balance (Monthly Limit – Amount Used).
* **Paid Amount** – Shows the amount that has been paid by the customer.
* **Pending Amount** – Displays the amount yet to be paid/pending for complete or ongoing bookings.


---

# 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://fleetdocs.hyvikk.space/explore-features/reports/org-customer-report.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.
