> 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/rebooking-report.md).

# Rebooking Report

## Tracking what percentage of clients are scheduling future appointments with your business can be done using the Rebooking report

Rosy recognizes any client who schedules a future appointment on the same date that they come in for an appointment as a rebook. Regardless of if you schedule their next appointment by clicking the “Rebook” button in the ticket, simply using the schedule, or the client scheduling an appointment for themselves online later that date all will count towards the rebook percentage.

This report will use appointment information to predict the income being brought in as a result of the appointments that have been booked.

![](/files/76b1b2b31b8d7276596b10df3849f844f61101a4)

There is the option to run this report as a detailed report or a summary report. The summary report, displayed above, will provide totals for each of the employees. Running the detailed report will provide that information in addition to the client names, services, and service providers associated with both the original appointment and the rebooked appointment.

![](/files/7cb6a98f2a0ebf14bf6a9666af5a901b907fecc5)

{% hint style="info" %}
The rebooked percentage is focusing on the percent of a service provider's clients who are returning to the business. To find the percent of a service provider's clients returning to the same service provider, please use the [Client Retention Report](/reports/client-retention.md).
{% 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/rebooking-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.
