> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/reports/prebooking-report.md).

# Prebooking Report

To get an overview of Prebooked Appointments, you'll want to run the Appointments Report for now!

## Prebooking Percentage for Scheduled appointments within a date range

{% stepper %}
{% step %}

### Go to the **Reports** tab

{% endstep %}

{% step %}

### Select **Appointments** (under General)

{% endstep %}

{% step %}

### Change the Date Range

Change the Date Range to the time allotment you'd like to see appointments prebooked ON.

**Example:** If I want to see how many appointments were prebooked for the future last week, I'd choose the Start Date of September 23rd and End Date of September 29th.
{% endstep %}

{% step %}

### Change the "Filter Date By" drop-down to **Scheduled on Date**

![change filter date](/files/465b3654c80f6214672cc792f671350c00e38ab2)
{% endstep %}

{% step %}

### Click **Run Summary Report**

![Run Summary Report](/files/98576cb7f8ebac014158044e8336622be1f9b151)
{% endstep %}
{% endstepper %}

If you need to save this information to your computer/device, you can click "**Export to Excel**" at the top.

## Prebooking Percentage for existing appointments within a date range

{% stepper %}
{% step %}

### Go to the **Reports** tab

{% endstep %}

{% step %}

### Select **Appointments** (under General)

{% endstep %}

{% step %}

### Change the Date Range

Change the Date Range to the time allotment you'd like to see appointments prebooked FOR.

**Example:** If I want to see how many appointments were prebooked in the past next week, I'd choose the Start Date of October 7th and End Date of October 13th.
{% endstep %}

{% step %}

### Keep the "Filter Date By" drop-down on **Appointment Date**

![appointment date](/files/6b3483d3ff439d9b8b275c664fc5613648b70097)
{% endstep %}

{% step %}

### Click **Run Summary Report**

![run summary report 1](/files/f1f831ef74a09246f30a3078158bfae1b070501a)
{% endstep %}
{% endstepper %}

{% hint style="info" %}

* If you want to see the names of the clients who prebooked an appointment, you'll click the **Run Detail Report** button instead.
* If you change the "Prebooked" drop-down to **Yes** before running the report, you will not see correct prebooking percentages.
  {% endhint %}


---

# 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://support.rosysalonsoftware.com/reports/prebooking-report.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.
