> 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/rosypay/how-to-use-tippy-with-rosy.md).

# How to use Tippy with Rosy

{% stepper %}
{% step %}

## Start checkout in Rosy

Check the client in from Rosy. After completing the service(s) and adding all products onto the client's ticket, use the **Collect Payment** button as normal. When it is time to tip, select the **Tippy** button:

![Tippy button](/files/fb735d1c19ed77f725c95f319a0fdc3a66a31f1d)

This initiates the tipping prompt on your Tippy device. You will see a spinning circle while waiting for user input on the device.

If you need to cancel and start over, press **Cancel** under the Tippy Update button.

![Update button](/files/6f66b46614589115e001b91f21c503e6bbd61473)
{% endstep %}

{% step %}

## Choose the tip on the Tippy device

The client chooses the tip amount.

![Tippy tip amount](/files/a23c1543f1fc43c723739e3cda3db1d7a3203c10)

Once the tip is selected, the device displays all items on the ticket and the total amount due.

![Tippy amount due](/files/f06302640504c3c90a5122bd5161577a72751580)
{% endstep %}

{% step %}

## Complete payment

When the client has selected **Continue to Payment**, run your credit card payment as usual using Rosy Pay.

![Tippy payment](/files/35dbb707f542f845376978e68059b84b8d37b72e)
{% endstep %}

{% step %}

## Confirm the tip

Cha-Ching! Your service provider gets the Tippy notification from the Tippy App!

![Tippy cha-ching](/files/58b49435fd47f08a96d91f0aba030f54babe60b4)

When the transaction is complete, the tip(s) go directly to the provider's Tippy account, and the difference is the payment for the client's transaction.
{% endstep %}
{% endstepper %}

You are all set! Great Job and Happy Tippy'n

Don't forget your Employees will need to download the app either from [Google Play Store](https://play.google.com/store/apps/details?id=com.app.tippy\&hl=en%5FUS\&gl=US) or [Apple App Store](https://apps.apple.com/us/app/tippy-salon-and-spa-tipping/id1424269737).

[Employee Setup Guide](broken://pages/61491152fbcc71ca9c8b714853645b4baae690ef)

![Tippy App Download](/files/b1e2582e380378136acf84ef8025570f511294ad)


---

# 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/rosypay/how-to-use-tippy-with-rosy.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.
