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

# Advanced Training

## After understanding the basics of Rosy, the articles below are a great guide to go over features that will likely be used by Managers and Owners!

### **Employees-**

If you are overlooking team members, it is important to understand the different elements of your employee profiles. These articles will help you understand how to set up or edit an employee profile to make sure the access of your employees matches the level of security your business wishes to enforce.

* [Adding or Editing Employees](/employees/adding-editing-employees.md)
* [Understanding Employee Security Roles](/employees/employee-security-roles-overview.md)
* [Understanding Employee Permissions](broken://pages/0e3b512202522659b2bb03e80f734bc748e72189)
* [Terminating an Employee](/employees/terminating-an-employee.md)

### **Inventory-**

Managing inventory is an important task to help your business sales flow smoothly. The articles below will teach you how to make sure your product information is accurate, on-hand quantities are where they should be, and tracked appropriately.

* [Adding or Editing a Product](/rosypay/checkout-using-the-cloud-terminal/adding-editing-a-product.md)
* [Managing SalonInteractive Inventory](/inventory/saloninteractive-inventory.md)
* [Creating a Purchase Order- W/ Video ►](/inventory/creating-a-purchase-order-video.md)
  * or [Creating an Integrated Online Purchase Order](/inventory/placing-an-integrated-online-order.md)
* [Receiving an Order](/inventory/receiving-an-order.md)
* [Inventory Use w/ Video ►](/inventory/inventory-use-w-video.md)

### **Reports-**

Rosy offers a lot of great reports that can all be accessed, exported, and saved at any point in time! The article below will summarize each report that Rosy provides as well as link you to more in depth information about specific reports.

* [Reports Overview](/reports/reports-overview.md)

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/advanced-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.
