> 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/creating-a-new-ticket.md).

# Creating a New Ticket

If a client who is not on your Schedule needs to pay for a service, purchase a product, purchase a Gift Card, etc.. you will need to create a New Ticket.

{% stepper %}
{% step %}

## Go to Tickets > New Ticket

{% endstep %}

{% step %}

## Select the client

Search & select the client's name, *(or create them as a New Client)*, then click **Create Ticket**.

![Create Ticket button](/files/e48a6e89eaffd1492b3a31e015badfccdda2270d)
{% endstep %}

{% step %}

## Add items to the ticket

The screen will refresh to show a blank sales ticket. Add Products, Services, or Specials by using the ![rtaImage (1)](/files/8331aa2b92231f4fc365e00b0c73c8b5bc5497b7) icon.
{% endstep %}

{% step %}

## Adjust prices if needed

If you need to adjust the price of Service(s) or Product(s), you'll click within the white price box and make any changes **OR** use the blue "**Discount**" button.
{% endstep %}

{% step %}

## Collect payment

Click **Collect Payment** in the top, right corner once you are ready to record the payment(s) & close the ticket.

![Collect payment button](/files/727035830472a72019c5a800d48ad0b30c154b96)
{% endstep %}

{% step %}

## Add tips if needed

If you do not use an integrated credit card processor, you will need to add any tips to the transaction *before* recording payment(s). Click **Manage.**

![Tips manage button](/files/3b2838e5053a7cf90b3a7d68585fde7eef93e2d4)
{% endstep %}

{% step %}

## Enter the tip

Enter the amount and choose which employee it is going to, then click **Add**.

![Enter tip](/files/565fcccb11f6cbb7d788897d25c08dfbf056a240)
{% endstep %}

{% step %}

## Close the tip screen

Click **Close** on the tip screen once done adding all tips.
{% endstep %}

{% step %}

## Close out the ticket

Enter the amount the client is paying next to their payment *type,* then click **Close Out Ticket**.

![Close out Ticket](/files/9430c2fca06e8ef069f7e66282d08c0aa8a4c9a4)
{% endstep %}

{% step %}

## Choose a receipt option

You can choose to Print a receipt, Email a receipt, Both, or Neither.

![Print Email Receipt](/files/b06fb7f62285df8fee73286d9225cbe6cdcc739c)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If the client making a purchase does not wish to give their information, you can always use the [House Sale](/tickets/house-sale-ticket.md) ticket option instead.
{% endhint %}


---

# 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/creating-a-new-ticket.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.
