> For the complete documentation index, see [llms.txt](https://docs.bookline.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bookline.io/hotels-camping-and-hostels/reservation-system/reservation-management.md).

# Reservation management

Bookline is a leading solution for managing and handling incoming calls in the hotel sector, **automating the capture and analysis of all call data**.

{% hint style="info" %}
In the case for Camping, the flow will operate the same as Hotels but we ask if they want a pitch or a bungalow.
{% endhint %}

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

### <mark style="color:green;">WhatsApp</mark>

Using a familiar tool like WhatsApp to manage reservations and communicate directly with customers gives businesses more flexibility and helps save time.

At Bookline, we support different reservation management scenarios through our WhatsApp integration.

<mark style="color:green;">a.</mark> <mark style="color:$success;">Requested & Sent</mark>

* When the customer requests a WhatsApp message and has WhatsApp installed on their mobile device, the message is sent automatically.
* This is considered an effective conversation, and a response from the customer via WhatsApp is expected.
* These calls are given high priority due to their strong likelihood of conversion.

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

<mark style="color:green;">b.</mark> Requested & Not Sent

* If the customer requests a WhatsApp message but it cannot be sent, there may be several reasons, such as WhatsApp not being installed on the mobile device or the call being made from a landline with no associated WhatsApp account.
* The reason why the message could not be sent should be recorded.
* These calls are still important and should be flagged for **special follow-up.**

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

<mark style="color:green;">c. Not requested</mark>&#x20;

* When the customer does not authorize WhatsApp messaging, it’s important to respect their preference.
* The conversation can continue by **phone or email**, depending on the customer’s choice.
* These calls may be lower priority than authorized ones, but they are still valuable.

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

### Email notifications

Bookline sends an email for each call to inform hotels about the status of the call handled by our voice assistant. This allows Bookline clients to stay informed about guest interactions and take action when needed.

The different reservation scenarios that Bookline can manage each have their own specific conditions—**known as reservation notification types**—and can be configured individually based on your needs and circumstances.

There are different types of email subject lines that explain the context of the call:

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

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

It’s important to note that each of these condition parameters (number of nights, number of rooms, etc.) can be configured individually for every hotel that uses Bookline.ai.

{% hint style="info" %}
Hotels that use Bookline.ai can adjust the conditions based on the specific needs and the circumstances of their property.
{% endhint %}

This flexibility allows hotels to adapt Bookline.ai to their unique booking strategies and goals.

This call follow-up protocol is designed to ensure that Bookline clients understand the importance of properly handling incoming calls and how to manage the different scenarios related to sending WhatsApp messages.

**If you have any questions or need more details, feel free to contact us.**


---

# 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.bookline.io/hotels-camping-and-hostels/reservation-system/reservation-management.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.
