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

# RosyPay Training

## If you are new to credit card processing with RosyPay or need a refresher, the articles below will be great resources for you!

### Introduction to RosyPay

Now that you have been approved and boarded for processing with RosyPay, the links below will go over information that is important to understand how payments will be integrated in your software.

* [Setting up RosyPay](/rosypay/setting-up-rosypay.md)
* [MerchantTrack Best Practices](/rosypay/merchanttrack-best-practices.md)

### Processing Payments

If you are processing payments with an internet powered terminal, please reference this guide *(Terminal models including but not limited to MX915, ISMP4, Link2500, Move5000, Lane 3000, Lane7000)*

* [Checking out using Cloud Terminal](/rosypay/checkout-using-the-cloud-terminal.md)

If you will be processing payments with a Magtek iDynamo mobile swiper, you will want to review the guide below.

* [Check out using the Mobile App](broken://pages/e7b18b16f95c9ef76cacce02a1510fd55bcbf90d)

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