# Tips & Best Practices

These tips will help you work faster, more accurately, and provide better service to your customers.

***

## Speed Tips

### Keep the Line Moving

* **Learn the keyboard shortcuts** for your most common actions. Even knowing a few can shave seconds off every transaction.
* **Use the barcode scanner** whenever possible — it's faster and more accurate than typing.
* **Know your products** — the faster you can find an item (by name or SKU), the faster the transaction goes.
* **Pre-scan items** while the customer is still unloading their basket.

### Quick Search Tricks

* Type just the first few letters of a product name — the search starts showing results immediately.
* If you know the SKU, use that instead — it's the fastest way to find a specific product.
* For frequently sold items, memorize the first few characters of their name or SKU.

### Payment Speed

* **Ask about payment method early** — "Will this be cash or card?" gives the customer time to get their payment ready while you finish scanning.
* For cash, enter the amount quickly — the system calculates change for you.
* For card, prompt the customer to tap/insert as soon as you hit Pay.

***

## Accuracy Tips

### Double-Check Before Completing

* Glance at the item list before hitting Pay — make sure nothing was scanned twice by accident.
* Verify quantities for items where you manually entered a count.
* Confirm the total looks reasonable for what's being purchased.

### Barcode Scanning

* Hold the scanner **6-8 inches** from the barcode for the best read.
* If a barcode won't scan, check if it's **damaged, wrinkled, or dirty**. Try a different angle or type the number manually.
* Listen for the **beep** — one beep means one scan. If you hear two beeps, the item was added twice.

### Cash Handling

* **Count cash twice** — once when you receive it, once when you give change.
* Keep large bills **on top of the drawer** (not in a slot) until the transaction is complete — this way you can verify the amount if a customer disputes it.
* Place the customer's payment on the ledge of the drawer while making change, then put it away.

***

## Customer Service Tips

### Communication

* **Greet every customer** when they approach the register.
* **State the total clearly** — "Your total is $24.50."
* **Announce the change** — "Out of $30, your change is $5.50."
* **Thank them** and invite them to return.

### Handling Issues Gracefully

* If a card is declined, be discreet. Simply say, "It looks like this card isn't going through. Would you like to try another card or a different payment method?"
* If there's a price discrepancy, don't argue — call a manager to help resolve it.
* If the system is slow, acknowledge the wait: "I'm sorry for the wait — the system is just processing. It'll be just a moment."

### When There's a Line

* Stay calm and focused — rushing leads to mistakes.
* If another register can be opened, let your manager know.
* A friendly "I'll be with you in just a moment!" goes a long way for waiting customers.

***

## Daily Checklist

Use this checklist to start and end your shift smoothly:

### Start of Shift

* [ ] Log in to <code class="expression">space.vars.productName</code>
* [ ] Open the POS module
* [ ] Open and count your cash drawer (verify starting amount)
* [ ] Check that the receipt printer has paper
* [ ] Test the barcode scanner (scan any item)
* [ ] Check that the card terminal is on and connected
* [ ] Review any notes or announcements from your manager

### During Your Shift

* [ ] Record every cash-in and cash-out immediately
* [ ] Keep your workspace clean and organized
* [ ] Report any issues as they come up (don't wait until end of day)
* [ ] Take your breaks (a rested cashier makes fewer mistakes!)

### End of Shift

* [ ] Finish any in-progress transactions
* [ ] Count your cash drawer carefully
* [ ] Close the drawer in the system and note any discrepancies
* [ ] Print your closing report
* [ ] Log out of the system
* [ ] Clean your workspace for the next person

***

## Common Mistakes to Avoid

| Mistake                         | How to Avoid It                                     |
| ------------------------------- | --------------------------------------------------- |
| Scanning an item twice          | Listen for the beep and watch the item list         |
| Forgetting to select a customer | Make it your first step before adding items         |
| Not recording a cash-out        | Record it in the system immediately, every time     |
| Giving wrong change             | Count it back to the customer out loud              |
| Leaving yourself logged in      | Always log out when stepping away from the register |
| Guessing a price                | Always look it up or ask a manager                  |

***

## Remember

* **Accuracy over speed.** A fast but wrong transaction creates problems for everyone. Take the extra second to get it right.
* **Ask for help when you need it.** Every experienced cashier was new once. There's no shame in asking.
* **Stay positive.** Your attitude sets the tone for the customer's experience. A smile and a "thank you" make all the difference.


---

# Agent Instructions: 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:

```
GET https://docs.in8sync.com/end-user-guide/pos-overview/tips-and-best-practices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
