> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/hardware/cash-drawer-till.md).

# Cash drawer / Till

SimpleSpa will work with a cash drawer that connects to the printer and pops open when a receipt is sent to print. Please verify with your hardware vendor that your cash drawer will work like that.

#### How to set up a cash drawer for Star TSP100 / TSP 113 / TSP143 printers

A cash drawer can also be connected to your the Star TSP100/TSP113/TSP143 printer. You can then ask the printer to open the cash drawer, whenever a receipt is printed.

1. Connect the connector cable (the one that looks similar to a phone line) from the cash drawer into the receipt printer.
2. Connect the printer to the computer (via USB)
3. Open the Control Panel and select Devices and Printers.
4. Right click the Star TSP100/TSP113/TSP143 printer (depending on which you have) and select Properties.
5. Click the Device Settings tab.
6. Under Peripheral Unit Type, select Cash Drawer from the list
7. Under Peripheral Unit 1, select Document Top from the list
8. Click OK to complete the process. Test a print out on from the printer to see if the drawer opens.

### [POS Terminal](https://www.simplespa.com/documentation/hardware/#pos-terminal)


---

# 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://docs.simplespa.net/simplespa-documentation/fundamentals/hardware/cash-drawer-till.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.
