> 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/tickets/collecting-tips.md).

# Collecting Tips

When a client pays by credit card or check and includes a tip in the payment, you have the option of reimbursing the employee from the cash drawer or keeping the tips in the drawer and reimbursing them later or as part of their paycheck.

{% hint style="info" %}
Tracking employee tips makes sure the proper employee is reimbursed whether or not you keep tips in the drawer. To track tips, select **"Yes"** for **Track Employee Tips** in each employee’s profile.

Access employee records at: **Manage** > **Basic Settings** > **Employees**
{% endhint %}

{% hint style="info" %}
If you do keep tips in the drawer, you must track employee tips **PLUS** select **"Yes"** to **Keep Tips in Drawer** in your business profile.

Access your business profile at: **Manage** > **Basic Settings** > **Business Settings** > **Settings**
{% endhint %}

{% hint style="warning" %}
Always add tips first—before you enter the method of payment on the ticket—if you are not using [Integrated Card Processing](https://www.rosysalonsoftware.com/salonrunnerpay).
{% endhint %}

**After you’ve prepared the sales ticket for payment, and have advanced to the Collect Payment screen…**

{% stepper %}
{% step %}

## Add the tip

Click **Add Tip**, or if using integrated credit card processing, click **Tip Worksheet** and have the client fill out the worksheet.
{% endstep %}

{% step %}

## Select the employee and enter the tip

Select the **name** of the employee who is to receive the tip. Enter the **amount** of the tip for that employee or the percentage of tip you would like them to receive and click **Add**.
{% endstep %}

{% step %}

## Add tips for additional employees

If more than one employee is receiving a tip on this ticket, select another name and amount, and click **Add**. The total amount of the tip(s) will auto-fill in “Tip Amount.”

If you do not track tips, just enter the amount of the tip in the pop-up and click **Add**.
{% endstep %}

{% step %}

## Close out the ticket

Close the pop-up and continue to close out the ticket as usual. When you click on a method of payment, the field will auto-fill with the tip automatically added in but it will be identified separately as a tip in your records.
{% endstep %}
{% endstepper %}

![Close tip pop up](/files/8e04a167ef4df8db47e7131cbe5313dea575796a)

A listing of tips is available through the Ticket drop down menu button for each employee in Ticket Summary.

![Ticket drop down ticket summary](/files/4a5a0f8754b0def39098813e1ac2a956ffe45e32)


---

# 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/tickets/collecting-tips.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.
