> For the complete documentation index, see [llms.txt](https://airporttaxis.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://airporttaxis.gitbook.io/doc/main/bookings/booking-preview-card.md).

# Booking preview card

<figure><img src="/files/XBMsqbAkbvetC4FxK8cq" alt=""><figcaption><p>Booking Card Preview</p></figcaption></figure>

<figure><img src="/files/HGYyuhgKBwg756Yun79R" alt=""><figcaption><p>Booking Card Preview</p></figcaption></figure>

1. Order ID
2. Order date & time (CEST +2)
3. Order addresses (from/to/return address)
4. Order payment status and payment method
5. Chosen car type
6. Stripe/Bancontact commission amount
7. Trip cost (without stripe commission)
8. Management buttons
   * **More info** — go to order details page
   * **Assign** — trigger a modal popup displaying a list of available taxi companies capable of fulfilling the order. Once selected, the booking will be allocated to the chosen taxi company. The assigned executor must either accept or reject the booking.
   * **Block** — Suspend the order pending investigation by the administration. Upon blocking, the administrator must specify the reason in the appearing modal window.&#x20;

<figure><img src="/files/AdWwNN5s4WFMqcuGEaln" alt=""><figcaption><p>Block Booking Form</p></figcaption></figure>


---

# 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:

```
GET https://airporttaxis.gitbook.io/doc/main/bookings/booking-preview-card.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.
