> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/getting-started/untitled/how-to-use/dashboard.md).

# Dashboard

Is a menu to display billing transaction data in the form of a dashboard. Dashboard displays transactions based on billing status.

The steps display the dashboard

* Klik menu **Dashboard** pada panel menu sebelah kiri

![Faspay Billing Dashboard page view](/files/-MHzv80DK5nvo7Ise2DQ)

**Transaction Status Bar :**

Displays the total summary amount of transactions based on their status.

* Paid : Total billing transactions that have been paid
* Expired : Total billing transactions that have not been paid but have passed the due date.

&#x20;**Graphic Chart :**

Displays a comparison between the total amount of the sales transaction and the amount of the transaction that has been paid and the amount of the transaction that has expired in the form of a graphic display. The data on the chart chart shows billing transactions per month.

{% hint style="info" %}

* Hover the mouse pointer on the bar chart to display the details of the sales amount, paid and expired
* Total sales on the right panel displays a summary total of all billing transactions based on their status
* Click on the chart menu to display the chart download options in various formats
* The parameters at the top of the graph are used to change the data options displayed by year
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.faspay.co.id/getting-started/untitled/how-to-use/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
