# Data & Analytics

The **Data** section of your backoffice gives you a global overview of how your establishment is performing — based on real usage data and customer interactions.

This dashboard is divided into three main parts: **booking trends**, **conversion metrics**, and **privatisation room analytics**.

***

### 📈 Booking Trends Over Time

At the top of the page, you'll find a chart showing the **evolution of booking requests over time**, split by category (standard reservations vs. privatisations).

This allows you to identify:

* Busy vs. quiet periods
* Which type of requests dominate over time
* Seasonal or day-of-week patterns

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

***

### 📊 Conversion & Request Statistics

Just below the chart, you'll find a set of **key performance indicators** that summarize how well your request module is converting.

You’ll see:

* Total number of requests received
* Number of accepted and declined requests
* Conversion rate (accepted / total)
* Drop rate (drafts or uncompleted requests)

This gives you a quick read on how users interact with your reservation flow, and where potential friction might be.

***

### 🏢 Room Performance Details

The final section breaks down **room-specific analytics**, showing how each private space (salon) has performed over the selected period.

For each room, you’ll be able to see:

* 💰 Total revenue from privatisation fees
* 👥 Average number of guests per booking
* ⏱️ Total hours of privatisation
* 📅 Number of requests received and confirmed

This helps you identify your most profitable spaces and plan operational decisions (e.g. pricing adjustments, promotion strategy, staffing needs).

***

### 💡 Tip

To change the period of analysis, use the **date filter** at the top of the page. All charts and figures will update automatically based on your selection.


---

# 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://bookit-2.gitbook.io/bookit-template-bubble/basics/markdown/data-and-analytics.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.
