> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/tripgo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/tripgo/tripgo-menu/manage-booking.md).

# Manage Booking

Go to Tripgo >> Manage Bookings

## 1: Booking List

With this feature, you can:&#x20;

* **Use Search Function**: Our Order Search feature allows you to quickly and efficiently search across your entire order database. It displays a list of orders based on the criteria:&#x20;
  * Booking ID
  * Customer Name
  * Check-in Date
  * Check-out Date
  * Search in All Tour or a Tour
  * Booking Status: Completed, Processing, Pending Payment, On hold, Cancel, Closed.
* View the [Insurance](/tripgo/tripgo-menu/products/insurance.md) and [Deposit](/tripgo/tripgo-menu/products/deposit.md) statuses for each booking.
* Show/hide columns in Manage Order by config in [Order Settings](/tripgo/tripgo-menu/settings.md#id-8-order-settings)

![](/files/SdaaKyZd3z3LBnFr8Ua9)

## 2: Order Details

* When you click Booking ID, you will see order details in WooCommerce
* In order detail, you will see some action buttons related to [Insurance](/tripgo/tripgo-menu/products/insurance.md), [Deposit](/tripgo/tripgo-menu/products/deposit.md).
* **Tip**: When a customer finishes using your product or service, admin will setup his Order Status "Closed". This will help to optimize searching and validate booking functionality.

<div><img src="/files/h4GRKGx5nRKjldpckhIZ" alt=""> <figure><img src="/files/SNgFjWkm2P7GyqbwalQU" alt=""><figcaption></figcaption></figure></div>


---

# 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://ova-themes.gitbook.io/tripgo/tripgo-menu/manage-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.
