> For the complete documentation index, see [llms.txt](https://fleetdocs.hyvikk.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fleetdocs.hyvikk.space/dashboard/my-bookings/completed-booking.md).

# Completed booking

<img src="/files/6QOc5LWKBYGC6WjWxpSo" alt="Completed Bookings " class="gitbook-drawing">

Users can view the completed bookings with the complete booking information.

\
**View or Manage Invoice**

<figure><img src="/files/SXhtrvnZoBLMqzHBcdBr" alt=""><figcaption><p>Invoice</p></figcaption></figure>

Items or specific categories are classified below as either dynamic or static.

<table><thead><tr><th width="189">Particular</th><th width="252.9998779296875">Dynamic - Managed from Admin panel</th><th>Static</th></tr></thead><tbody><tr><td>Logo</td><td>Settings>General Settings</td><td>-</td></tr><tr><td>Email ID</td><td>Settings>Frontend Settings</td><td>-</td></tr><tr><td>Date and Time</td><td>-</td><td>Takes current date and time</td></tr><tr><td>Billed to</td><td>-</td><td>Customer inforamtion taken while creating booking</td></tr><tr><td>Booking ID</td><td>-</td><td>Generates new ID for every new bookings</td></tr><tr><td>Invoice No</td><td>-</td><td>Generates new ID for every new Invoices</td></tr><tr><td>Booking information<br><br>Pick up/ Drop off services</td><td></td><td>Booking inforamtion taken while creating booking</td></tr><tr><td>Km of Ride</td><td>It varies according to the distance of the trip</td><td>-</td></tr><tr><td>Amount</td><td>Settings>Fare settings</td><td>-</td></tr><tr><td>Fotter logo</td><td>Settings>General Settings</td><td>-</td></tr><tr><td>Terms and Policies</td><td>Settings>Frontend Settings</td><td>-</td></tr><tr><td>Website Fotter</td><td>Settings>General </td><td>-</td></tr><tr><td>Address</td><td>Settings>General Setting</td><td>-</td></tr><tr><td>Signature</td><td>-</td><td>Yes</td></tr></tbody></table>


---

# 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://fleetdocs.hyvikk.space/dashboard/my-bookings/completed-booking.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.
