> 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/getting-started/boothrunner-overview.md).

# BoothRunner: Overview

BoothRunner is geared toward Business Owners who supply work space and resources to Self Contractors, *(AKA Booth Renters)*, who are not employees but instead run a business inside of a business. BoothRunner will be the basis of a strong Owner to Contractor/Booth Renter relationship by linking the Scheduling accounts.

Once the Renter accounts are linked to the Owner account, the Owner account is able to view Scheduling columns and appointments for all Renters attached.

This gives the Owner account the ability to [Schedule](/scheduling/scheduling-editing-an-appointment-w-video.md), [Reschedule](/scheduling/rescheduling-an-appointment.md), and [Cancel](/scheduling/canceling-an-appointment.md) appointments for the Booth Renters as well as [block out](/scheduling/blocked-time-off-w-video.md) their Schedule columns for closed business hours, holidays and etc.

Owner accounts also have the added ability to toggle on/off these permissions for Renter accounts:

1. Client sharing between Owner and Renters
2. Renter ability to sell their own [Products](/tickets/adding-products-to-a-ticket.md)

If there is an appointment on the Renter's column, that client appointment cannot be checked out from the Owner account. This is so the income is recorded in the Renter account where it technically belongs.

The Owner and Renter abilities to send [Text Confirmations](/advanced-settings/appointment-confirmations-and-reminders.md) and use Email Marketing features are separate. Since the Owner and Renter are billed separately within their own accounts, those additional cost features have to be activated separately.

The cost for Renter accounts using the Standard software is $19/month. If the Renter activates the Premium Client Connect Bundle in their account, they will be charged an additional $8/month.

The Owner account and Renter accounts will have separate Online Scheduling URL links.

If the Owner would like to provide clients with the ability to choose from any provider within both the Owner and all attached Renter accounts from ONE link, they will need to use the [Employee Directory](/online-client-scheduling/online-scheduling-employee-directory.md) URL when sharing their Online Scheduling feature with clientele. If using the new Online Booking platform, the owner business ID will have the ability to select whether or not they want to include the renters on their [About Us Page](/online-client-scheduling/new-online-booking-about-us-page.md). If enabled, clients can seamlessly be redirected to the renter's online booking page.

[Click here to learn more about setting up a BoothRunner account!](/getting-started/boothrunner-setup.md)


---

# 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/getting-started/boothrunner-overview.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.
