> 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/training/basic-training.md).

# Basic Training

## If you or your employee are new to Rosy, we have compiled a guide to serve as an introduction to our software! Whether you are looking for quick tutorials to grasp the core concepts or more detailed understanding of the tools offered, keep reading!

### **Scheduling-**

The core of our software is allowing you to schedule appointments. The articles below will help you familiarize yourself with the different scheduling scenarios you will likely come across.

Daily Use:

* [Scheduling & Editing an Appointment ](/scheduling/scheduling-editing-an-appointment-w-video.md)w/ Video ►
* [Using the Appointment Builder](/scheduling/using-the-appointment-builder.md)
* [Prebooking Appointments ](/scheduling/prebooking-appointments-w-video.md)w/ Video ►
* [Canceling an Appointment](/scheduling/canceling-an-appointment.md)
* [Rescheduling an Appointment](/scheduling/rescheduling-an-appointment.md)
* [Blocked Time Off ](/scheduling/blocked-time-off-w-video.md)w/ Video ►
* [Confirming Appointments Manually](/scheduling/confirming-appointments-manually.md)
* [Double-booking an Appointment](/scheduling/double-booking-an-appointment.md)

Additional Guides:

* [Scheduling a Standing Appointment](/scheduling/scheduling-a-standing-appointment.md)
* [Client Wait List](/scheduling/client-wait-list.md)
* [Creating a Custom View](broken://pages/5ecfc0163a36f3b841c124cc8a6f9294f70dd60e)
* [Editing Scheduling Hours](/business-settings/editing-scheduling-hours.md)
* [Scheduling an Appointment Outside of Normal Employee Hours](/scheduling/scheduling-an-appointment-outside-of-normal-employee-hours.md)

### **Clients-**

Understanding client profiles will help you with scheduling as well as quickly and efficiently looking up client information. The articles in this group will go over the essential information about client profiles.

* [Client Log: Overview - Video ►](/clients/client-log-overview-video.md)
* [Parent-Child Accounts](/clients/parent-child-accounts.md)

### **Point of Sale-**

This section will walk you through the processes that allow you to collect payments from your clients. If your business uses RosyPay to process payments, [this section](/training/rosypay-training.md) will provide more guides for you to reference.

Daily Use:

* [Checking In a Client](/scheduling/checking-in-a-client-video.md)
* [Checkout: Preparing the Ticket ](/tickets/checkout-preparing-the-ticket-w-video.md)w/ Video ►
* [Checkout: Collecting a Payment ](/tickets/checkout-collecting-a-payment-w-video.md)w/ Video ►
* [Cash Drawer(s) ](/advanced-settings/cash-drawer-s-video.md)w/ Video ►
* [Tickets- Drop Down Summary](/tickets/tickets-drop-down-overview.md)
* [Creating a New Ticket](/tickets/creating-a-new-ticket.md)

Additional Guides:

* [Attaching a Ticket ](broken://pages/35105c8ef06eaaaa6fee9ffe93c5c684925715e2)w/ Video ►
* [Return Transaction ](/tickets/return-transaction-w-video.md)w/ Video ►
* [Gift Cards ](/tickets/gift-cards-w-video.md)w/ Video ►

These are the primary articles that will introduce you to the many tools available to you within the system. Our Knowledge base contains many more useful articles that you can browse or search through at any point. When signed into Rosy, you can easily access this resource by clicking the toolbar option:

`Support > Support Center`


---

# 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/training/basic-training.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.
