# Dashboard

**After a successful registration or login**, the user can access their dashboard.

### <mark style="color:blue;">**Let's explore the different parts of the dashboard!**</mark>

* **Dashboard/ Booking status**

Users can see the number of their bookings with different statuses, categorized month-wise.

<figure><img src="/files/3q0V599doacCRfPR5C3d" alt=""><figcaption></figcaption></figure>

* **Dashboard/Booking Expense Summary**

Users can view the booking expenses incurred on the booking during each month.

<figure><img src="/files/39fPgx8JqujIcY1ue78n" alt=""><figcaption></figcaption></figure>

* **Dashboard/Distance details**

Users can view the total distance of their bookings up to date.

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


---

# 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/dashboard/dashboard.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.
